maux_robot 0.0.2 → 0.0.3

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: 3c587b90116be51790d2d74c04781ddf0aa1f29a
4
- data.tar.gz: 3d0d0a2f00d422c6a0eed9a789068623d5678428
3
+ metadata.gz: 776efb576b9d292a6d18f2ab3428c45b223399a3
4
+ data.tar.gz: 8f65894e13ff0bb52a95a61b0654d58200a53cb8
5
5
  SHA512:
6
- metadata.gz: 05ee766bbf7c5917d43f1310d8f9bfce858303810bbab6695760e154854c6af3232ff57b1d0575d446e46cfed32e1979c92e596ff1fd4a758444ff329d098c66
7
- data.tar.gz: 9fe5dd5b8edc18ad12864df9c08a41c58c75c59c6b4b875e7a33e8baea9bed0474a8fa43d8815fd16ab1653cc09ef07cc24c6b18a012ffcf5f32645a4d2c3e38
6
+ metadata.gz: 20aef8da93c3cb1f28378607a95020a8201fef566adc14522432d3a1ab0723b7c597dab066bc57c2359a51d83ea9785cd1bb28602d32b95418b5b16b122bd130
7
+ data.tar.gz: d09ae6bb62e2bdbc5d9b2f5f110ae78d0ebc0d86b66c8371d42984dea9823e138cc0eff556cd0b94fd04cb6f030e9079fbd0d3a3afded3ca5b6d5e8ad70582c7
@@ -3,7 +3,7 @@
3
3
  module MauxRobot
4
4
  # This module holds the MauxRobot version information.
5
5
  module Version
6
- STRING = '0.0.2'.freeze
6
+ STRING = '0.0.3'.freeze
7
7
 
8
8
  MSG = '%s (using Parser %s, running on %s %s %s)'.freeze
9
9
 
@@ -49,7 +49,7 @@ describe MauxRobot::CLI do
49
49
  end
50
50
 
51
51
  it 'ignores anything else' do
52
- expect(subject.parse('blablabla balbla')).to eq(order: nil)
52
+ expect(subject.parse('blablabla balbla')).to be_nil
53
53
  end
54
54
  end
55
55
 
@@ -68,4 +68,4 @@ describe MauxRobot::CLI do
68
68
  end
69
69
  end
70
70
  end
71
- end
71
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maux_robot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Vieira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-18 00:00:00.000000000 Z
11
+ date: 2017-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -56,7 +56,7 @@ homepage: https://github.com/mauriciovieira/maux_robot
56
56
  licenses:
57
57
  - GPL-3.0
58
58
  metadata:
59
- homepage_uri: https://rubocop.readthedocs.io/
59
+ homepage_uri: https://github.com/mauriciovieira/maux_robot/blob/master/README.md
60
60
  changelog_uri: https://github.com/mauriciovieira/maux_robot/blob/master/CHANGELOG.md
61
61
  source_code_uri: https://github.com/mauriciovieira/maux_robot/
62
62
  documentation_uri: https://github.com/mauriciovieira/maux_robot/