Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -3,9 +3,6 @@ gemspec

gem 'rake'

gem 'opal', :github => 'opal/opal'
gem 'opal-sprockets', :github => 'opal/opal-sprockets'

# As we monkey patch a lot, work of a specific commit on github
gem 'rspec-support', :github => 'rspec/rspec-support', :ref => 'f235ccb129'
gem 'rspec-expectations', :github => 'rspec/rspec-expectations', :ref => 'd3277fd42e'
2 changes: 1 addition & 1 deletion lib/opal/rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Opal
module RSpec
VERSION = '0.0.1.beta2'
VERSION = '0.1.0'
end
end

4 changes: 2 additions & 2 deletions opal-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.add_dependency 'opal', '~> 0.4.4'
s.add_dependency 'opal-sprockets', '~> 0.2.0'
s.add_dependency 'opal', '~> 0.5.0'
s.add_dependency 'opal-sprockets', '~> 0.3.0'

s.add_development_dependency 'rake'
end

0 comments on commit 91c557c

Please sign in to comment.