Skip to content

Commit

Permalink
Ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarcano committed Sep 17, 2011
1 parent 170fcd3 commit a6703c9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Examples/Calculator/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source :rubygems
gem "cukesalad", ">=0.7"
gem "cukesalad", ">=0.8.1"
gem "rspec", ">=2.5.0", :require => 'spec'
gem "capybara", ">=0.4.1.2"
gem "sinatra", ">=1.2.0"
Expand Down
14 changes: 7 additions & 7 deletions Examples/Calculator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ GEM
xpath (~> 0.1.4)
childprocess (0.2.2)
ffi (~> 1.0.6)
cucumber (1.0.2)
cucumber (1.0.6)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.5)
gherkin (~> 2.4.18)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cukesalad (0.8.0)
term-ansicolor (>= 1.0.6)
cukesalad (0.8.1)
aruba (= 0.4.3)
cucumber (= 1.0.2)
cucumber (= 1.0.6)
rspec (>= 2.5.0)
diff-lcs (1.1.3)
ffi (1.0.9)
gherkin (2.4.18)
gherkin (2.4.21)
json (>= 1.4.6)
json (1.5.4)
json_pure (1.5.4)
Expand Down Expand Up @@ -83,7 +83,7 @@ PLATFORMS

DEPENDENCIES
capybara (>= 0.4.1.2)
cukesalad (>= 0.7)
cukesalad (>= 0.8.1)
rspec (>= 2.5.0)
sinatra (>= 1.2.0)
sinatra-reloader (= 0.5.0)
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cukesalad (0.8.0)
cukesalad (0.8.1)
aruba (= 0.4.3)
cucumber (= 1.0.6)
rspec (>= 2.5.0)
Expand Down Expand Up @@ -29,22 +29,19 @@ GEM
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.9)
ffi (1.0.9-java)
gherkin (2.4.18)
json (>= 1.4.6)
gherkin (2.4.18-java)
gherkin (2.4.21)
json (>= 1.4.6)
json (1.4.6)
json (1.4.6-java)
mime-types (1.16)
rack (1.3.2)
rack (1.3.3)
rake (0.9.2)
rdiscount (1.6.8)
relish (0.3.0)
archive-tar-minitar (~> 0.5.2)
json (~> 1.4.6)
rest-client (~> 1.6.1)
rest-client (1.6.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.6.0)
rspec-core (~> 2.6.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion lib/cukesalad/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CukeSalad
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit a6703c9

Please sign in to comment.