msmg_public 0.2.0 → 0.2.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: ee6c9b7892cb2b5cfffc766adc219c9c300e5025
4
- data.tar.gz: 91f6f5ab4f45e198b1671a3b7b6cb239323799e6
3
+ metadata.gz: 25086e4748d3390c13f01005abcff52c8e155de8
4
+ data.tar.gz: f09f31683695206c76087f1cd6c2d6ba1867aa36
5
5
  SHA512:
6
- metadata.gz: 04f9e77c058d7666843f7074f2201cde56e8bdfc3527d937c297753ea23d111a4824830c2919591acf8a37444e1bebe9712372eeee1b0588ef9994ec145b6e3a
7
- data.tar.gz: 383bf6e7137762c1e77c39d83156462739ddc798ce610f348671328736a840467d5ccecb0f495220ccdd4314501283650b3fa15f1a1602889d14024b108acf8c
6
+ metadata.gz: d26eb671838f3374f11c5905ac473a505a819435cc87a73a5cf639106baa74445bc614fc2583d84d94a81b8fa1aa0f5099982d3ad058ef470d35f08dceed81f4
7
+ data.tar.gz: 730b9fee5a7999645707f42bb6f3314fe32a55eb1453a95aba4e5a20e7a1fc35e1d01a2d939d9baa652ea88643c073f1452afa5d710b431a1b103dd9f44d1c78
data/msmg_public.gemspec CHANGED
@@ -9,7 +9,7 @@ $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.2.0'
12
+ spec.version = '0.2.1'
13
13
  spec.authors = ['Andrew Smith']
14
14
  spec.email = ['andrew.smith at moneysupermarket.com']
15
15
 
@@ -58,6 +58,6 @@ class TestComparableByAttr < Minitest::Test
58
58
  end
59
59
 
60
60
  def test_a_eq_b_ignorec
61
- assert(IgnoreC.new(1, 1, 2) == IgnoreC.new(1, 1, 2))
61
+ assert(IgnoreC.new(1, 1, 2) == IgnoreC.new(1, 1, 3))
62
62
  end
63
63
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msmg_public
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-30 00:00:00.000000000 Z
11
+ date: 2018-02-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: MSM pubicly available Ruby
14
14
  email: