Sha256: 11cdb5ee5c73d5bb0c8cea52e13f5ca2a89e43daf3c94ffa94903c60c32ccfb3

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

source "http://rubygems.org"

gem "activesupport", "~> 4.0.0"
gem "activerecord" , "~> 4.0.0"

group :test do
  gem "sqlite3", :platform => :ruby
  gem "mysql2" , :platform => :ruby
  gem "rails"

  # gem "activerecord-jdbcsqlite3-adapter", :platform => :jruby
  # gem "activerecord-jdbcmysql-adapter"  , :platform => :jruby
end

gemspec :path => '..'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
schema_comments-0.4.0 gemfiles/Gemfile.rails-4.0
schema_comments-0.3.2 gemfiles/Gemfile.rails-4.0
schema_comments-0.3.1 gemfiles/Gemfile.rails-4.0
schema_comments-0.3.0 gemfiles/Gemfile.rails-4.0