sum_all_number_combinations 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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e87472dc071188a355fbabb17fdecbe6acce0814
|
|
4
|
+
data.tar.gz: d06c6c9b79c690c937d7eb0a5bc7034f97be3fbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 461e14370e44cab3c3c71b99f0647db3e6346d56bc97a7932189b754664e89aec20648b647d625ebd44daee842a15fb538d7bd151594dfb572b1414ca5ec867d
|
|
7
|
+
data.tar.gz: 423518e0848227f1d851ac00d4311f9c6234872c222cdd60be639cb60e8808a6bbabc329b4a5557f8e0075fc32679dacb312177af92363a0cbd4eb67f45acc30
|
|
@@ -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.
|
|
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: []
|