sum_all_number_combinations 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e1f8e0f98d31ffb815c33896596e96d54f8e898
4
- data.tar.gz: 86e45f3707f47bf30177696bd6f9b9b5c9169388
3
+ metadata.gz: e87472dc071188a355fbabb17fdecbe6acce0814
4
+ data.tar.gz: d06c6c9b79c690c937d7eb0a5bc7034f97be3fbb
5
5
  SHA512:
6
- metadata.gz: 30e1ad7393c47f161989fc4ba7f5970479bcb1d8b88e9b0d9af3d30288b0ab45a21b656f4c999d13ed6ce6203229c7a0238313e40e57bd28a2b14265e4409c9d
7
- data.tar.gz: bcb837914daa5ae4b28b078227d283698ca64134de93fb94dc750a985949af533d70d817efc887328ad5d180bdd2ad837cb41ff1033e540f8995af4ef0144643
6
+ metadata.gz: 461e14370e44cab3c3c71b99f0647db3e6346d56bc97a7932189b754664e89aec20648b647d625ebd44daee842a15fb538d7bd151594dfb572b1414ca5ec867d
7
+ data.tar.gz: 423518e0848227f1d851ac00d4311f9c6234872c222cdd60be639cb60e8808a6bbabc329b4a5557f8e0075fc32679dacb312177af92363a0cbd4eb67f45acc30
@@ -1,3 +1,3 @@
1
1
  module SumAllNumberCombinations
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "sum_all_number_combinations"
8
8
  spec.version = SumAllNumberCombinations::VERSION
9
9
  spec.authors = ["Paul Trott"]
10
-
10
+ spec.license = 'MIT'
11
11
  spec.summary = %q{Add all combinations of numbers in a flattened array}
12
12
  spec.description = %q{Add all of the possible combinations of an array of numbers. The array is flattened before calculations are computed.}
13
13
  spec.homepage = "https://github.com/paulhtrott/SumAllNumberCombinations"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sum_all_number_combinations
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
  - Paul Trott
@@ -116,7 +116,8 @@ files:
116
116
  - lib/sum_all_number_combinations/version.rb
117
117
  - sum_all_number_combinations.gemspec
118
118
  homepage: https://github.com/paulhtrott/SumAllNumberCombinations
119
- licenses: []
119
+ licenses:
120
+ - MIT
120
121
  metadata: {}
121
122
  post_install_message:
122
123
  rdoc_options: []