Update personal_journal.gemspec
This commit is contained in:
parent
4c8d54f86c
commit
5cd0622d88
|
@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
||||||
require "personal_journal/version"
|
require "personal_journal/version"
|
||||||
require 'rails'
|
require 'rails'
|
||||||
app_path = File.expand_path(__dir__ + '/..')
|
app_path = File.expand_path(__dir__ + '/..')
|
||||||
puts [ENV , 'none',app_path,RAILS_ROOT]
|
puts [ENV , 'none',app_path,Rails.root]
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue