Sha256: 5194c795035b16f4c2f98fca97854e7b0d0fa105ccbb5e674c06384c4b016181

Contents?: true

Size: 333 Bytes

Versions: 12

Compression:

Stored size: 333 Bytes

Contents

source "https://rubygems.org"

gemspec

group :test do
  gem "pry-rails"
  if ENV['RSPEC2']
    gem "rspec-rails", "~> 2.14.1"
  elsif ENV['RSPEC299']
    gem "rspec-rails", "~> 2.99.0"
  else
    gem "rspec-rails"
  end
  gem "weak_parameters"
  gem "protected_attributes"
  gem "rack-test"
  gem "redcarpet"
  gem "responders"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
autodoc-0.7.1 Gemfile
autodoc-0.7.0 Gemfile
autodoc-0.6.2 Gemfile
autodoc-0.6.1 Gemfile
autodoc-0.6.0 Gemfile
autodoc-0.5.3 Gemfile
autodoc-0.5.2 Gemfile
autodoc-0.5.1 Gemfile
autodoc-0.5.0 Gemfile
autodoc-0.4.5 Gemfile
autodoc-0.4.4 Gemfile
autodoc-0.4.3 Gemfile