Update personal_journal.gemspec
This commit is contained in:
parent
318692cccc
commit
3df11e7bf8
|
@ -5,7 +5,7 @@ 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 app_path
|
||||
puts Rails.root.parent.to_s
|
||||
#system 'ls'
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
|
|
Loading…
Reference in New Issue