fxruby 1.6.41 → 1.6.42

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: abf40e3af2a4056ac584c42cc1991f8bc6ff52477c29aa01199e5c158508feee
4
- data.tar.gz: 5aeab06d78702c4c03010b4207b1c82eb50aa93f443e9875aee65e99345a2fa5
3
+ metadata.gz: b9e7d7e6b3db31148e6a28a1386c1a8e3c37e448f19c54f930e08d2497598e60
4
+ data.tar.gz: c7e91cdd7578dd15863c2f39294e8f1648189c16c8875e0e6687d22e2da8bacd
5
5
  SHA512:
6
- metadata.gz: 86839078e510c5515e2d345f632a0903bb8fa3a568c4bb245b3de6bdf2c178c878333e0cef1f8610e81b06bdd1b6a2914720eb8c640da831512d0110364cfe3e
7
- data.tar.gz: 42318669e4771a8ad2a5752156be66682c8a3fee10684ed44801dc705e8ab0771b600f44450725bbf13df02970dc193bcfecfd211b470e690cec51d2c79b7e2b
6
+ metadata.gz: 815b3b7996de079f76f0b49aaae28e89a426958793a4991afe18665ecd24c1990c93485e312ff4c5fd0c8908aeeca328d953d8de53990ca89df0b7b9c9d998f1
7
+ data.tar.gz: b31c048e7f79050392c4663b42f4d3f110fc0baa597fae463b741cf58bfcc38ab4446e04ccdaf69e1d074b88b78bdc7d120a83890359036cb9f5be7dbedbe121
data/History.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 1.6.41 / 2020-01-24
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
+
5
+ ## 1.6.41 / 2020-01-26
2
6
 
3
7
  * Add support for Ruby-2.7
4
8
  * Fix build error on FreeBSD. #51
@@ -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: ruby
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