diff --git a/personal_journal.gemspec b/personal_journal.gemspec index fd36ec7..7f7f7ee 100644 --- a/personal_journal.gemspec +++ b/personal_journal.gemspec @@ -4,8 +4,8 @@ $:.push File.expand_path("../lib", __FILE__) require "personal_journal/version" require 'rails' app_path = File.expand_path(__dir__ + '/..') -puts ENV['PWD'] - +template_path = ENV['PWD'] + '/app\templates' +puts Dir.glob('*/') 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'