zillabyte 0.1.26 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +6 -14
  2. data/ruby/lib/zillabyte/version.rb +1 -1
  3. metadata +15 -15
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZjgxM2RjMDI0NDg4ZDk3ZTY5NjE3YzFiMDhlNDdkNDI3ZmM5YzZlMg==
5
- data.tar.gz: !binary |-
6
- YWNiZjgzZmVmOGY3YmFhM2U0ODBjM2E2YmVhNDkxOWRlY2EzMjcwZA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NjU0ZmNiM2QzMmZmMTNiYmQwYjcyNzExZmNlNTkyNTlhNzA5M2NiNGEyMTEx
10
- NGM4ZjczYmUwZmI2ZDJmZjJkNDgwMGRlNjVmZjYxMTcxODNhYmJhZjA4Zjcw
11
- ODJmZGFlMzY4NmM3YjFjMmZmOTQ3ZjEzZGRjZmRiZWVmYzA1Njc=
12
- data.tar.gz: !binary |-
13
- Yzg2MDExNWIxNTJlNzAyODFjMzY4MTYzYjhkY2QyNzYyMTk0MDY3MDBiYWRh
14
- OTYzY2VlNWFiMjVlMzU2NTQ4MTkwODUwZTAzNWIxZDkwMTg4ZTQwNWRjNjll
15
- NWZiZjU3MTdkMGIxMzMxNTVlMGQ4OTNhZDg3ZWI1MzU5ZGI0Zjg=
2
+ SHA1:
3
+ metadata.gz: 0809f978b7005a4dd345ab9af76d1f779d01ca76
4
+ data.tar.gz: f65120cfcce2383964b5fd857960a7d615a656b2
5
+ SHA512:
6
+ metadata.gz: bfbf2bb9d9790e304da6bab1f676b398cc9dddb2238f55ca3bce0b5db7e9f4e971a5de4d22760946a47066c4e811a68bda1b5b794f65bd596eb1a8597157eab3
7
+ data.tar.gz: ac2b9bea40186bfc72dffabe3f0a360337efb88080c0fbd6b0ac6143545e12be18bb5a758fafed40bbf729a1b69af5ae170853ddb892d851ac681778533fc573
@@ -1,3 +1,3 @@
1
1
  module Zillabyte
2
- VERSION = "0.1.26" unless defined?(VERSION)
2
+ VERSION = "0.1.27" unless defined?(VERSION)
3
3
  end
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zillabyte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - zillabyte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-06 00:00:00.000000000 Z
11
+ date: 2014-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mkfifo
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: zillabyte-cli
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.1.26
47
+ version: 0.1.27
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.1.26
54
+ version: 0.1.27
55
55
  description: The Official Zillabyte Gem
56
56
  email:
57
57
  - gem@zillabyte.com
@@ -59,7 +59,9 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ruby/lib/zillabyte.rb
62
63
  - ruby/lib/zillabyte/common/progress.rb
64
+ - ruby/lib/zillabyte/harness.rb
63
65
  - ruby/lib/zillabyte/harness/app.rb
64
66
  - ruby/lib/zillabyte/harness/base.rb
65
67
  - ruby/lib/zillabyte/harness/component.rb
@@ -78,9 +80,7 @@ files:
78
80
  - ruby/lib/zillabyte/harness/source.rb
79
81
  - ruby/lib/zillabyte/harness/stream.rb
80
82
  - ruby/lib/zillabyte/harness/tuple.rb
81
- - ruby/lib/zillabyte/harness.rb
82
83
  - ruby/lib/zillabyte/version.rb
83
- - ruby/lib/zillabyte.rb
84
84
  homepage: http://www.zillabyte.com
85
85
  licenses:
86
86
  - MIT
@@ -91,17 +91,17 @@ require_paths:
91
91
  - ruby/lib
92
92
  required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ! '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - ! '>='
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.0.7
104
+ rubygems_version: 2.2.2
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: The Official Zillabyte Gem