Skip to content

Commit

Permalink
Updated gemspec and bump of version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kematzy committed Oct 30, 2009
1 parent 5e9a518 commit c76d0c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions dm-is-select.gemspec
@@ -1,13 +1,16 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{dm-is-select}
s.version = "0.0.3"
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["kematzy"]
s.date = %q{2009-08-20}
s.description = %q{A DataMapper plugin that makes getting the <tt>select</tt> options from a Model easier.}
s.date = %q{2009-10-30}
s.description = %q{A DataMapper plugin that makes getting the <tt><select></tt> options from a Model easier.}
s.email = %q{kematzy@gmail.com}
s.extra_rdoc_files = [
"History.rdoc",
Expand All @@ -34,8 +37,8 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/kematzy/dm-is-select}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.4}
s.summary = %q{A DataMapper plugin that makes getting the <tt>select</tt> options from a Model easier.}
s.rubygems_version = %q{1.3.5}
s.summary = %q{A DataMapper plugin that makes getting the <tt><select></tt> options from a Model easier.}
s.test_files = [
"spec/integration/select_spec.rb",
"spec/spec_helper.rb"
Expand Down
2 changes: 1 addition & 1 deletion lib/dm-is-select/is/version.rb
@@ -1,7 +1,7 @@
module DataMapper
module Is
module Select
VERSION = '0.0.3'
VERSION = '0.0.4'
end
end
end

0 comments on commit c76d0c8

Please sign in to comment.