Update personal_journal.gemspec
This commit is contained in:
		
							parent
							
								
									55fadfc788
								
							
						
					
					
						commit
						95046381a5
					
				|  | @ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) | |||
| # Maintain your gem's version: | ||||
| require "personal_journal/version" | ||||
| require 'rails' | ||||
| puts [env['all_path'] , 'none'] | ||||
| puts [Env['all_path'] , 'none'] | ||||
| 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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue