Skip to content

Commit 91c557c

Browse files
committedNov 4, 2013
v0.1.0
1 parent e6dfd4d commit 91c557c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ gemspec
33

44
gem 'rake'
55

6-
gem 'opal', :github => 'opal/opal'
7-
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
8-
96
# As we monkey patch a lot, work of a specific commit on github
107
gem 'rspec-support', :github => 'rspec/rspec-support', :ref => 'f235ccb129'
118
gem 'rspec-expectations', :github => 'rspec/rspec-expectations', :ref => 'd3277fd42e'

‎lib/opal/rspec/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Opal
22
module RSpec
3-
VERSION = '0.0.1.beta2'
3+
VERSION = '0.1.0'
44
end
55
end
66

‎opal-rspec.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
1515

1616
s.require_paths = ['lib']
1717

18-
s.add_dependency 'opal', '~> 0.4.4'
19-
s.add_dependency 'opal-sprockets', '~> 0.2.0'
18+
s.add_dependency 'opal', '~> 0.5.0'
19+
s.add_dependency 'opal-sprockets', '~> 0.3.0'
2020

2121
s.add_development_dependency 'rake'
2222
end

0 commit comments

Comments
 (0)
Please sign in to comment.