Skip to content

Instantly share code, notes, and snippets.

@plexus
Created April 3, 2012 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plexus/2294259 to your computer and use it in GitHub Desktop.
Save plexus/2294259 to your computer and use it in GitHub Desktop.
Ruby+Gems that Sprinkle specs fail on
rvm use 1.9.3-p125@sprinkle
source :rubygems
gem 'sprinkle', :git => '.', :branch => 'new_api'
gem 'open4'
group :development do
gem 'rspec'
gem 'jeweler'
end
GIT
remote: .
revision: fa74941b6a8f662caa054bd80ae5e0713dda5313
branch: new_api
specs:
sprinkle (0.4.2)
activesupport (>= 2.0.2)
capistrano (>= 2.5.5)
highline (>= 1.4.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
capistrano (2.11.2)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
diff-lcs (1.1.3)
git (1.2.5)
highline (1.6.11)
i18n (0.6.0)
jeweler (1.8.3)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.6.5)
multi_json (1.1.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.3.0)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
open4 (1.3.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
PLATFORMS
ruby
DEPENDENCIES
jeweler
open4
rspec
sprinkle!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment