sixarm_ruby_unaccent 1.1.1 → 1.1.2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Rakefile +38 -0
- data/lib/sixarm_ruby_unaccent/string.rb +15384 -15384
- metadata +13 -9
- metadata.gz.sig +0 -0
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sixarm_ruby_unaccent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SixArm
|
|
@@ -44,7 +44,7 @@ cert_chain:
|
|
|
44
44
|
2AC9FOGkybW6DJEFSFFMlNk0IILsa/gNp8ufGuTVLWF9FUUdMNK+TMbghnifT8/1
|
|
45
45
|
n+ES/gQPOnvmVkLDGw==
|
|
46
46
|
-----END CERTIFICATE-----
|
|
47
|
-
date:
|
|
47
|
+
date: 2017-06-05 00:00:00.000000000 Z
|
|
48
48
|
dependencies:
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: minitest
|
|
@@ -139,11 +139,16 @@ files:
|
|
|
139
139
|
- test/sixarm_ruby_unaccent_test/string_test.rb
|
|
140
140
|
homepage: http://sixarm.com/
|
|
141
141
|
licenses:
|
|
142
|
-
-
|
|
143
|
-
-
|
|
142
|
+
- Apache-2.0
|
|
143
|
+
- Artistic-2.0
|
|
144
|
+
- BSD-3-Clause
|
|
145
|
+
- CC-BY-NC-SA-4.0
|
|
146
|
+
- AGPL-3.0
|
|
147
|
+
- GPL-3.0
|
|
148
|
+
- LGPL-3.0
|
|
144
149
|
- MIT
|
|
145
|
-
-
|
|
146
|
-
-
|
|
150
|
+
- MPL-2.0
|
|
151
|
+
- Ruby
|
|
147
152
|
metadata: {}
|
|
148
153
|
post_install_message:
|
|
149
154
|
rdoc_options: []
|
|
@@ -161,11 +166,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
166
|
version: '0'
|
|
162
167
|
requirements: []
|
|
163
168
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
169
|
+
rubygems_version: 2.6.12
|
|
165
170
|
signing_key:
|
|
166
171
|
specification_version: 4
|
|
167
|
-
summary: SixArm.com
|
|
172
|
+
summary: SixArm.com → Ruby → Unaccent
|
|
168
173
|
test_files:
|
|
169
174
|
- test/sixarm_ruby_unaccent_test.rb
|
|
170
175
|
- test/sixarm_ruby_unaccent_test/string_test.rb
|
|
171
|
-
has_rdoc: true
|
metadata.gz.sig
CHANGED
|
Binary file
|