Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 11:45:40 +08:00
parent 1b5383f494
commit 832226a24a
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ require "personal_journal/version"
rails_root = ENV['RAILS_ROOT'] || 'production'
app_path = File.expand_path(__dir__ + '/..')
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
puts RAILS_ROOT
#system 'ls'
#puts RAILS_ROOT
system 'rails r get_rail_path.rb'
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "personal_journal"