Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 10, 2013
1 parent 1e158d3 commit 06449c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -3,8 +3,6 @@ gemspec

gem 'rake'

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

gem 'rspec', '3.0.0.beta1'
gem 'rspec-support', '3.0.0.beta1'
gem 'rspec-core', '3.0.0.beta1'
Expand Down
3 changes: 1 addition & 2 deletions lib/opal/rspec/version.rb
@@ -1,6 +1,5 @@
module Opal
module RSpec
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end

2 changes: 1 addition & 1 deletion opal-rspec.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.add_dependency 'opal', '~> 0.5.0'
s.add_dependency 'opal', '>= 0.5.1'
s.add_dependency 'opal-sprockets', '~> 0.3.0'

s.add_development_dependency 'rake'
Expand Down

0 comments on commit 06449c8

Please sign in to comment.