Sha256: bc31a5b60714457f73b371548dc890edd334378be51e96eaa837d4a0ad620126

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

source "http://rubygems.org"

gem 'sequel', '~> 3'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "rspec", "~> 2.8.0"
  gem "rdoc", "~> 3.12"
  gem "bundler", "~> 1.0"
  gem "jeweler", "~> 1.8.7"
  gem "simplecov", ">= 0"
  gem "debugger", ">= 0"
  gem "sqlite3"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
annotate-sequel-1.0.2 Gemfile
annotate-sequel-1.0.1 Gemfile
annotate-sequel-1.0.0 Gemfile
annotate-sequel-1.0.0.final Gemfile
annotate-sequel-1.0.0.pre3 Gemfile
annotate-sequel-1.0.0.pre2 Gemfile
annotate-sequel-1.0.0.pre1 Gemfile