Sha256: 59bbf0223fb50fd7380102465bc20edcbfd0c3738994b0041fd81a2f706179b1
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
source 'https://rubygems.org' gemspec github = -> repo { "https://github.com/#{repo}.git" } case ENV['OPAL_VERSION'] when 'local' gem 'opal', path: '../opal' gem 'opal-rspec', path: '../opal-rspec' gem 'opal-sprockets', path: '../opal-sprockets' gem 'pry' when 'master' gem 'opal', git: github['opal/opal'], branch: :master gem 'opal-sprockets', git: github['opal/opal-sprockets'], branch: :master end gem 'net-smtp'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opal-rails-2.0.4 | Gemfile |
opal-rails-2.0.3 | Gemfile |
opal-rails-2.0.2 | Gemfile |