rubysl 2.1.0 → 2.2.0
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
- metadata +18 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6333da3de537052d9487048642cc9fa2a766b4b7
|
4
|
+
data.tar.gz: 66dc655d28feb29b53fc7d9f7945ffb9f87be938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 148958d3f93817f42df0739c87007fa2eb783e0ce79888be5d67f95e2f48ce190184902d926b65f384e150df4a416b3c5ae02420f3d1b758eed66e9b91f39739
|
7
|
+
data.tar.gz: 0c3db20d2e762861af5f9c677db91b8cdb302ed5df0b57bdab5d439570dda9ec57668cc8bc883e88328640cd7dc268db40873e7b457b0f0e0567dfae96438cca
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubysl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Shirai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubysl-abbrev
|
@@ -1270,6 +1270,20 @@ dependencies:
|
|
1270
1270
|
- - "~>"
|
1271
1271
|
- !ruby/object:Gem::Version
|
1272
1272
|
version: '2.0'
|
1273
|
+
- !ruby/object:Gem::Dependency
|
1274
|
+
name: rubysl-unicode_normalize
|
1275
|
+
requirement: !ruby/object:Gem::Requirement
|
1276
|
+
requirements:
|
1277
|
+
- - "~>"
|
1278
|
+
- !ruby/object:Gem::Version
|
1279
|
+
version: '2.0'
|
1280
|
+
type: :runtime
|
1281
|
+
prerelease: false
|
1282
|
+
version_requirements: !ruby/object:Gem::Requirement
|
1283
|
+
requirements:
|
1284
|
+
- - "~>"
|
1285
|
+
- !ruby/object:Gem::Version
|
1286
|
+
version: '2.0'
|
1273
1287
|
description: Ruby 2.0+ standard library meta-spec. Install this spec to install the
|
1274
1288
|
Ruby standard library on compliant Ruby implementations that provide Ruby 2.0+ compatibility.
|
1275
1289
|
email:
|
@@ -1298,8 +1312,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1298
1312
|
version: '0'
|
1299
1313
|
requirements: []
|
1300
1314
|
rubyforge_project:
|
1301
|
-
rubygems_version: 2.
|
1315
|
+
rubygems_version: 2.5.1
|
1302
1316
|
signing_key:
|
1303
1317
|
specification_version: 4
|
1304
1318
|
summary: Ruby Standard Library meta-spec.
|
1305
1319
|
test_files: []
|
1320
|
+
has_rdoc:
|