simple_commander 0.5.0 → 0.5.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: fab4e71eb8a9030b260c326ed00356c00599b188
4
- data.tar.gz: 6a49f5adc720cbbb756b8d17997ccc68b069549c
3
+ metadata.gz: 3c113def76d8e2c42c52c1bc2caca6d82e0fe3bb
4
+ data.tar.gz: 11b4ee0a7734d55fbcf553c7972c3f1694ffb2fc
5
5
  SHA512:
6
- metadata.gz: e9060ba684a240165b48c4ee1ed20d7a92a929f517d951a3283dc845e966b9967128904a423de094d3f924d35e481c091470e1c37ea9714ab8a1ba21959f62c1
7
- data.tar.gz: 3bff01a6e2f85336c3711cef25049bfcb3df181007c020bfd44e3dda9add0d5ea66fd39bb315b9d2e04ea82b3e061a53b4b884e51375a725cae0a5d73b60fe0d
6
+ metadata.gz: d9299cd58523a1f83da2581f1ce61ff145fb6e609b4fd8ceed7375b1e366a2f03664bd2d9bb94da40141820606ea4ca6f8fca02d69c52e8f9c36a4c5001cdb96
7
+ data.tar.gz: de14a10006f8485c50eeb8a5559f62abfa7b3f9763f8eda6dface9fd851bba5a7564e0b99e2f1f63f1465dce22cbfa20a99dd882dd98143a5f7c805076f82448
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 0.5.1 / 28-10-2016
2
+ * bug with config.yml solved
3
+
1
4
  === 0.5.0 / 27-10-2016
2
5
  * helpers automacally included when a new program is created
3
6
 
@@ -1,3 +1,3 @@
1
1
  ---
2
- :path: "/Users/marcell/Documents/github/simple_commander/spec/mock"
3
- :exec_path: "/Users/marcell/bin"
2
+ :path: ""
3
+ :exec_path: ""
@@ -1,3 +1,3 @@
1
1
  module SimpleCommander
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_commander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcell Monteiro Cruz