pullbot 0.0.4 → 0.0.5
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 +14 -6
- data/lib/pull-bundle/repository.rb +1 -1
- data/pullbot.gemspec +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ODY5N2M0Mjk5YTliZmEyOWVhY2RkODNkODU1NTA3NDIzOTE5ZDVlZQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
OTc2ZTZiNWExZmFmMjhlNTMwMGMzODUxYjQwZTg0NmIwMmIwZWE2Mw==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MTY4ZWU3MTdhZmY4Njk1MzZiMDNiZWQ0OTg0OGY4MGM1NTY2MzhjOWJlMjE4
|
|
10
|
+
NzIxMzUyZGM1ZjYzOTBiMjYwZjI5OWE3ZTgwODQ2YTY4YzAwMjJlNWQzNTNl
|
|
11
|
+
MzY5NmI0NjM2NmNlNThjNzNhMzczZTUzMmNiYmRiNjgzYmQ2Mjc=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YjI5YWUwMTY1MTYyMDc1MDk2Yzc5ZmNmZTYxOTBmMTEyMDBiODc5ZDNlNDY4
|
|
14
|
+
MWRlNGIwNGZhNTQwMDJkZmQ3MTJiNTUyZTMwZjI1MWI2ZTUyNzJlY2NiMTdl
|
|
15
|
+
YjZjYTI1MjlmYzI2YTM0YWQ2YzQ2YzMxOWUxOGNkOTAxYzU0NjE=
|
|
@@ -62,7 +62,7 @@ module PullBundle
|
|
|
62
62
|
status = Open4::popen4(command)
|
|
63
63
|
message = status[2].read
|
|
64
64
|
error = status[3].read
|
|
65
|
-
raise exception unless message.include?(condition)
|
|
65
|
+
raise exception unless message.include?(condition) and error.empty?
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
class CommandException < Exception
|
data/pullbot.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.description = 'Auto pull git repository and bundle ruby gems'
|
|
9
9
|
gem.name = 'pullbot'
|
|
10
10
|
gem.summary = 'pullbot'
|
|
11
|
-
gem.version = '0.0.
|
|
11
|
+
gem.version = '0.0.5'
|
|
12
12
|
gem.homepage = 'http://rubygems.org/gems/pullbot'
|
|
13
13
|
|
|
14
14
|
gem.add_runtime_dependency 'open4'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pullbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- biq
|
|
@@ -14,42 +14,42 @@ dependencies:
|
|
|
14
14
|
name: open4
|
|
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: :runtime
|
|
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: progressbar
|
|
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: :runtime
|
|
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: formatador
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - '>='
|
|
45
|
+
- - ! '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
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
54
|
version: '0'
|
|
55
55
|
description: Auto pull git repository and bundle ruby gems
|
|
@@ -79,17 +79,17 @@ require_paths:
|
|
|
79
79
|
- lib
|
|
80
80
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
|
-
- - '>='
|
|
82
|
+
- - ! '>='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- - '>='
|
|
87
|
+
- - ! '>='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.0.
|
|
92
|
+
rubygems_version: 2.0.7
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: pullbot
|