Sha256: b56e17f1b13ca04075af92e911c7f1f169d97a24aad90ccef2c32cb0fe6535ec
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
### ### Sources ### # Main Ruby Gems site source "http://rubygems.org" ### ### Core Gems. These are required in _all_ environments (additional environments ### follow). ### # Command Line Interface Library gem "cri", "~> 2.0.2" # Library extensions gem "facets", ">= 2.4" # GUID library gem "uuidtools", "~> 2.1.2" ### ### Development Gems. All _additional_ gems required by development (as opposed to ### production environments). If it is required at run-time, it ### belongs above. group :development do # Gem management tools gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.6.0" # Documentation Tools gem "yard", "~> 0.6.0" gem "vclog", "~> 1.8.1" # Testing Tools gem "minitest", ">= 0" gem "riot" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shu-san-scripts-0.1.0 | Gemfile |