Skip to content

Commit

Permalink
Preparing to release gem
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarcano committed Apr 15, 2011
1 parent 4f5f08e commit b86d61d
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 35 deletions.
5 changes: 5 additions & 0 deletions Examples/Calculator/Gemfile
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"
66 changes: 66 additions & 0 deletions Examples/Calculator/Gemfile.lock
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)
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
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"
gem "aruba", "0.3.5"

group :development do
Expand Down
31 changes: 0 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ GEM
cucumber (>= 0.10.0)
rspec (>= 2.5.0)
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.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
cucumber (0.10.0)
Expand All @@ -24,7 +14,6 @@ GEM
gherkin (~> 2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
culerity (0.2.15)
diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
Expand All @@ -36,12 +25,6 @@ GEM
git (>= 1.2.5)
rake
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)
Expand All @@ -51,28 +34,14 @@ GEM
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
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
aruba (= 0.3.5)
bundler (~> 1.0.0)
capybara (= 0.4.1.2)
cucumber (= 0.10.0)
jeweler (~> 1.5.2)
rspec (= 2.5.0)
sinatra (= 1.2.0)
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit b86d61d

Please sign in to comment.