zillabyte-cli 0.1.42 → 0.1.43

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a69380bcf1b4a0e83627f0b6c38682ce7c48bda6
4
- data.tar.gz: fb214923e2b859a833dec813ac1b2928b30faeed
3
+ metadata.gz: c307ddf4c0dc25c077f1a27cf3636773d902875e
4
+ data.tar.gz: edf526ef6462cfecd65bb785d9cb2d15e47a5648
5
5
  SHA512:
6
- metadata.gz: bf970977a11743fc56bb59d0a66fb4db5b633ad86ee0c3f189d073a1e3c0098f657b9a2627c176ce14004d33eea362c02490c75a7bf4abb77863755fb492f5fb
7
- data.tar.gz: e16f5a0eba716e73d3156288ecc5abab6b800d2ecc997b892f497104b9bc483ada1c36f5085089d320b63c153a3a4fda12c822306aaa1873dd12ddd70cb4e0e9
6
+ metadata.gz: 8432edf08b23fa68c496d455628d77b1f7a07300b379ce141bc4eaf82e34a54b24aeb09ca6c76660c6d8e188e81fdbbc7eb3c8bc13415ff92ffa2674bd814c29
7
+ data.tar.gz: d38a3747ce57e37bf91f33a3b35757bd9830f877ecbbbb5d8ead13cbc234b9291a6ea8d30d9f99368d5ba5d97fd99f685f3c787a7954e4c6ed16e10faba78e2f
@@ -1,5 +1,5 @@
1
1
  module Zillabyte
2
2
  module CLI
3
- VERSION = "0.1.42"
3
+ VERSION = "0.1.43"
4
4
  end
5
5
  end
@@ -147,6 +147,7 @@ class Zillabyte::API::Flows < Zillabyte::API::Base
147
147
  hash['ignore_files'] ||= []
148
148
  hash['ignore_files'] << "info_to_ruby.in"
149
149
  hash['ignore_files'] << "vEnv"
150
+ hash['ignore_files'] << "vendor"
150
151
 
151
152
  top_dir = hash['top_dir'] || "."
152
153
  ignore_files = hash['ignore_files'] || []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zillabyte-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.42
4
+ version: 0.1.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - zillabyte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-09 00:00:00.000000000 Z
11
+ date: 2014-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake