notation 0.2.0 → 0.2.1

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: 40d95f22778bec74b32cb329d3e8893470275b82b861164af6fe8a53cfc295c7
4
- data.tar.gz: 341371efaf4f7875a075c6860d790bbd31a4ce885c7dec3986e8946785626af4
3
+ metadata.gz: '09bbac1adce0c9a99319b9acbf60c52debeba9cc14b7eb7b6bfc6a2b5eb9878b'
4
+ data.tar.gz: e6495aece79cbc99129e56884a2a06eb1194d5b28ed498e7fa52441c5f291c46
5
5
  SHA512:
6
- metadata.gz: 6bb772062748f9df7a3a7450c9d44516df1151afe17365fc9bc91cef6b3d292395249d513ba985294fc83128e70aab08ba85442443e38694b190f1c548c2e998
7
- data.tar.gz: 742f48965b707697ff7d740f8a5655258939e5bdb61f37550b00187a645f3bcb1bc30e93ed2c5381c38d5740801c7cf0e371532677a667b406f298ffc0ff6a77
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
@@ -1,3 +1,6 @@
1
+ ## 0.2.1 - 20-Feb-2021
2
+ * Added metadata to the gemspec.
3
+
1
4
  ## 0.2.0 - 18-Feb-2021
2
5
  * Switched to Apache-2.0 license.
3
6
  * Switched from test-unit to rspec.
data/lib/notation.rb CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  module Kernel
6
6
  # Version of the notation library
7
- NOTATION_VERSION = '0.2.0'.freeze
7
+ NOTATION_VERSION = '0.2.1'.freeze
8
8
 
9
9
  # Make lambda a true lambda
10
10
  #
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.0'
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
@@ -10,7 +10,7 @@ require 'notation'
10
10
 
11
11
  RSpec.describe "Notation" do
12
12
  example "version" do
13
- expect(Kernel::NOTATION_VERSION).to eq('0.2.0')
13
+ expect(Kernel::NOTATION_VERSION).to eq('0.2.1')
14
14
  expect(Kernel::NOTATION_VERSION).to be_frozen
15
15
  end
16
16
 
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.0
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-18 00:00:00.000000000 Z
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