pedrozath-mercenary 0.3.6 → 0.3.7

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
  SHA256:
3
- metadata.gz: abfc352cd1288064314d2d38a2a8fb159167944af3ed6321b1ac582e11381f9f
4
- data.tar.gz: 17d7e7f5ed239b55dc7ed7f58364aa109e0f9747514465fb9d920101c86bbd69
3
+ metadata.gz: ccbd7227d21fa5deb9d49b0bff8b14c3531bbdda047500f2fced2c640a9c0dce
4
+ data.tar.gz: b3dae948145dedb49e5636ffe7d1dd666340b0d40fdf70dfe64caef3c9f8f77a
5
5
  SHA512:
6
- metadata.gz: 574871d15def1f7ac1a920b0f19bf6b6d20c97f3da6387f080ea01fef30f505d842f273ad2c287eade19d1633e962ff6b8f07ef311718ce244b824ce2aaf9efb
7
- data.tar.gz: d6d092702829952e1a0989b617b1edc37122d319cbb151cfc85977325cd6e11bb9a16d7ff1f5d510a91853c69834cd447428d446db2aa3bda1217657564c2411
6
+ metadata.gz: 60fe94709b9e7922233100010d20104a21ac2486f309e06b5b1f3fa7a20191bef75efc3967e2017fa1da9105082263b91c472e2edb5e53a2472f86ee6f19b37e
7
+ data.tar.gz: d73cf2f9ad8bf5d7c636b771a3a2bc389fb0e3d4def8466e5afa09585505b3da7bf2c9ac08e5571db77719ad179946b0010474e4d92b31da333c647906ee1876
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mercenary
4
- VERSION = "0.3.6".freeze
4
+ VERSION = "0.3.7".freeze
5
5
  end
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pedrozath-mercenary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-18 00:00:00.000000000 Z
12
+ date: 2018-04-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -87,13 +87,13 @@ files:
87
87
  - examples/help_dialogue.rb
88
88
  - examples/logging.rb
89
89
  - examples/trace.rb
90
- - lib/mercenary.rb
91
90
  - lib/mercenary/command.rb
92
91
  - lib/mercenary/option.rb
93
92
  - lib/mercenary/presenter.rb
94
93
  - lib/mercenary/program.rb
95
94
  - lib/mercenary/version.rb
96
- - mercenary.gemspec
95
+ - lib/pedrozath-mercenary.rb
96
+ - pedrozath-mercenary.gemspec
97
97
  - script/bootstrap
98
98
  - script/cibuild
99
99
  - script/console