Sha256: 2a0bf65b2bcb484863faf00c6ee5151661fb3f86e43531f2df7f36efa11f1a64

Contents?: true

Size: 716 Bytes

Versions: 10

Compression:

Stored size: 716 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.0.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3-ruby', :require => 'sqlite3'

gem 'restfulie'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
  gem 'webrat'
  gem "rspec-rails", ">= 2.0.0.beta.19"
end

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_1/Gemfile
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_3/Gemfile
restfulie-1.1.1 full-examples/rest_from_scratch/part_3/Gemfile
restfulie-1.1.1 full-examples/rest_from_scratch/part_1/Gemfile
restfulie-1.1.0 full-examples/rest_from_scratch/part_1/Gemfile
restfulie-1.1.0 full-examples/rest_from_scratch/part_3/Gemfile
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_1/Gemfile
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_3/Gemfile
restfulie-1.0.3 full-examples/rest_from_scratch/part_3/Gemfile
restfulie-1.0.3 full-examples/rest_from_scratch/part_1/Gemfile