stringex 2.8.2 → 2.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 23d323c095b108323bdc5739ff783e24c18352a1
4
- data.tar.gz: ab9462fc5ca596a254da010fa33f801543dcc6c0
2
+ SHA256:
3
+ metadata.gz: 18cac4149a14bac420b4c31763ed6018083c883702f250fde0d48879f14fdf22
4
+ data.tar.gz: a0397c3fcd4fa4dd0c5b27bb12f7e47e7dbacee39dffd598f19b33837549ecdb
5
5
  SHA512:
6
- metadata.gz: eee3ac2e5eef121f444465b987dd520e2fcad918afd4b3568ee2509c56d4fba9ac5c041c96a06410bc93bdb72c3e12d2c51ad8364a161a74500d4d9f7be10314
7
- data.tar.gz: f48e8eca03bee646879639054c71b792d806af3ce95c9a5511fd6470b9212cf295f08f671322b03838318ead65c113f8c999f97b09414585bb30046657a6eb37
6
+ metadata.gz: 6c14aa5e3888dcc6b591a54b3ff9ae7e9f775649cda2777609846a13cfe82c971cf1acd5ccbfb9e45638a79aa47fa7e123050b1be3c399a868332cbb28e72c0f
7
+ data.tar.gz: 22e7a422c15588a34fa2ca05567672255ccd0925703ea552efda25772011c59c79f94c01b20f40ce81cf5d52e0e2fd552040dca887ce13f07a56b2afc299e552
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.8.2
1
+ 2.8.3
@@ -149,7 +149,7 @@
149
149
  - naa
150
150
  - nee
151
151
  - ne
152
- - no
152
+ - 'no'
153
153
  - nwa
154
154
  - nya
155
155
  - nyu
@@ -194,7 +194,7 @@
194
194
  - nah
195
195
  - ne
196
196
  - ni
197
- - no
197
+ - 'no'
198
198
  - nu
199
199
  - nv
200
200
  - qua
@@ -195,7 +195,7 @@
195
195
  - naai
196
196
  - ni
197
197
  - nii
198
- - no
198
+ - 'no'
199
199
  - noo
200
200
  - noo
201
201
  - na
@@ -185,7 +185,7 @@
185
185
  - wa
186
186
  - ne
187
187
  - ni
188
- - no
188
+ - 'no'
189
189
  - na
190
190
  - ke
191
191
  - ki
@@ -2,7 +2,7 @@
2
2
  - kka
3
3
  - kk
4
4
  - nu
5
- - no
5
+ - 'no'
6
6
  - ne
7
7
  - nee
8
8
  - ni
@@ -109,7 +109,7 @@
109
109
  - ni
110
110
  - nu
111
111
  - ne
112
- - no
112
+ - 'no'
113
113
  - ha
114
114
  - ba
115
115
  - pa
@@ -205,7 +205,7 @@
205
205
  - ni
206
206
  - nu
207
207
  - ne
208
- - no
208
+ - 'no'
209
209
  - ha
210
210
  - ba
211
211
  - pa
@@ -231,7 +231,7 @@
231
231
  - ni
232
232
  - nu
233
233
  - ne
234
- - no
234
+ - 'no'
235
235
  - ha
236
236
  - hi
237
237
  - hu
@@ -139,7 +139,7 @@
139
139
  - nuop
140
140
  - not
141
141
  - nox
142
- - no
142
+ - 'no'
143
143
  - nop
144
144
  - nex
145
145
  - ne
@@ -119,7 +119,7 @@
119
119
  - nyet
120
120
  - nyep
121
121
  - nyeh
122
- - no
122
+ - 'no'
123
123
  - nog
124
124
  - nogg
125
125
  - nogs
@@ -26,7 +26,7 @@
26
26
  - yem
27
27
  - yeb
28
28
  - yebs
29
- - yes
29
+ - 'yes'
30
30
  - yess
31
31
  - yeng
32
32
  - yej
@@ -136,7 +136,7 @@
136
136
  - ni
137
137
  - nu
138
138
  - ne
139
- - no
139
+ - 'no'
140
140
  - ha
141
141
  - hi
142
142
  - hu
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: stringex 2.8.2 ruby lib
5
+ # stub: stringex 2.8.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "stringex".freeze
9
- s.version = "2.8.2"
9
+ s.version = "2.8.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Russell Norris".freeze]
14
- s.date = "2017-12-21"
14
+ s.date = "2018-03-09"
15
15
  s.description = "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class].".freeze
16
16
  s.email = "rsl@luckysneaks.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -275,7 +275,7 @@ Gem::Specification.new do |s|
275
275
  s.homepage = "http://github.com/rsl/stringex".freeze
276
276
  s.licenses = ["MIT".freeze]
277
277
  s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--charset".freeze, "utf-8".freeze, "--line-numbers".freeze]
278
- s.rubygems_version = "2.5.2".freeze
278
+ s.rubygems_version = "2.7.3".freeze
279
279
  s.summary = "Some [hopefully] useful extensions to Ruby's String class".freeze
280
280
 
281
281
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Norris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jeweler
@@ -396,7 +396,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
396
396
  version: '0'
397
397
  requirements: []
398
398
  rubyforge_project:
399
- rubygems_version: 2.5.2
399
+ rubygems_version: 2.7.3
400
400
  signing_key:
401
401
  specification_version: 4
402
402
  summary: Some [hopefully] useful extensions to Ruby's String class