Skip to content

Commit

Permalink
Pin to ffi 1.0.9 since 1.0.10 is broken. Remove rdicsount. Closes #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 9, 2011
1 parent 7bf3048 commit 5a5448f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 55 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ pkg
tmp
.bundle
doc
Gemfile.lock
48 changes: 0 additions & 48 deletions Gemfile.lock

This file was deleted.

13 changes: 7 additions & 6 deletions aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Gem::Specification.new do |s|
s.name = 'aruba'
s.version = '0.4.6'
s.version = '0.4.7'
s.authors = ["Aslak Hellesøy", "David Chelimsky", "Mike Sassak", "Matt Wynne"]
s.description = 'CLI Steps for Cucumber, hand-crafted for you in Aruba'
s.summary = "aruba-#{s.version}"
s.email = 'cukes@googlegroups.com'
s.homepage = 'http://github.com/cucumber/aruba'

s.add_dependency 'cucumber', '>= 1.0.2'
s.add_dependency 'childprocess', '>= 0.2.0'
s.add_dependency 'rspec', '>= 2.6.0'
s.add_dependency 'bcat', '>= 0.6.1'
s.add_dependency 'rdiscount', '>= 1.6.8'
s.add_runtime_dependency 'cucumber', '>= 1.1.1'
s.add_runtime_dependency 'childprocess', '>= 0.2.2'
s.add_runtime_dependency 'ffi', '1.0.9' # https://github.com/ffi/ffi/issues/176
s.add_runtime_dependency 'rspec', '>= 2.7.0'
s.add_development_dependency 'bcat', '>= 0.6.1'
s.add_development_dependency 'rdiscount', '>= 1.6.8'
s.add_development_dependency 'rake', '>= 0.9.2'

s.rubygems_version = ">= 1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/aruba_dev_steps.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
When /^I do aruba (.*)$/ do |aruba_step|
begin
When(aruba_step)
step(aruba_step)
rescue => e
@aruba_exception = e
end
Expand Down

0 comments on commit 5a5448f

Please sign in to comment.