blobby 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: 4a0b96e9f498791cc7df4c6dfe2a16fe3333495f
4
- data.tar.gz: c45aa9cff2b917fed75bb174a7ca02482b39ff4e
3
+ metadata.gz: bfbc91822c372d6508fd42ac40e333e6b1bb3a22
4
+ data.tar.gz: 2ced865cbd5b4ba8ca886bbcccd9259b48be8c32
5
5
  SHA512:
6
- metadata.gz: 6e1643a9675acfdfa5a64ea97a8d1e7fd98557f150b243dd75838be5a5ddbe9a7b8e8a312b5c4560b0097eef0f99423c94a1a5e359e5b5b7b7f3365d5c71fc61
7
- data.tar.gz: 5a010f2432a9a6dd3caa22e5eed35b8b6986180c5b6ace5ca2d49c4b2f52d9d1100a8965913c4d693d6464d49f8c3c9a86cf3598526755ba86f15e4a38ea5b58
6
+ metadata.gz: c7f1eab54fa6f82f9b201b387fe4f7424dd2b4b6148aae03b786fe062ddbb169e38e1e84f05ad07d88f10469ff242629d85e2b06032c3d193da7a921c95192e0
7
+ data.tar.gz: 410875dc9fb89abfa8172f762c10f5add5a610de9b3868223675621938e21522ab77ce167d23633e504c32f486f653c252a7fca45d3cf084f34b782e2af3c4ca
data/blobby.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.authors = ["Mike Williams"]
9
9
  gem.email = ["mdub@dogbiscuit.org"]
10
10
  gem.summary = "Various ways of storing BLOBs"
11
- gem.homepage = "https://github.com/realestate-com.au/blobby"
11
+ gem.homepage = "https://github.com/realestate-com-au/blobby"
12
12
 
13
13
  gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
14
14
  gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Blobby
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blobby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Williams
@@ -43,7 +43,7 @@ files:
43
43
  - spec/blobby/key_transforming_store_spec.rb
44
44
  - spec/blobby/logging_store_spec.rb
45
45
  - spec/blobby/store_behaviour.rb
46
- homepage: https://github.com/realestate-com.au/blobby
46
+ homepage: https://github.com/realestate-com-au/blobby
47
47
  licenses: []
48
48
  metadata: {}
49
49
  post_install_message: