Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brasten committed May 18, 2010
1 parent ce288f2 commit 18abe6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sequel-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sequel-rails}
s.version = "0.10.2"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brasten Sager (brasten)"]
s.date = %q{2010-05-17}
s.date = %q{2010-05-18}
s.description = %q{Integrate Sequel with Rails 3}
s.email = %q{brasten@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"autotest/discover.rb",
"lib/generators/sequel.rb",
"lib/generators/sequel/migration/migration_generator.rb",
"lib/generators/sequel/migration/templates/migration.rb",
Expand All @@ -33,6 +34,7 @@ Gem::Specification.new do |s|
"lib/generators/sequel/observer/templates/observer.rb",
"lib/sequel-rails.rb",
"lib/sequel-rails/configuration.rb",
"lib/sequel-rails/migrations.rb",
"lib/sequel-rails/railtie.rb",
"lib/sequel-rails/railties/benchmarking_mixin.rb",
"lib/sequel-rails/railties/controller_runtime.rb",
Expand Down

0 comments on commit 18abe6b

Please sign in to comment.