Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 10:36:42 +08:00
parent 48db31e20f
commit c147c531d7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
require "personal_journal/version"
puts Rails.root
d = Dir.entries('/').select {|entry| File.directory? File.join('/',entry) and !(entry =='.' || entry == '..') }
puts d
puts RAILS_ROOT
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "personal_journal"