Update personal_journal.gemspec
This commit is contained in:
parent
b5fe97346a
commit
c815143805
|
@ -2,8 +2,9 @@ $:.push File.expand_path("../lib", __FILE__)
|
||||||
|
|
||||||
# Maintain your gem's version:
|
# Maintain your gem's version:
|
||||||
require "personal_journal/version"
|
require "personal_journal/version"
|
||||||
|
rails_root = `pwd`.gsub("\n", "")
|
||||||
app_path = File.expand_path(File.dirname(__FILE__) + '/..')
|
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 == '..') }
|
d = Dir.entries('/').select {|entry| File.directory? File.join('/',entry) and !(entry =='.' || entry == '..') }
|
||||||
# Describe your gem and declare its dependencies:
|
# Describe your gem and declare its dependencies:
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
|
|
Loading…
Reference in New Issue