Skip to content

Commit

Permalink
Version bump to 0.0.10. removing dupe gemspec to avoid problems. thanks
Browse files Browse the repository at this point in the history
to github.com/nshb for pointing the dupe out.
  • Loading branch information
bmabey committed Feb 22, 2009
1 parent a22ed8c commit 510efe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
4 changes: 2 additions & 2 deletions VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:patch: 9
:minor: 0
:patch: 10
:major: 0
29 changes: 0 additions & 29 deletions email-spec.gemspec

This file was deleted.

4 changes: 2 additions & 2 deletions email_spec.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{email_spec}
s.version = "0.0.9"
s.version = "0.0.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Mabey", "Aaron Gibralter", "Mischa Fierer"]
s.date = %q{2009-02-17}
s.date = %q{2009-02-21}
s.description = %q{Easily test email in rspec and cucumber}
s.email = %q{ben@benmabey.com}
s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE.txt"]
Expand Down

0 comments on commit 510efe1

Please sign in to comment.