Skip to content

Commit e1a51a5

Browse files
committed
Allow to be installed with Opal 1.0
Using opal-jquery with Opal 1.0 is still not covered by CI but while we update the specs and the CI.
1 parent 478b9e9 commit e1a51a5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* Use `::Native::Wrapper` where available
88

9+
* Allow Opal 1.0 in gemspec
10+
911
## [0.4.3](https://github.com/opal/opal-jquery/compare/v0.4.2...v0.4.3) 2018-09-07
1012

1113
* Add `Element#==` as an alias of `.is()`

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.4.3'
3+
VERSION = '0.4.4'
44
end
55
end

opal-jquery.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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.10.0', '< 0.12.0'
19-
s.add_development_dependency 'opal-rspec', '~> 0.7.0.rc.2'
18+
s.add_runtime_dependency 'opal', '>= 0.10.0', '< 1.1'
19+
s.add_development_dependency 'opal-rspec', '~> 0.7.0'
2020
s.add_development_dependency 'opal-sprockets', '~> 0.4.1'
2121
s.add_development_dependency 'yard'
2222
s.add_development_dependency 'rake'

0 commit comments

Comments
 (0)