-
Notifications
You must be signed in to change notification settings - Fork 69
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
Showing
9 changed files
with
7 additions
and
38 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 |
---|---|---|
@@ -1 +1 @@ | ||
2.7.1 | ||
3.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 @@ | ||
ruby 3.2.1 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env ruby | ||
|
||
begin | ||
require "bundler/setup" | ||
require "bundler/setup" | ||
rescue LoadError | ||
end | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Spinach | ||
# Spinach version. | ||
VERSION = "0.11.0" | ||
VERSION = "0.12.0" | ||
end |
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 |
---|---|---|
|
@@ -3,22 +3,19 @@ require File.expand_path('../lib/spinach/version', __FILE__) | |
|
||
Gem::Specification.new do |gem| | ||
gem.authors = ["Josep Jaume Rey", "Josep M. Bach", "Oriol Gual", "Marc Divins Castellvi"] | ||
gem.email = ["[email protected]", "[email protected]", | ||
"[email protected]", "[email protected]", "[email protected]"] | ||
gem.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
gem.description = %q{Spinach is a BDD framework on top of gherkin} | ||
gem.summary = %q{Spinach is a BDD framework on top of gherkin} | ||
gem.homepage = "http://github.com/codegram/spinach" | ||
gem.license = 'MIT' | ||
|
||
gem.add_runtime_dependency 'gherkin-ruby', '>= 0.3.2' | ||
gem.add_runtime_dependency 'colorize' | ||
gem.add_runtime_dependency 'json' | ||
gem.add_development_dependency 'rake' | ||
gem.add_development_dependency 'mocha', "~> 1.5.0" | ||
gem.add_development_dependency 'sinatra' | ||
gem.add_development_dependency 'capybara' | ||
gem.add_development_dependency 'pry' | ||
gem.add_development_dependency 'simplecov' | ||
gem.add_development_dependency 'rspec' | ||
gem.add_development_dependency 'minitest', '< 5.0' | ||
gem.add_development_dependency 'fakefs', ">= 0.5.2" | ||
|
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