uuid-ncname 0.1.1 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 969e39ffeee60d21266ce66ecf0f68bb42e4c0602a17a055ea29e3c7aa414e3d
4
- data.tar.gz: 2f0758663c26bfd2852b7ac6d6e8eb7557c02ee1ea682b68e9888b77886d1102
3
+ metadata.gz: 8254685d93225cc95e84321469d370afa3bb951528ba635548cf50520aaf123f
4
+ data.tar.gz: f7dee115d77e107c12bd895d605d795413db23527d03d366b5c29fa40fd2f310
5
5
  SHA512:
6
- metadata.gz: ba004d618568f534c2abb3b50c3805d8f211d53e3c45ccb46355f9de961a34af1560192019f89b4d29b9c873524b300747bebc1e96a9b98c865b766945ff17ca
7
- data.tar.gz: 4f4911871dcbfa238651e25d776b21dd7b56c183bcdddbbcb41b764d8d33ce4e2a93afdd4802a33badcff1d0b0386d67dd1724d08341d4b4ba40477b6be15862
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).
@@ -1,5 +1,5 @@
1
1
  module UUID
2
2
  module NCName
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -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.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-15 00:00:00.000000000 Z
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: []