notation 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGES.md +3 -0
- data/lib/notation.rb +1 -1
- data/notation.gemspec +10 -1
- data/spec/notation_spec.rb +1 -1
- metadata +9 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09bbac1adce0c9a99319b9acbf60c52debeba9cc14b7eb7b6bfc6a2b5eb9878b'
|
4
|
+
data.tar.gz: e6495aece79cbc99129e56884a2a06eb1194d5b28ed498e7fa52441c5f291c46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 935d9d65981d2087654981d7688aaf56a7b06839bce8f0a731a8b1b5c56fe80b6ed1e176872aaf0a398d35b836bd81e02d58ec6e90d63c585abc0a49c8e265ba
|
7
|
+
data.tar.gz: 4f2d8396ed4db4acdae2b39235559c50f202cb5b3adc4e325f22a618d4b87744fac9ebde228596b60fa54742bcac31a39a11305c108af951bdcc61fb39909565
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES.md
CHANGED
data/lib/notation.rb
CHANGED
data/notation.gemspec
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'notation'
|
5
|
-
spec.version = '0.2.
|
5
|
+
spec.version = '0.2.1'
|
6
6
|
spec.author = 'Daniel J. Berger'
|
7
7
|
spec.email = 'djberg96@gmail.com'
|
8
8
|
spec.license = 'Apache-2.0'
|
@@ -18,4 +18,13 @@ Gem::Specification.new do |spec|
|
|
18
18
|
The notation library provides unicode symbols that you can use as
|
19
19
|
methods instead of using standard method names.
|
20
20
|
EOF
|
21
|
+
|
22
|
+
spec.metadata = {
|
23
|
+
'homepage_uri' => 'https://github.com/djberg96/notation',
|
24
|
+
'bug_tracker_uri' => 'https://github.com/djberg96/notation/issues',
|
25
|
+
'changelog_uri' => 'https://github.com/djberg96/notation/blob/master/CHANGES.md',
|
26
|
+
'documentation_uri' => 'https://github.com/djberg96/notation/wiki',
|
27
|
+
'source_code_uri' => 'https://github.com/djberg96/notation',
|
28
|
+
'wiki_uri' => 'https://github.com/djberg96/notation/wiki'
|
29
|
+
}
|
21
30
|
end
|
data/spec/notation_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel J. Berger
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
ORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM
|
36
36
|
WZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2021-02-
|
38
|
+
date: 2021-02-20 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rake
|
@@ -71,7 +71,13 @@ files:
|
|
71
71
|
homepage: http://github.com/djberg96/notation
|
72
72
|
licenses:
|
73
73
|
- Apache-2.0
|
74
|
-
metadata:
|
74
|
+
metadata:
|
75
|
+
homepage_uri: https://github.com/djberg96/notation
|
76
|
+
bug_tracker_uri: https://github.com/djberg96/notation/issues
|
77
|
+
changelog_uri: https://github.com/djberg96/notation/blob/master/CHANGES.md
|
78
|
+
documentation_uri: https://github.com/djberg96/notation/wiki
|
79
|
+
source_code_uri: https://github.com/djberg96/notation
|
80
|
+
wiki_uri: https://github.com/djberg96/notation/wiki
|
75
81
|
post_install_message:
|
76
82
|
rdoc_options: []
|
77
83
|
require_paths:
|
metadata.gz.sig
CHANGED
Binary file
|