hamstar 0.0.5 → 0.0.6
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 +4 -4
- data/hamstar.gemspec +1 -1
- data/lib/hamstar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28ae0cdf25cee5a841f0ad1fbb88bde8bf7296ce
|
|
4
|
+
data.tar.gz: 771c24fd2dcaa44f2597b4d7beef3abb15ff10fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1454005698d56c6d711f287906c6769d63b348107ba5eaad6082403b1ca80bbc295ac1249b7fd72ce4d75e3d1e07800f6483105caea9b272e522d5ecf3a2939b
|
|
7
|
+
data.tar.gz: 3abac5dcd79275dfabf974e5d9d0940c8be9a9cba8b4734713435f1cd90e502e9039dd3abc9d617bcaa7b2ec7a53a709066ddb4fb04aaebb52601eec1199e071
|
data/hamstar.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Bill Burcham"]
|
|
10
10
|
spec.email = ["bill.burcham@gmail.com"]
|
|
11
11
|
spec.summary = %q{Hamstar Transforms Immutable Ruby Collections Better}
|
|
12
|
-
spec.description = %q{Hamstar.update_having() lets you transform deep
|
|
12
|
+
spec.description = %q{Hamstar.update_having() lets you transform deep amalgams of Hamster (immutable) Hash and Vector with all the features of update_in() plus: associative selection [key,val], Kleene star '*', and generalized Proc-based matching}
|
|
13
13
|
spec.homepage = "https://github.com/Bill/hamstar"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/hamstar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hamstar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bill Burcham
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description: 'Hamstar.update_having() lets you transform deep
|
|
83
|
+
description: 'Hamstar.update_having() lets you transform deep amalgams of Hamster
|
|
84
84
|
(immutable) Hash and Vector with all the features of update_in() plus: associative
|
|
85
85
|
selection [key,val], Kleene star ''*'', and generalized Proc-based matching'
|
|
86
86
|
email:
|