Skip to content

Commit

Permalink
releases 1.1.1 and yanks 1.1.0 due to gemspec requirement issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Dec 29, 2010
1 parent 1c0505e commit 37711a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion History.txt
@@ -1,6 +1,10 @@
== 1.2 (git)

== 1.1 (git)
== 1.1.1 2010-12-29
* Require "action_mailer" to avoid deprecation warnings. (Ryan Bigg)
* Relaxes pessimistic version dependency on RSpec. (GH-41 Dan Pickett)

== 1.1.0 2010-12-20

=== Bugfixes
* anchor tags are no longer ignored when clicking links in emails (Anders Törnqist and Nicklas Ramhöj)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,5 +1,5 @@
---
:patch: 0
:patch: 1
:major: 1
:build:
:minor: 1
2 changes: 1 addition & 1 deletion email_spec.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Mabey", "Aaron Gibralter", "Mischa Fierer"]
Expand Down

0 comments on commit 37711a2

Please sign in to comment.