glimmer-cw-browser-chromium 4.17.0.0 → 4.17.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c69be00e8153ad7cee70658db2325cc957a3ca7b4a0d1480cd26aa7082be8c72
4
- data.tar.gz: a01ed72bda7a6fdd39c3967a016e269054bc8e69a02842cce56405fa9515e3d6
3
+ metadata.gz: 0a337881bc8e8d8db0b6d12f9d6c491d7175efae9523027abde7e295ebc96f90
4
+ data.tar.gz: 524e454dbc79f7152254d6755402f3de12e1296b0a14b805819239b31d617eaa
5
5
  SHA512:
6
- metadata.gz: 76654ecc5eeade50432ade32451229c5ec36c8de79424fd451ace0d755ee7933b8b37edead4f49300267776ab91c3641fdf5dd28d720ed4ec540be4fd3f1d29f
7
- data.tar.gz: de6830b4d76d6a554831dfa432fa59fb9eb0cd48abd5e89a540208d33f97556ae183224b3e52121ef0c053a27f7270ac004570185cc00b1e3ddd932f50a7bb99
6
+ metadata.gz: 473069938d682220d63e6ece965ad3737232e28be7866edfd5f4a2e82e16831e1634b0f4c9c02bf97f4b1f23b9f68e93a32857a417fbb9a3a8cdf08927993c67
7
+ data.tar.gz: 27bdab1e9036a6e10f77004651c620684c793f9fa851ce4a0ec45021f431dffa93515bf4883a0721f64855895e86b948fe929ddf07fc69b1d736ae8ac75d7ef1
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.17.0.1
4
+
5
+ - Fixed issue with not detecting :chromium style when passed as an integer mixing other SWT styles
6
+
3
7
  ## 4.17.0.0
4
8
 
5
9
  - Synced version with SWT Chromium
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Chromium Browser 4.17.0.0
1
+ # Chromium Browser 4.17.0.1
2
2
  ## [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Custom Widget](https://github.com/AndyObtiva/glimmer#custom-widget-gem)
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer-cw-video.svg)](http://badge.fury.io/rb/glimmer-cw-video)
4
4
  [![Join the chat at https://gitter.im/AndyObtiva/glimmer](https://badges.gitter.im/AndyObtiva/glimmer.svg)](https://gitter.im/AndyObtiva/glimmer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -43,7 +43,7 @@ Add the following to a Glimmer application `Gemfile`:
43
43
  ```ruby
44
44
  plugin 'bundler-download'
45
45
 
46
- gem 'glimmer-cw-browser-chromium', '~> 4.17.0.0'
46
+ gem 'glimmer-cw-browser-chromium', '~> 4.17.0.1'
47
47
  ```
48
48
 
49
49
  Run this twice (the first time to install the `bundler-download` plugin and the second time to activate it and download extra files at the end):
@@ -61,7 +61,7 @@ This option is useful if you want to include the Chromium Browser as a passive a
61
61
  Add the following to a Glimmer application `Gemfile`:
62
62
 
63
63
  ```ruby
64
- gem 'glimmer-cw-browser-chromium', '~> 4.17.0.0'
64
+ gem 'glimmer-cw-browser-chromium', '~> 4.17.0.1'
65
65
  ```
66
66
 
67
67
  Run this:
@@ -87,7 +87,7 @@ bundle plugin install bundler-download
87
87
  Afterwards, for both custom shells and custom widgets, add the following line to `Gemfile` (especially if you're using [Jeweler](https://github.com/technicalpickles/jeweler)/[Juwelier](https://github.com/flajann2/juwelier)):
88
88
 
89
89
  ```ruby
90
- gem 'glimmer-cw-browser-chromium', '~> 4.17.0.0'
90
+ gem 'glimmer-cw-browser-chromium', '~> 4.17.0.1'
91
91
  ```
92
92
 
93
93
  Run this to install gem and download extra files at the end via [bundler-download](https://github.com/AndyObtiva/bundler-download):
@@ -101,7 +101,7 @@ jruby -S bundle
101
101
  If not using [Jeweler](https://github.com/technicalpickles/jeweler)/[Juwelier](https://github.com/flajann2/juwelier), add the following line to the gemspec:
102
102
 
103
103
  ```ruby
104
- s.add_runtime_dependency(%q<glimmer-cw-browser-chromium>.freeze, [">= 4.17.0.0", "< 5.0.0.0"])
104
+ s.add_runtime_dependency(%q<glimmer-cw-browser-chromium>.freeze, [">= 4.17.0.1", "< 5.0.0.0"])
105
105
  ```
106
106
 
107
107
  Finally, just require the library in your code.
@@ -158,8 +158,8 @@ bundle download show
158
158
  This should print something like:
159
159
 
160
160
  ```
161
- Showing downloaded files for /Users/User/.rvm/gems/jruby-9.2.13.0@glimmer-cw-video/gems/glimmer-cw-browser-chromium-4.17.0.0/Downloadfile
162
- 54070695 /Users/User/.rvm/gems/jruby-9.2.13.0@glimmer-cw-video/gems/glimmer-cw-browser-chromium-4.17.0.0/vendor/jars/mac/com.make.chromium.cef.cocoa.macosx.x86_64_0.4.0.202005172227.jar
161
+ Showing downloaded files for /Users/User/.rvm/gems/jruby-9.2.13.0@glimmer-cw-video/gems/glimmer-cw-browser-chromium-4.17.0.1/Downloadfile
162
+ 54070695 /Users/User/.rvm/gems/jruby-9.2.13.0@glimmer-cw-video/gems/glimmer-cw-browser-chromium-4.17.0.1/vendor/jars/mac/com.make.chromium.cef.cocoa.macosx.x86_64_0.4.0.202005172227.jar
163
163
  ```
164
164
 
165
165
  To clear downloads, run:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.17.0.0
1
+ 4.17.0.1
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: glimmer-cw-browser-chromium 4.17.0.0 ruby lib
5
+ # stub: glimmer-cw-browser-chromium 4.17.0.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "glimmer-cw-browser-chromium".freeze
9
- s.version = "4.17.0.0"
9
+ s.version = "4.17.0.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Andy Maleh".freeze]
14
- s.date = "2020-09-25"
14
+ s.date = "2020-09-26"
15
15
  s.description = "Chromium Browser - Glimmer Custom Widget".freeze
16
16
  s.email = "andy.am@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -26,12 +26,8 @@ module Glimmer
26
26
  module SWT
27
27
  class BrowserProxy < Glimmer::SWT::WidgetProxy
28
28
  def initialize(*init_args, swt_widget: nil)
29
- underscored_widget_name, parent, args = init_args
30
- styles, extra_options = extract_args(underscored_widget_name, args)
31
- if styles.include?(:chromium) || styles.include?(SWTProxy[:chromium])
32
- require_jars
33
- end
34
29
  super
30
+ require_jars if has_style?(:chromium)
35
31
  end
36
32
 
37
33
  def require_jars
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-cw-browser-chromium
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.0.0
4
+ version: 4.17.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-25 00:00:00.000000000 Z
11
+ date: 2020-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement