Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regenerated gemspec for version 0.3.0
  • Loading branch information
ianwhite committed Jun 23, 2010
1 parent c7c2a62 commit 804c0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pickle.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{pickle}
s.version = "0.2.12"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian White"]
Expand Down Expand Up @@ -54,6 +54,8 @@ Gem::Specification.new do |s|
"init.rb",
"lib/pickle.rb",
"lib/pickle/adapter.rb",
"lib/pickle/adapters/active_record.rb",
"lib/pickle/adapters/data_mapper.rb",
"lib/pickle/config.rb",
"lib/pickle/email.rb",
"lib/pickle/email/parser.rb",
Expand Down

0 comments on commit 804c0d2

Please sign in to comment.