diff --git a/personal_journal.gemspec b/personal_journal.gemspec index 20dd261..6c33d95 100644 --- a/personal_journal.gemspec +++ b/personal_journal.gemspec @@ -3,11 +3,11 @@ $:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "personal_journal/version" require 'rails' -puts Rails.root +puts Rails.root.to_s app_path = File.expand_path(__dir__ + '/..') d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') } #puts RAILS_ROOT -system 'ruby get_rail_path.rb' +#system 'ruby get_rail_path.rb' # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "personal_journal"