Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 11:16:13 +08:00
parent b271738afb
commit 5a79c9f3b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ $:.push File.expand_path("../lib", __FILE__)
require "personal_journal/version"
rails_root = ENV['RAILS_ROOT'] || 'production'
app_path = File.expand_path(File.dirname(__FILE__) + '/..')
puts rails_root
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
puts d
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "personal_journal"