Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 21, 2010
1 parent 693584b commit fecaf66
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "http://rubygems.org"
gemspec

gem 'gherkin', :path => '../gherkin' if File.directory?(File.dirname(__FILE__) + '/../gherkin')
@dependencies.reject!{|dep| dep.name == 'gherkin'}
gem 'gherkin', :path => '../gherkin'
4 changes: 2 additions & 2 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== In Git (0.9.0)
== 0.9.0 (2010-09-21)

Maintenance release for the new release of Gherkin 2.2.0.
Maintenance release for the new release of Gherkin 2.2.3.

=== Bugfixes
* Compatibility with rspec-2.0.0.beta.19 mocks (Aslak Hellesøy)
Expand Down
2 changes: 1 addition & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for important information about this release. Happy cuking!
}

s.add_dependency 'gherkin', '~> 2.2.2' unless File.directory?(File.dirname(__FILE__) + '/../gherkin')
s.add_dependency 'gherkin', '~> 2.2.2'
s.add_dependency 'term-ansicolor', '~> 1.0.5'
s.add_dependency 'builder', '~> 2.1.2'
s.add_dependency 'diff-lcs', '~> 1.1.2'
Expand Down
2 changes: 2 additions & 0 deletions lib/cucumber/cli/profile_loader.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'yaml'

module Cucumber
module Cli

Expand Down
1 change: 0 additions & 1 deletion lib/cucumber/platform.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Detect the platform we're running on so we can tweak behaviour
# in various places.
require 'yaml'

module Cucumber
unless defined?(Cucumber::VERSION)
Expand Down
2 changes: 2 additions & 0 deletions lib/cucumber/wire_support/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'yaml'

module Cucumber
module WireSupport
class Configuration
Expand Down

0 comments on commit fecaf66

Please sign in to comment.