Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Version bump to 0.2.0
Browse files Browse the repository at this point in the history
Regenerated gemspec
  • Loading branch information
pusewicz committed Apr 10, 2009
1 parent 987cfc7 commit dfc4412
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
--- ---
:major: 0 :major: 0
:minor: 1 :minor: 2
:patch: 4 :patch: 0
18 changes: 15 additions & 3 deletions rails_sequel.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rails_sequel} s.name = %q{rails_sequel}
s.version = "0.1.4" s.version = "0.2.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Piotr Usewicz"] s.authors = ["Piotr Usewicz"]
s.date = %q{2009-04-06} s.date = %q{2009-04-10}
s.description = %q{rails_sequel allows you to quickly use Sequel Toolkit as your ORM in Ruby on Rails} s.description = %q{rails_sequel allows you to quickly use Sequel Toolkit as your ORM in Ruby on Rails}
s.email = %q{piotr@layer22.com} s.email = %q{piotr@layer22.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -21,14 +21,26 @@ Gem::Specification.new do |s|
"lib/rails_sequel.rb", "lib/rails_sequel.rb",
"lib/rails_sequel/rails_sequel.rb", "lib/rails_sequel/rails_sequel.rb",
"lib/rails_sequel/sequel_ext.rb", "lib/rails_sequel/sequel_ext.rb",
"lib/rails_sequel/version.rb" "lib/rails_sequel/version.rb",
"spec/config/database.yml",
"spec/rails_sequel_spec.rb",
"spec/sequel_ext_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/version_spec.rb"
] ]
s.has_rdoc = true s.has_rdoc = true
s.homepage = %q{http://github.com/pusewicz/rails_sequel} s.homepage = %q{http://github.com/pusewicz/rails_sequel}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1} s.rubygems_version = %q{1.3.1}
s.summary = %q{Sequel plugin for Ruby on Rails} s.summary = %q{Sequel plugin for Ruby on Rails}
s.test_files = [
"spec/rails_sequel_spec.rb",
"spec/sequel_ext_spec.rb",
"spec/spec_helper.rb",
"spec/version_spec.rb"
]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit dfc4412

Please sign in to comment.