Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 11:07:07 +08:00
parent b5fe97346a
commit c815143805
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@ $:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "personal_journal/version"
rails_root = `pwd`.gsub("\n", "")
app_path = File.expand_path(File.dirname(__FILE__) + '/..')
puts app_path
puts rails_root
d = Dir.entries('/').select {|entry| File.directory? File.join('/',entry) and !(entry =='.' || entry == '..') }
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|