Skip to content

Commit

Permalink
Write dependencies in mhc.gemspec not in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinari-nomura committed May 29, 2015
1 parent bac4c92 commit 0d5b06f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in mhc.gemspec
gemspec
gem "thor"
gem "ri_cal", :git => 'https://github.com/yoshinari-nomura/ri_cal.git'
gem "tzinfo"
gem "tzinfo-data"
5 changes: 5 additions & 0 deletions mhc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "thor", ">= 0.19.1"
spec.add_runtime_dependency "ri_cal", ">= 0.8.8"
spec.add_runtime_dependency "tzinfo", ">= 1.2.2"
spec.add_runtime_dependency "tzinfo-data", ">= 1.2015.4"

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 0d5b06f

Please sign in to comment.