Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 3, 2010
1 parent e692e41 commit 8be909d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== In Git
== 0.7.1 (2010-05-03)

=== Bugfixes
* Add backwards compatibility fix (with deprecation warning) for legacy 0.6.4 formatters. (Aslak Hellesøy)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,5 +1,5 @@
---
:patch: 0
:patch: 1
:build:
:major: 0
:minor: 7
6 changes: 3 additions & 3 deletions cucumber.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{cucumber}
s.version = "0.7.0"
s.version = "0.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aslak Helles\303\270y"]
s.date = %q{2010-05-02}
s.date = %q{2010-05-03}
s.default_executable = %q{cucumber}
s.description = %q{Behaviour Driven Development with elegance and joy}
s.email = %q{cukes@googlegroups.com}
Expand Down Expand Up @@ -541,7 +541,7 @@ Gem::Specification.new do |s|
(::) U P G R A D I N G (::)
Thank you for installing cucumber-0.7.0.
Thank you for installing cucumber-0.7.1.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
Expand Down

0 comments on commit 8be909d

Please sign in to comment.