Sha256: a64b786048b86cdd44387c49ab061d6ecb5da358f9f4183f0c3533e8dcd5a2b2
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
source :rubygems # Specify the project's dependencies in the gemspec: gemspec # Specifiy the development dependencies here: group :development do gem 'rake' # Documentation: gem 'yard' # Testing libraries: gem 'rspec' # Colorful messages: gem 'rainbow' # Support for guard: gem 'guard' gem 'guard-bundler' gem 'guard-rspec' gem 'rb-fsevent' gem 'rb-readline' gem 'fuubar' end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
cheers-0.0.4 | Gemfile |
cheers-0.0.3 | Gemfile |
transliterator-0.0.1 | Gemfile |