fxruby 1.6.43-x86-mingw32 → 1.6.44-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/Gemfile +1 -1
- data/History.md +5 -0
- data/fxruby.gemspec +1 -1
- data/lib/fox16/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '092f81732f1f004f66337e251e6b85b1efd3aa435fd1b3e9eb2fa448225d145a'
|
4
|
+
data.tar.gz: 56dbe1aab1b1e5cf81ac3bbcc40865f740a7360e3a0239ceb66dc6a4538111b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85d57d8b0e793ba18addbc75831e98d3f0234a250cd3053a42d49b88a3ed74c1addb2a51cf6ae60aebb31b4ba35bd0253fdf8b19262797f5db36664ca837a6ce
|
7
|
+
data.tar.gz: f41cdc6cd8a79e0dae3701683d230cd4992d72073719fc1222c56617a2b275ed39cf8cc79777df76286d92b650bf7d494cc884a8c47c1e4495fe9d063b00bcda
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/History.md
CHANGED
data/fxruby.gemspec
CHANGED
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
|
|
48
48
|
spec.require_paths = ["lib"]
|
49
49
|
spec.extensions = ["ext/fox16_c/extconf.rb"]
|
50
50
|
spec.metadata['msys2_mingw_dependencies'] = 'fox'
|
51
|
-
spec.required_ruby_version = [">= 2.
|
51
|
+
spec.required_ruby_version = [">= 2.3", "< 4"]
|
52
52
|
|
53
53
|
spec.add_runtime_dependency 'mini_portile2', '~> 2.1'
|
54
54
|
end
|
data/lib/fox16/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fxruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.44
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Lyle Johnson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mini_portile2
|
@@ -717,12 +717,12 @@ files:
|
|
717
717
|
- ext/fox16_c/unregisterOwnedObjects.cpp
|
718
718
|
- fxruby.gemspec
|
719
719
|
- index.html
|
720
|
-
- lib/2.2/fox16_c.so
|
721
720
|
- lib/2.3/fox16_c.so
|
722
721
|
- lib/2.4/fox16_c.so
|
723
722
|
- lib/2.5/fox16_c.so
|
724
723
|
- lib/2.6/fox16_c.so
|
725
724
|
- lib/2.7/fox16_c.so
|
725
|
+
- lib/3.0/fox16_c.so
|
726
726
|
- lib/fox16.rb
|
727
727
|
- lib/fox16/accel_table.rb
|
728
728
|
- lib/fox16/aliases.rb
|
@@ -1295,17 +1295,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1295
1295
|
requirements:
|
1296
1296
|
- - ">="
|
1297
1297
|
- !ruby/object:Gem::Version
|
1298
|
-
version: '2.
|
1298
|
+
version: '2.3'
|
1299
1299
|
- - "<"
|
1300
1300
|
- !ruby/object:Gem::Version
|
1301
|
-
version:
|
1301
|
+
version: 3.1.dev
|
1302
1302
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1303
1303
|
requirements:
|
1304
1304
|
- - ">="
|
1305
1305
|
- !ruby/object:Gem::Version
|
1306
1306
|
version: '0'
|
1307
1307
|
requirements: []
|
1308
|
-
rubygems_version: 3.
|
1308
|
+
rubygems_version: 3.2.3
|
1309
1309
|
signing_key:
|
1310
1310
|
specification_version: 4
|
1311
1311
|
summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
|