forked from RiverGlide/CukeSalad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f5f08e
commit b86d61d
Showing
5 changed files
with
73 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source :rubygems | ||
gem "cucumber", "0.10.0" | ||
gem "rspec", "2.5.0", :require => 'spec' | ||
gem "capybara", "0.4.1.2" | ||
gem "sinatra", "1.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
builder (3.0.0) | ||
capybara (0.4.1.2) | ||
celerity (>= 0.7.9) | ||
culerity (>= 0.2.4) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
selenium-webdriver (>= 0.0.27) | ||
xpath (~> 0.1.3) | ||
celerity (0.8.9) | ||
childprocess (0.1.8) | ||
ffi (~> 1.0.6) | ||
cucumber (0.10.0) | ||
builder (>= 2.1.2) | ||
diff-lcs (~> 1.1.2) | ||
gherkin (~> 2.3.2) | ||
json (~> 1.4.6) | ||
term-ansicolor (~> 1.0.5) | ||
culerity (0.2.15) | ||
diff-lcs (1.1.2) | ||
ffi (1.0.7) | ||
rake (>= 0.8.7) | ||
gherkin (2.3.5) | ||
json (>= 1.4.6) | ||
json (1.4.6) | ||
json_pure (1.5.1) | ||
mime-types (1.16) | ||
nokogiri (1.4.4) | ||
rack (1.2.2) | ||
rack-test (0.5.7) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rspec (2.5.0) | ||
rspec-core (~> 2.5.0) | ||
rspec-expectations (~> 2.5.0) | ||
rspec-mocks (~> 2.5.0) | ||
rspec-core (2.5.1) | ||
rspec-expectations (2.5.0) | ||
diff-lcs (~> 1.1.2) | ||
rspec-mocks (2.5.0) | ||
rubyzip (0.9.4) | ||
selenium-webdriver (0.1.4) | ||
childprocess (>= 0.1.7) | ||
ffi (>= 1.0.7) | ||
json_pure | ||
rubyzip | ||
sinatra (1.2.0) | ||
rack (~> 1.1) | ||
tilt (< 2.0, >= 1.2.2) | ||
term-ansicolor (1.0.5) | ||
tilt (1.2.2) | ||
xpath (0.1.3) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
capybara (= 0.4.1.2) | ||
cucumber (= 0.10.0) | ||
rspec (= 2.5.0) | ||
sinatra (= 1.2.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ Jeweler::Tasks.new do |gem| | |
gem.name = "cuke_salad" | ||
gem.homepage = "https://github.com/RiverGlide/CukeSalad" | ||
gem.license = "MIT" | ||
gem.summary = %Q{Step free cucumber} | ||
gem.description = %Q{CukeSalad allows you to focus on the task at hand - expressing examples, the roles involved in those examples and what those roles can do with the product under development.} | ||
gem.summary = %Q{Friction Free BDD/ATDD with cucumber} | ||
gem.description = %Q{CukeSalad allows you to focus on the tasks at hand - expressing examples, the roles involved in those examples and the tasks that those roles need to perform with the product under development.} | ||
gem.email = "[email protected]" | ||
gem.authors = ["RiverGlide"] | ||
|
||
|