Sha256: d7e8f54b22f2a1632ca7676cb7f1dc1707e559a440de9aa92bf3470873d8056a

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

source 'https://rubygems.org'

gem 'activemodel', '~>4.2.0'
gem 'rails', '~>4.2.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_2
couch_potato-1.7.0 gemfiles/active_support_4_2
couch_potato-1.6.5 gemfiles/active_support_4_2
couch_potato-1.6.4 gemfiles/active_support_4_2
couch_potato-1.6.3 gemfiles/active_support_4_2