forked from saurabh/personal-journal
Update personal_journal.gemspec
This commit is contained in:
parent
d6aa001220
commit
21d0238e92
|
@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
||||||
|
|
||||||
# Maintain your gem's version:
|
# Maintain your gem's version:
|
||||||
require "personal_journal/version"
|
require "personal_journal/version"
|
||||||
require 'rails/engine'
|
require 'rails'
|
||||||
puts Rails.root
|
puts Rails.root
|
||||||
app_path = File.expand_path(__dir__ + '/..')
|
app_path = File.expand_path(__dir__ + '/..')
|
||||||
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
||||||
|
|
Loading…
Reference in New Issue