Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 4, 2013
1 parent e6dfd4d commit 91c557c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/rspec/version.rb
@@ -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
Expand Up @@ -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
Expand Down

0 comments on commit 91c557c

Please sign in to comment.