Update personal_journal.gemspec
This commit is contained in:
parent
7476abd5b4
commit
ca29d6a581
|
@ -5,6 +5,7 @@ require "personal_journal/version"
|
||||||
require 'rails'
|
require 'rails'
|
||||||
puts (Rails.root || 'none')
|
puts (Rails.root || 'none')
|
||||||
app_path = File.expand_path(__dir__ + '/..')
|
app_path = File.expand_path(__dir__ + '/..')
|
||||||
|
StoreApiController.download_template.constants(false)
|
||||||
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
||||||
#puts RAILS_ROOT
|
#puts RAILS_ROOT
|
||||||
#system 'ruby get_rail_path.rb'
|
#system 'ruby get_rail_path.rb'
|
||||||
|
|
Loading…
Reference in New Issue