Sha256: 55f2cc594b3708bf66a57f3b1ba36f30072bee558b72954972076e116515a75c
Contents?: true
Size: 471 Bytes
Versions: 6
Compression:
Stored size: 471 Bytes
Contents
source 'https://rubygems.org' # Add dependencies required to use your gem here. gem "thor", ">= 0.14.0" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "rake", ">= 0.8.7" gem "rspec", "~> 2.10" gem "jeweler", ">= 1.6.2" gem "rcov", :platforms => :mri_18 gem "simplecov", :platforms => :mri_19 gem "test-construct" if RUBY_VERSION >= '1.9.2' gem "rubocop" end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
homesick-0.9.7 | Gemfile |
homesick-0.9.6 | Gemfile |
homesick-0.9.5 | Gemfile |
homesick-0.9.4 | Gemfile |
homesick-0.9.3 | Gemfile |
homesick-0.9.2 | Gemfile |