Skip to content

Commit

Permalink
change gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Akifumi NAKAMURA committed Oct 20, 2014
1 parent e385c2f commit 4547437
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions enju_trunk_fire_sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ Gem::Specification.new do |s|
s.summary = "data synchronization program for enju trunk"
s.description = "EnjuTrunkFireSync."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/log/*"]

s.add_dependency "rails", "~> 3.2.15"
s.add_dependency 'rails', '~> 3.2.15'
#s.add_dependency "enju_trunk"
s.add_dependency 'exception_notification-rake', '~> 0.0.6'

s.add_development_dependency "sqlite3"
s.add_development_dependency 'rspec-rails'
end

0 comments on commit 4547437

Please sign in to comment.