Sha256: 07c0bfc27e4151f9b53c04d15031d4ddec1144ef5960b2d409cfa815e0b8caf8

Contents?: true

Size: 597 Bytes

Versions: 6

Compression:

Stored size: 597 Bytes

Contents

source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
gem "activesupport", "~> 3.0.3"
gem "activerecord", "~> 3.0.3"
gem "json", "~> 1.5.1"

group :development do
  gem "rspec", "~> 2.3.0"
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.2"
end

group :test do
  gem "rspec", "~> 2.3.0"
  gem 'sqlite3-ruby', '1.3.3', :require => 'sqlite3'
  gem "activesupport", "~> 3.0.3"
  gem "activerecord", "~> 3.0.3"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_finite-0.1.5 Gemfile
active_finite-0.1.4 Gemfile
active_finite-0.1.3 Gemfile
active_finite-0.1.2 Gemfile
active_finite-0.1.1 Gemfile
active_finite-0.1.0 Gemfile