Update personal_journal.gemspec
This commit is contained in:
parent
481122ecf9
commit
b271738afb
|
@ -5,7 +5,7 @@ require "personal_journal/version"
|
|||
rails_root = ENV['RAILS_ROOT'] || 'production'
|
||||
app_path = File.expand_path(File.dirname(__FILE__) + '/..')
|
||||
puts rails_root
|
||||
d = Dir.entries('/').select {|entry| File.directory? File.join('/',entry) and !(entry =='.' || entry == '..') }
|
||||
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "personal_journal"
|
||||
|
|
Loading…
Reference in New Issue