Skip to content

Commit 720dd53

Browse files
committed
v0.1.0
1 parent 7bde6f1 commit 720dd53

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ source "https://rubygems.org"
22
gemspec
33

44
gem 'rake'
5-
gem 'opal', :github => 'opal/opal'
6-
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
7-
gem 'opal-spec', :github => 'opal/opal-spec'

lib/opal/jquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module JQuery
3-
VERSION = '0.0.13'
3+
VERSION = '0.1.0'
44
end
55
end

opal-jquery.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
1515
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1616
s.require_paths = ['lib']
1717

18-
s.add_runtime_dependency 'opal', '>= 0.4.4'
19-
s.add_development_dependency 'opal-spec', '>= 0.3.0'
18+
s.add_runtime_dependency 'opal', '~> 0.5.0'
19+
s.add_development_dependency 'opal-spec', '~> 0.3.0'
2020
end

0 commit comments

Comments
 (0)