cangallo 0.0.7 → 0.0.8

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
- SHA1:
3
- metadata.gz: 92d5dbc3bd85622cf2708703e77d9bce21da6f1a
4
- data.tar.gz: 49f60d6f12193cd20ac0cddd58ac18d769d55818
2
+ SHA256:
3
+ metadata.gz: 03abde920ea8793c4d171cf376e1be916dbadbc317e331b4a8222a8ba63bda23
4
+ data.tar.gz: 57c14f550bdac51faa5f29101f453bf94deb8ac7a9d2b4eb225c6797bbc94ba6
5
5
  SHA512:
6
- metadata.gz: 61be348efbbbd0424f3a5399a3c4d35413412a8d8fad51d11201f02cb1eeb30dbaa9a8b9a643b0803c75f7c2a8ec6aabaab42a06fe9ad8e899cb9fd4bc99ce59
7
- data.tar.gz: cc790a4489b18d86440763f211a9dadb6f563147e7949ebc8fda233079fbabe6d68caace9f9d4502ef1fbb399cfbe6390a5f2d7054c9ec21049a47b9f7f38fc3
6
+ metadata.gz: c75388b201bdc41d71e6bbc86f0e7390ebcbd30ec11287b33efc7f13b39524b5f63154966e6a1d4ece95db715ea20aa472c5d04605d86c5b277cfd4b20cda933
7
+ data.tar.gz: 5bbc82e9c7089e810ffd399aab2d2b2e64a96601bdb80a1035e5feb1ab8b8fa824869139a423a417555590f72dd31d77a4fe81a4ea8e0c237e1f45a4edd94780
@@ -60,7 +60,7 @@ class Cangallo
60
60
 
61
61
  "delete" => {
62
62
  "action" => lambda do |input|
63
- add_head "run-command rm -rf #{input}"
63
+ add_head "delete #{input}"
64
64
  end
65
65
  },
66
66
 
@@ -16,5 +16,5 @@
16
16
  # limitations under the License.
17
17
 
18
18
  class Cangallo
19
- VERSION = '0.0.7'
19
+ VERSION = '0.0.8'
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cangallo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Fontan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-12 00:00:00.000000000 Z
11
+ date: 2018-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.6.8
78
+ rubygems_version: 2.7.7
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Cangallo!!