Skip to content

Commit

Permalink
Allow to be installed with Opal 1.0
Browse files Browse the repository at this point in the history
Using opal-jquery with Opal 1.0 is still not covered by CI but
while we update the specs and the CI.
  • Loading branch information
elia committed Jul 3, 2019
1 parent 478b9e9 commit e1a51a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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

* Allow Opal 1.0 in gemspec

## [0.4.3](https://github.com/opal/opal-jquery/compare/v0.4.2...v0.4.3) 2018-09-07

* Add `Element#==` as an alias of `.is()`
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.4.3'
VERSION = '0.4.4'
end
end
4 changes: 2 additions & 2 deletions opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'opal', '>= 0.10.0', '< 0.12.0'
s.add_development_dependency 'opal-rspec', '~> 0.7.0.rc.2'
s.add_runtime_dependency 'opal', '>= 0.10.0', '< 1.1'
s.add_development_dependency 'opal-rspec', '~> 0.7.0'
s.add_development_dependency 'opal-sprockets', '~> 0.4.1'
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit e1a51a5

Please sign in to comment.