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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10081af52f734deabb468d54970637ad5f591c73
4
- data.tar.gz: f17292d002caceba185a55a8b814c42b506f92ea
3
+ metadata.gz: 28ae0cdf25cee5a841f0ad1fbb88bde8bf7296ce
4
+ data.tar.gz: 771c24fd2dcaa44f2597b4d7beef3abb15ff10fc
5
5
  SHA512:
6
- metadata.gz: 38185b986447b91ecfc13ac4cc5f90531b37dd3d8db99830464053a9cc6cd751471090a0dce0b324f7927e1d2e840fdea2855962374cc12a1d5f9ddef6b8b8e8
7
- data.tar.gz: c0627954be2535db2d4a15f4d18f426449262938421e9ec469ebc49c95571f4a7e7df38430c5503bb8164f82c4c1e075641dd567e9d8e9ef57bec51355bd3f09
6
+ metadata.gz: 1454005698d56c6d711f287906c6769d63b348107ba5eaad6082403b1ca80bbc295ac1249b7fd72ce4d75e3d1e07800f6483105caea9b272e522d5ecf3a2939b
7
+ data.tar.gz: 3abac5dcd79275dfabf974e5d9d0940c8be9a9cba8b4734713435f1cd90e502e9039dd3abc9d617bcaa7b2ec7a53a709066ddb4fb04aaebb52601eec1199e071
@@ -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 amalgamations 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}
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
 
@@ -1,3 +1,3 @@
1
1
  module Hamstar
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
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 amalgamations of Hamster
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: