count_values 0.1.0 → 0.1.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: ffdf7bd0e1b6a9963b80206c016fd013c6051f6e3637195c75e1488d729bdeb4
4
- data.tar.gz: 0d217d71298e3f4f54740504adf27bf28ea52cfd8bdfdf4c4be596707a017efe
3
+ metadata.gz: fc03eab609e73e1d5f469dd804e9fdc5631103eca63dad2ffbecb8fd15305b73
4
+ data.tar.gz: 7368243ae95b62708c497020526f4164f7912c614eab14ca2ebe435293e9b346
5
5
  SHA512:
6
- metadata.gz: 48f8398afd02a56a21f9f4c57e9490b600bbef61d48b2d9b1c29bc3d0b9a9b4a5992f52003757ad930f299713014ad8c6c49040bf0f4325f881dac57974e9510
7
- data.tar.gz: 7e8187a777b3b584abd84606897fc21689e0c45c79d09c76064f74054f9663157de51af472c5aa7a54c622d30656765682000077a8e1aa09a3e4fd8632ba2562
6
+ metadata.gz: 345eb43e8c3ff2554c44a823e20b02deecb6321578357d5bb0ccf6288278db57029a513841bb3917c881cd349f99935fbd1a71c0f4ce0bba0f4cb7a0e20f8e21
7
+ data.tar.gz: ef7fe83f38785fdc6cc9efc983b66e4062b09dfee390f81d2e716f2b98e36f69593f4be3b56f86920130e451c5434cf25416ed0ae6ae1543035ee001479d1c6a
data/count_values.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Counts all the values of an array.}
13
13
  spec.description = %q{Counts all the values of an array.}
14
- spec.homepage = "https://github.com/TomoProg/count_values."
14
+ spec.homepage = "https://github.com/TomoProg/count_values"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,3 +1,3 @@
1
1
  module CountValues
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: count_values
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TomoProg
@@ -71,7 +71,7 @@ files:
71
71
  - count_values.gemspec
72
72
  - lib/count_values.rb
73
73
  - lib/count_values/version.rb
74
- homepage: https://github.com/TomoProg/count_values.
74
+ homepage: https://github.com/TomoProg/count_values
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}