Sha256: 60b0c733d6f2c7f980a0889e8c97f956de7aef63ad7481910b90d00eb3ba8536

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

source 'https://rubygems.org'

gem 'activemodel', '~>4.1.0'
gem 'rails', '~>4.1.0'
if RUBY_PLATFORM =~ /java/
  gem 'therubyrhino'
else
   gem 'therubyracer'
end

gemspec name: 'couch_potato', path: '..'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
couch_potato-1.7.1 gemfiles/active_support_4_1
couch_potato-1.7.0 gemfiles/active_support_4_1
couch_potato-1.6.5 gemfiles/active_support_4_1
couch_potato-1.6.4 gemfiles/active_support_4_1
couch_potato-1.6.3 gemfiles/active_support_4_1