Merge branch 'master' of github.com:pivotal/jasmine
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,5 +7,6 @@ site/
|
|||||||
.rvmrc
|
.rvmrc
|
||||||
*.gem
|
*.gem
|
||||||
.bundle
|
.bundle
|
||||||
|
tags
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
pkg/*
|
pkg/*
|
||||||
|
|||||||
1
Gemfile
1
Gemfile
@@ -1,3 +1,4 @@
|
|||||||
source :rubygems
|
source :rubygems
|
||||||
gem "term-ansicolor", :require => "term/ansicolor"
|
gem "term-ansicolor", :require => "term/ansicolor"
|
||||||
|
gem "json_pure", ">= 1.4.3"
|
||||||
gemspec
|
gemspec
|
||||||
|
|||||||
Reference in New Issue
Block a user