Sha256: a5a89cf01cce62b6dccf3452a13af4bc58acae2379ff5ccc135af69974539ec7

Contents?: true

Size: 872 Bytes

Versions: 5

Compression:

Stored size: 872 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'

# 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', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

gem 'restfulie'

group :test, :development do
	gem "fakeweb"
	gem "sinatra"
	gem "rack-conneg"
  gem "rspec-rails", ">= 2.0.0.beta.19"
	gem "autotest"
	gem "autotest-fsevent"
	gem "ruby-debug"
end

# 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'
# end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 tests/Gemfile
restfulie-1.1.1 tests/Gemfile
restfulie-1.1.0 tests/Gemfile
restfulie-nosqlite-1.0.3 tests/Gemfile
restfulie-1.0.3 tests/Gemfile