uuid-ncname 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/uuid/ncname/version.rb +1 -1
- data/uuid-ncname.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8254685d93225cc95e84321469d370afa3bb951528ba635548cf50520aaf123f
|
4
|
+
data.tar.gz: f7dee115d77e107c12bd895d605d795413db23527d03d366b5c29fa40fd2f310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aed7bb82b1d5eb51e9947246a8f1e247237d84d32b476d8a75235bb74dc89f67af088cdf93614887d0f3e18097dc8c2fe788256e4e4c7d4f3c053778b3f88b7
|
7
|
+
data.tar.gz: 4fb63c62640d1f7eee67e5d8d51386f09802d625ae8a10477e22fa138b70c22f6a9aaa623692f5c3e3d9bad8bff6734da8fa7aa64af8f61b1118d9e16b98986a
|
data/README.md
CHANGED
@@ -153,7 +153,9 @@ Or, [download it off rubygems.org](https://rubygems.org/gems/uuid-ncname).
|
|
153
153
|
Bug reports and pull requests are welcome at
|
154
154
|
[the GitHub repository](https://github.com/doriantaylor/rb-uuid-ncname).
|
155
155
|
|
156
|
-
## License
|
156
|
+
## Copyright & License
|
157
|
+
|
158
|
+
©2018 [Dorian Taylor](https://doriantaylor.com/)
|
157
159
|
|
158
160
|
This software is provided under
|
159
161
|
the [Apache License, 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
data/lib/uuid/ncname/version.rb
CHANGED
data/uuid-ncname.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = UUID::NCName::VERSION
|
9
9
|
spec.authors = ["Dorian Taylor"]
|
10
10
|
spec.email = ["code@doriantaylor.com"]
|
11
|
-
|
11
|
+
spec.license = 'Apache-2.0'
|
12
12
|
spec.homepage = "https://github.com/doriantaylor/rb-uuid-ncname"
|
13
13
|
spec.summary = %q{Format a UUID as a valid NCName.}
|
14
14
|
spec.description = <<DESC
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uuid-ncname
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dorian Taylor
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: base32
|
@@ -91,7 +91,8 @@ files:
|
|
91
91
|
- lib/uuid/ncname/version.rb
|
92
92
|
- uuid-ncname.gemspec
|
93
93
|
homepage: https://github.com/doriantaylor/rb-uuid-ncname
|
94
|
-
licenses:
|
94
|
+
licenses:
|
95
|
+
- Apache-2.0
|
95
96
|
metadata: {}
|
96
97
|
post_install_message:
|
97
98
|
rdoc_options: []
|