Sha256: 1010b62b98010bce980a876efefb8e8ff34724ccd0a09804e4d1f5f2ef008187

Contents?: true

Size: 674 Bytes

Versions: 17

Compression:

Stored size: 674 Bytes

Contents

###
### Sources
###

# Main Ruby Gems site
source "http://rubygems.org"

###
### Core Gems. These are required in _all_ environments (additional environments
###            follow).
###


###
### 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"
  
  # Testing Tools
  gem "minitest", ">= 0"
  gem "rcov", ">= 0"
  gem "riot"
  gem "reek", "~> 1.2.8"

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
Tamar-0.7.18 Gemfile
Tamar-0.7.17 Gemfile
Tamar-0.7.16 Gemfile
Tamar-0.7.14 Gemfile
Tamar-0.7.13 Gemfile
Tamar-0.7.12 Gemfile
Tamar-0.7.11 Gemfile
Tamar-0.7.10 Gemfile
Tamar-0.7.9 Gemfile
Tamar-0.7.8 Gemfile
Tamar-0.7.7 Gemfile
Tamar-0.7.6 Gemfile
Tamar-0.7.5 Gemfile
Tamar-0.7.4 Gemfile
Tamar-0.7.3 Gemfile
Tamar-0.7.2 Gemfile
Tamar-0.7.1 Gemfile