Skip to content

Commit

Permalink
Release Cucumber 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 2, 2010
1 parent 8b4bf46 commit 35c6aeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== In Git
== 0.6.3 2010-03-02

=== Bugfixes
* Split arguments in cucumber.yml with shellwords. Example: myprofile: --out="Features report.html" (Nathaniel Haas)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:patch: 2
:patch: 3
:build:
:major: 0
:minor: 6
6 changes: 3 additions & 3 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

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-03-01}
s.date = %q{2010-03-02}
s.default_executable = %q{cucumber}
s.description = %q{A BDD tool written in Ruby}
s.email = %q{[email protected]}
Expand Down Expand Up @@ -550,7 +550,7 @@ Gem::Specification.new do |s|
(::) U P G R A D I N G (::)
Thank you for installing cucumber-0.6.2.
Thank you for installing cucumber-0.6.3.
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 35c6aeb

Please sign in to comment.