Update personal_journal.gemspec
This commit is contained in:
parent
9cf3e7b2ee
commit
318692cccc
|
@ -3,10 +3,10 @@ $:.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 = ENV['RAILS_ROOT'] || 'production'
|
rails_root = ENV['RAILS_ROOT'] || 'production'
|
||||||
app_path = File.expand_path(File.dirname(__FILE__) + '/..')
|
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 == '..') }
|
||||||
puts d
|
puts app_path
|
||||||
system 'ls'
|
#system 'ls'
|
||||||
# Describe your gem and declare its dependencies:
|
# Describe your gem and declare its dependencies:
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "personal_journal"
|
s.name = "personal_journal"
|
||||||
|
|
Loading…
Reference in New Issue