Sha256: 04fedfc47e0fea5d068f799aea349997add734cc2b8da71fbb4ec95b2ba69de1

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

source 'https://rubygems.org'
gemspec

github = -> repo { "https://github.com/#{repo}" }
version = -> rs { -> vs { Gem::Requirement.new(rs) === Gem::Version.new(vs) } }
haml_version = ENV['HAML_VERSION'] || 0

gem 'haml', "~> #{haml_version}"

case ENV['OPAL_VERSION']

when 'master'
  gem 'opal', git: github['opal/opal'], branch: :master
  gem 'opal-sprockets', git: github['opal/opal-sprockets']
  gem 'opal-rspec', git: github['opal/opal-rspec'], branch: 'master', submodules: true

when version['~> 1.0.0']
  gem 'opal-rspec', '~> 0.8.0.alpha1'

when version['~> 0.10.0']
  gem 'opal', '~> 0.10.5'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-haml-0.4.6 Gemfile