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