Sha256: af430a313fe66abfb70056299a862308e57c42d48bf1baa0c662e5a426b7cfcc
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
source "http://rubygems.org" gemspec # Will automatically pull in this gem and all its # dependencies specified in the gemspec gem "oldbill", :path => File.expand_path("..", __FILE__) gem "yard" # These are development dependencies group :test do gem "rake" gem "rspec", "2.5.0" gem 'vcr', '~> 1.5', :require => false gem 'webmock', '~> 1.6', :require => false gem "autotest" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oldbill-0.0.3 | Gemfile |
oldbill-0.0.2 | Gemfile |
oldbill-0.0.1 | Gemfile |