fxruby 1.6.41-x86-mingw32 → 1.6.42-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73d8513a51cc4522374575ac603899e7ffba0e74a2d7401a4ab1404d16350044
4
- data.tar.gz: ca68fc6e468495bfef2c6b90d235b556f467265ded88811693fb1fcc01bfec16
3
+ metadata.gz: 683e6ed085903825f44cf3d481c281125e2bf9cf8cf14b1d58e2fabfcf0c2063
4
+ data.tar.gz: e61446270491d84e20473905939ebdd805f5f9c917cec275cc235bd691b5f3af
5
5
  SHA512:
6
- metadata.gz: a4c969e466348404fab8b11c584c59c714620367ed49ea936fb5623e0cde57bb305c5672df1b0482f46f90178943e80614ac8756e434b817c26202c26ab008a0
7
- data.tar.gz: 77aec7cf07a9cf2c88833872f7ba8179b8bdd5c801b5f4c1d9c990f11730b7edfc3c97ace97833cb4b1cc350a8bb0d30816d313675566ddb7383962fe7d572c9
6
+ metadata.gz: '048c18b301f2c9798ed2de8c08953d7ce1cf9824115783d70fb05b7edfa747083e4fab00900e98660b0c7f76912c5510b56a0443c6faada9452d1a1585e68645'
7
+ data.tar.gz: b95e100091ea03b5dcfe16d4fe75d0828dadbcfc8245353af5c5425fbd2946e879e5ebe6132d6e6c15f0ca300c300281145bab66c37e9ee727105ab5fb7596b7
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.6.42 / 2020-02-01
2
+
3
+ * Fix a packing issue in 1.6.41: `lib/fox16/input.rb` had owner permission only.
4
+
1
5
  ## 1.6.41 / 2020-01-26
2
6
 
3
7
  * Add support for Ruby-2.7
@@ -7,6 +11,7 @@
7
11
  * FXText#findText: Return multi entry array only when searching Regex.
8
12
  * Fix several example apps in example/ dir.
9
13
  * Update to rake-compiler-dock-1.0 and use parallel cross build.
14
+ * Update to libpng-1.6.37, jpeg-turbo-2.0.4, libtiff-4.1.0 on Windows binary gem.
10
15
 
11
16
  ## 1.6.40 / 2018-12-28
12
17
 
data/Rakefile CHANGED
@@ -85,7 +85,7 @@ task :test => [:compile] do
85
85
  sh "ruby -w -W2 -Ilib test/TS_All.rb -v"
86
86
  end
87
87
 
88
- task :gem => ["ext/fox16_c/extconf.rb", :build]
88
+ task :gem => ["ext/fox16_c/extconf.rb", "fxruby:configure", :build]
89
89
 
90
90
 
91
91
  gem_spec = Bundler.load_gemspec('fxruby.gemspec')
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Fox
2
2
  def Fox.fxrubyversion
3
- "1.6.41"
3
+ "1.6.42"
4
4
  end
5
5
  end
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.41
4
+ version: 1.6.42
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-01-26 00:00:00.000000000 Z
12
+ date: 2020-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mini_portile2