diff --git a/VERSION.yml b/VERSION.yml index 5f0d520b..a15fef24 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- -:patch: 1 +:patch: 2 :build: :major: 1 :minor: 2 diff --git a/email_spec.gemspec b/email_spec.gemspec index 8aadf0f6..3bc490c8 100644 --- a/email_spec.gemspec +++ b/email_spec.gemspec @@ -4,11 +4,11 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{email_spec} + s.name = "gardelea-email_spec" s.version = "1.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Ben Mabey", "Aaron Gibralter", "Mischa Fierer"] + s.authors = ["Ben Mabey", "Aaron Gibralter", "Mischa Fierer", "George Ardeleanu"] s.date = %q{2011-06-20} s.description = %q{Easily test email in rspec and cucumber} s.email = %q{ben@benmabey.com}