Skip to content

Commit

Permalink
Attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 16, 2012
1 parent e94e76d commit b7d7e97
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 5 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## In Git

### New Features

* Added `file_colon_line` to `stepdefs.json` (outputted by `--dotcucumber`). ([#214](https://github.com/cucumber/cucumber/pull/214) MOROHASHI Kyosuke)

### Bugfixes

* Background fails, but build succeeds ([#205](https://github.com/cucumber/cucumber/issues/205) tcwitte)

## [v1.1.4](https://github.com/cucumber/cucumber/compare/v1.1.3...v1.1.4)
Expand Down
10 changes: 5 additions & 5 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ for important information about this release. Happy cuking!
}

s.add_runtime_dependency 'gherkin', '~> 2.7.1'
s.add_runtime_dependency 'gherkin', '~> 2.7.3'
s.add_runtime_dependency 'term-ansicolor', '>= 1.0.6'
s.add_runtime_dependency 'builder', '>= 2.1.2'
s.add_runtime_dependency 'diff-lcs', '>= 1.1.2'
s.add_runtime_dependency 'json', '>= 1.4.6'

s.add_development_dependency 'aruba', '~> 0.4.9'
s.add_development_dependency 'aruba', '~> 0.4.11'
s.add_development_dependency 'rake', '>= 0.9.2'
s.add_development_dependency 'rspec', '>= 2.7.0'
s.add_development_dependency 'rspec', '>= 2.8.0'
s.add_development_dependency 'nokogiri', '>= 1.5.0'
s.add_development_dependency 'prawn', '~> 0.8.4'
s.add_development_dependency 'prawn-layout', '~> 0.8.4'
Expand All @@ -40,9 +40,9 @@ for important information about this release. Happy cuking!
s.add_development_dependency 'simplecov', '>= 0.5.4'

# For Documentation:
s.add_development_dependency('yard', '~> 0.7.3')
s.add_development_dependency('yard', '~> 0.7.4')
s.add_development_dependency('rdiscount', '~> 1.6.8')
s.add_development_dependency('bcat', '~> 0.6.1')
s.add_development_dependency('bcat', '~> 0.6.2')

# Needed for examples (rake examples)
s.add_development_dependency 'ramaze'
Expand Down
Loading

0 comments on commit b7d7e97

Please sign in to comment.