unf_ext 0.0.7.4 → 0.0.7.5

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
  SHA1:
3
- metadata.gz: b010ee3223e79d023ad40e8528844286567cf39e
4
- data.tar.gz: c7935a64d73ee2c5d4ac6009e806139bed2b8ba7
3
+ metadata.gz: 1ce5837123a23c065c61acadf7a0bbc301b73e18
4
+ data.tar.gz: 4b3dd4ca2a740514e3f342cbf14c9604261cc704
5
5
  SHA512:
6
- metadata.gz: 64440f97edb8ef1e1ce1515e0c23e60ba64f4df72553f45b638b3981e1aa5224972a9f97c59d8a2c8d9475be30c5b2d7c96b477e467dd8bbfcbf9b1d215fc398
7
- data.tar.gz: ee105de117dca9b5e901ce7edb3fa3734f3f744227a760db7973c972080519153e550ec0428f1235ab4f90c879401dd7d1dd03ef2dda03711dceabefec759fc3
6
+ metadata.gz: 2eca7b8e41f16c7c48eff737db7a6644ee7e2dfe0ad165b32971af71514931aacbb9485d78c318a38bf1d2d6a3f5d7db87150f448d3f61baad2f364a06815952
7
+ data.tar.gz: 3f6f7bad312e97aae5039b5d0ecd91e89ae7dd4fce9762ac0a17880fdf0e8474a6f3aaee1ae02a951cc0831963eda27bd9cb07198af9cd4cc936a7e94fb3a707
@@ -1,3 +1,7 @@
1
+ ## 0.0.7.5 (2018-02-06)
2
+
3
+ - Version bump just for adding Windows binaries for Ruby 2.5.
4
+
1
5
  ## 0.0.7.4 (2017-04-19)
2
6
 
3
7
  - Fix build on ARM and GCC 6 again.
@@ -1,7 +1,7 @@
1
1
  The MIT License
2
2
 
3
3
  Copyright (c) 2010 Takeru Ohta <phjgt308@gmail.com>
4
- Copyright (c) 2011-2017 Akinori MUSHA <knu@idaemons.org> (extended Ruby support)
4
+ Copyright (c) 2011-2018 Akinori MUSHA <knu@idaemons.org> (extended Ruby support)
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -51,7 +51,7 @@ License
51
51
  -------
52
52
 
53
53
  Copyright (c) 2010-2017 Takeru Ohta
54
- Copyright (c) 2011-2017 Akinori MUSHA
54
+ Copyright (c) 2011-2018 Akinori MUSHA
55
55
 
56
56
  Licensed under the MIT license.
57
57
  See `LICENSE` for details.
@@ -1,5 +1,5 @@
1
1
  module UNF
2
2
  class Normalizer
3
- VERSION = "0.0.7.4"
3
+ VERSION = "0.0.7.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unf_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.4
4
+ version: 0.0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takeru Ohta
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-18 00:00:00.000000000 Z
12
+ date: 2018-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  version: '0'
148
148
  requirements: []
149
149
  rubyforge_project:
150
- rubygems_version: 2.5.2
150
+ rubygems_version: 2.6.14
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Unicode Normalization Form support library for CRuby