Skip to content

Commit

Permalink
Regenerating gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Veraticus committed Mar 28, 2012
1 parent e9dd0f9 commit 9a41b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dynamoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "dynamoid"
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh Symonds"]
Expand Down Expand Up @@ -86,6 +86,8 @@ Gem::Specification.new do |s|
"lib/dynamoid/associations/has_and_belongs_to_many.rb",
"lib/dynamoid/associations/has_many.rb",
"lib/dynamoid/associations/has_one.rb",
"lib/dynamoid/associations/many_association.rb",
"lib/dynamoid/associations/single_association.rb",
"lib/dynamoid/components.rb",
"lib/dynamoid/config.rb",
"lib/dynamoid/config/options.rb",
Expand Down

0 comments on commit 9a41b29

Please sign in to comment.