Sha256: 948b098a5d9af0160ae4a3c3c82a294d9bccc464f4233f3944ed9ef9f5a09010

Contents?: true

Size: 951 Bytes

Versions: 12

Compression:

Stored size: 951 Bytes

Contents

source 'http://rubygems.org'

gemspec

# gem 'rspec', '3.0.0.beta1'
gem 'opal', git: 'https://github.com/opal/opal.git'
gem 'opal-jquery', :git => 'https://github.com/opal/opal-jquery.git'
gem 'sockjs', git: 'https://github.com/kacperk/sockjs-ruby.git', require: false, platforms: :mri

# gem 'thor'

# gem 'rack'
# gem 'sprockets'
# gem 'sprockets-sass'
# gem 'sass'

# gem 'mongo', require: false
# gem 'pry', require: false
# gem 'thin', require: false, platforms: :mri

# Json parsing with multi_json, et al
# gem 'multi_json'
# gem 'oj', :platforms => :mri, :require => false
# gem 'jrjackson', :platforms => :jruby, :require => false

# gem 'rake', '10.0.4'

# # Needed to get opal to work on rbx
# gem 'racc', platforms: :rbx

group :development do
  # gem 'guard', '2.0.1' # bug in current guard
  # gem 'guard-rspec'
  # gem 'opal-rspec', '0.3.0.beta2'#, git: 'https://github.com/adambeynon/opal-rspec.git'
  # gem 'yard', require: false
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
volt-0.7.14 Gemfile
volt-0.7.13 Gemfile
volt-0.7.12 Gemfile
volt-0.7.10 Gemfile
volt-0.7.9 Gemfile
volt-0.7.8 Gemfile
volt-0.7.7 Gemfile
volt-0.7.6 Gemfile
volt-0.7.5 Gemfile
volt-0.7.4 Gemfile
volt-0.7.3 Gemfile
volt-0.7.2 Gemfile