che_guevara 0.0.1 → 0.0.2

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: 313724e2fa01071fa11bd5fe26900b6ebdeccfef
4
- data.tar.gz: a7765a2f5d8a6aa86232b79c270ee39b129b64d9
3
+ metadata.gz: e3c3c5009c521a5ff92d8280d6f2632440eaddca
4
+ data.tar.gz: f31316e31300ed5ec8618dab54bfd3c8b0d74e66
5
5
  SHA512:
6
- metadata.gz: 7522640a1bd0c725c4db6ab03d0435df692c711a58e38f391942d027e53ee6fe61ceb6599eb75968c1b32d49a3fdf7f8827996ee95bac6b33cd067ea6af30c0a
7
- data.tar.gz: a926c72253c766599f8458f3e3227a4f6dcc8b8ddd7514f4a9a7c0100609c0b5b9baefa0b7bb173d50d0371181be109ac52315929aef6f897dd160bc0291f985
6
+ metadata.gz: ed7dd4327f0871872bdb7aa1628942254d716007be5ba7c81f38d831035374dd92d65bd9408b03349730d395b2bf4c18bcfacab4b3fcea149986949d9456a4ae
7
+ data.tar.gz: 80ebe5404ff4664c4a2feecdd2ac6b4d56e165392a357e2461ba886a07ca0fbe43ffb08fddc8c0e37932051c1837aea0de1779a930206edf211040a27540be23
data/bin/che_guevara ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ require 'che_guevara'
3
+ CheGuevara::Soldier.work
@@ -1,3 +1,3 @@
1
1
  module CheGuevara
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: che_guevara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domas
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: ''
42
42
  email:
43
43
  - domas.bitvinskas@me.com
44
- executables: []
44
+ executables:
45
+ - che_guevara
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -50,6 +51,7 @@ files:
50
51
  - LICENSE.txt
51
52
  - README.md
52
53
  - Rakefile
54
+ - bin/che_guevara
53
55
  - che_guevara.gemspec
54
56
  - lib/che_guevara.rb
55
57
  - lib/che_guevara/version.rb