clocale 0.0.5.alpha.60.7 → 0.0.5.alpha.62.3

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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ecfa11ca5624c46bb71e73cc893646680f22d9a9
4
- data.tar.gz: 3dfaa62e8476b3b3d9dbf290e94826399e08112b
2
+ SHA256:
3
+ metadata.gz: be15eb2dcea48ac3aa1d7d8f792023d0f97ddf53f9fbf74c9c8111c67c5b22e8
4
+ data.tar.gz: ffd2b259f52f247cdf82498146051046ab3387e65b530cdb7ec63a10f1628a81
5
5
  SHA512:
6
- metadata.gz: 65c12a46f39aab825228201254f66d2f0ad0d6da5dc429ee91ce1f0b0403e4abe2d723a9092ddc29e8bcec8ad5ad78ccaa360f8c2f9c965bda42b6c1edc8fbd6
7
- data.tar.gz: 001cd12ae10f52dd6d782071f98c0692e9816768ac0541436ff9fd6ec7fa1d739fa3b67de6ce56c3ccce5b89fe5bf8f89b0171718c35619508af097067777091
6
+ metadata.gz: aa058db7c68cf118c1c936f3f19386ec17b1048a3a45d38b99cf1a5a648d3b211e817114ca892859424a5d80f0eaa2f346ee27c9cf4c9ce184f3d06ffd7e1511
7
+ data.tar.gz: a7489921bfc8b0613e20726896db91dc1d2c11313df3375019ddf5f0dcbad572dccb59a7f2e4578b4b5c4b75c1d76a8b4d35be37d1cc19590359f7cdf6ab940d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # clocale [![rubygem-badge][]][rubygem] [![travis-badge][]][travis] [![appveyor-badge][]][appveyor] [![codecov-badge][]][codecov]
1
+ # clocale [![rubygem-badge][]][rubygem] [![travis-badge][]][travis] [![appveyor-badge][]][appveyor] [![codecov-badge][]][codecov] [![dependabot-b][]][dependabot]
2
2
 
3
3
  [rubygem]: https://badge.fury.io/rb/clocale
4
4
  [rubygem-badge]: https://badge.fury.io/rb/clocale.svg
@@ -8,6 +8,8 @@
8
8
  [appveyor-badge]: https://ci.appveyor.com/api/projects/status/l7pp3mjqvocb2n9r/branch/master?svg=true
9
9
  [codecov]: https://codecov.io/gh/avdv/clocale
10
10
  [codecov-badge]: https://codecov.io/gh/avdv/clocale/branch/master/graph/badge.svg
11
+ [dependabot]: https://dependabot.com
12
+ [dependabot-b]: https://api.dependabot.com/badges/status?host=github&repo=avdv/clocale
11
13
 
12
14
  This Ruby extension provides access to the C library's `setlocale`, `strxfrm`
13
15
  and `strcoll` functions which are inherently useful for proper sorting
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clocale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.alpha.60.7
4
+ version: 0.0.5.alpha.62.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Bley
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: 1.3.1
151
151
  requirements: []
152
152
  rubyforge_project:
153
- rubygems_version: 2.6.14
153
+ rubygems_version: 2.7.7
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: A Ruby gem that wraps C locale functions.