Gemfile in apartment-0.1.3 vs Gemfile in apartment-0.5.0

- old
+ new

@@ -1,15 +1,8 @@ source "http://rubygems.org" -# Add dependencies required to use your gem here. -# Example: -gem "activesupport", ">= 2.3.5" +# Uses patched version of postgresql adapter to enable apartment usage. +# Current postgresql adapter in rails doesn't properly support the use of postgresql schemas +# Pull request sent => https://github.com/rails/rails/pull/1604 +gem 'rails', '3.0.8', :git => 'git://github.com/bradrobertson/rails', :branch => '3-0-stable' - -# Add dependencies to develop your gem here. -# Include everything needed to run rake, tests, features, etc. -group :development do - gem "shoulda", ">= 0" - gem "bundler", "~> 1.0.0" - gem "jeweler", "~> 1.5.1" - gem "rcov", ">= 0" -end +gemspec