Skip to content

Commit

Permalink
Merge branch 'master' into joefiorini/master
Browse files Browse the repository at this point in the history
Conflicts:
	cucumber.gemspec
	lib/cucumber/formatter/ansicolor.rb
  • Loading branch information
mattwynne committed Mar 3, 2012
2 parents bad2318 + 374df2a commit 0ca21e8
Show file tree
Hide file tree
Showing 160 changed files with 3,855 additions and 1,633 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.bundle
Gemfile.lock
nbproject
coverage
pkg
Expand All @@ -23,3 +22,6 @@ rerun.txt
._*
.rvmrc
.sass-cache
doc/
*.tgz
Gemfile.lock
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "features/cucumber-features"]
path = features/cucumber-features
url = https://github.com/cucumber/cucumber-features
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--color
--color --backtrace
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rvm @cucumber --create
rvm gemset use cucumber
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rvm:
- 1.9.3
- 1.9.2
# whitelist
branches:
only:
- master

notifications:
email:
- cukes-devs@googlegroups.com
irc:
- "irc.freenode.org#cucumber"
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
source "http://rubygems.org"

group :development do
# gem 'gherkin', :path => '../gherkin'
end

gemspec

# gem 'gherkin', :path => '../gherkin'
Loading

0 comments on commit 0ca21e8

Please sign in to comment.