Sha256: 67dbae74e12c35e0effe634f21578fe1f1bec688b5aa7e2b9b5fced378e89c7f

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

source :gemcutter

gem 'bundler'
gem 'riak-client', :path => "../riak-client"
gem 'activemodel', '~>3.0.0'
gem 'rspec', '~>2.0.0'
gem 'tzinfo'
gem 'rake'

if defined? JRUBY_VERSION
  gem 'json'
  gem 'jruby-openssl'
else
  gem 'yajl-ruby'
  gem 'curb', '>0.6'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ripple-0.9.0.beta Gemfile
ripple-0.8.3 Gemfile