msmg_public 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/msmg_public.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81762cbf5c6a373790c9b3377ce5b1371e769f45
4
- data.tar.gz: 5e05a3462ede5afc08a8e6ecd42162a2caf32f66
3
+ metadata.gz: 0570e2f36f1152b33d10543c2d4c40c86f780f17
4
+ data.tar.gz: b564505001faf22d72b875e2db6e3fea89593e5b
5
5
  SHA512:
6
- metadata.gz: 9f9f0219e41a521560b06a41de8a70eb43af9a7ccf9ccff6a0d938844010f1ad7471cb6327f29d479b3a0a4282e5fbfee18dd88e43b470af8882c1a6565f6f87
7
- data.tar.gz: 0fd81f23a94643717688aec13815e3befdc8fa64aca41b2510cc5f0b992b4a66aa575b17b0fd29dc0dc543cf6644b05f2e13c1591c1494ba867fa6de833ecfec
6
+ metadata.gz: 83efea826c79792b7aa6ed981676632bd4e7ad903682fd8b248dc06653372d0b887012e4929d12c76f04760c99f4e6cb6fe292e36865f05fa5cb676792bcbb6f
7
+ data.tar.gz: edf50865956b94b2d543e5692757e0cdecc999f9a0d5faf271108c822e381b6d70d83af2121d73732dfb7d7839e4f2d117af568a2436a50548a3a23a3c4a4287
data/msmg_public.gemspec CHANGED
@@ -9,13 +9,13 @@ $LOAD_PATH.merge! [File.expand_path('../lib', __FILE__)]
9
9
  Gem::Specification.new do |spec|
10
10
  raise 'RubyGems 2.0 or newer is required.' unless spec.respond_to?(:metadata)
11
11
  spec.name = 'msmg_public'
12
- spec.version = '0.1.0'
12
+ spec.version = '0.1.1'
13
13
  spec.authors = ['Andrew Smith']
14
14
  spec.email = ['andrew.smith at moneysupermarket.com']
15
15
 
16
16
  spec.summary = 'Various Ruby Sources'
17
17
  spec.description = 'MSM pubicly available Ruby'
18
- # spec.homepage = ''
18
+ spec.homepage = 'https://github.com/MSMFG/msmg_ruby-public'
19
19
  spec.license = 'Apache-2.0'
20
20
  spec.files = `git ls-files -z`.split("\x0")
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msmg_public
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Smith
@@ -28,7 +28,7 @@ files:
28
28
  - test/unit/test_comparable_by_attr.rb
29
29
  - test/unit/test_dig.rb
30
30
  - test/unit/test_to_hash.rb
31
- homepage:
31
+ homepage: https://github.com/MSMFG/msmg_ruby-public
32
32
  licenses:
33
33
  - Apache-2.0
34
34
  metadata: {}