Skip to content

Commit

Permalink
Depend on Nokogiri. Closes cucumber#53.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Aug 26, 2010
1 parent 0fe7e4f commit 7e29c9f
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pkg
doc
tmp
coverage
.bundle
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source "http://rubygems.org"

gem 'cucumber', '~> 0.9.0'
gem 'nokogiri', '> 1.4.3'

group :development do
gem 'rake', '~> 0.8.7'
gem 'rspec', '~> 2.0.0.beta.20'
gem 'jeweler', '~> 1.4.0'
gem 'aruba', '~> 0.2.1'
gem 'rcov', '~> 0.9.8'
end
48 changes: 48 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
GEM
remote: http://rubygems.org/
specs:
aruba (0.2.1)
builder (2.1.2)
cucumber (0.9.0)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.0)
json_pure (~> 1.4.6)
term-ansicolor (~> 1.0.5)
diff-lcs (1.1.2)
gemcutter (0.6.1)
gherkin (2.2.0)
trollop (~> 1.16.2)
git (1.2.5)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
nokogiri (1.4.3.1)
rake (0.8.7)
rcov (0.9.8)
rspec (2.0.0.beta.20)
rspec-core (= 2.0.0.beta.20)
rspec-expectations (= 2.0.0.beta.20)
rspec-mocks (= 2.0.0.beta.20)
rspec-core (2.0.0.beta.20)
rspec-expectations (2.0.0.beta.20)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.20)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
term-ansicolor (1.0.5)
trollop (1.16.2)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.2.1)
cucumber (~> 0.9.0)
jeweler (~> 1.4.0)
nokogiri (> 1.4.3)
rake (~> 0.8.7)
rcov (~> 0.9.8)
rspec (~> 2.0.0.beta.20)
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== In Git

=== Bugfixes
* Gem dependency on Nokogiri (for #tableish). (#53 Aslak Hellesøy)

== 0.3.2 2010-06-06

== Changed features
Expand Down

0 comments on commit 7e29c9f

Please sign in to comment.