ruby_fly 0.38.0.pre.3 → 0.38.0.pre.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +29 -27
- data/Rakefile +1 -1
- data/lib/ruby_fly/rc.rb +2 -2
- data/lib/ruby_fly/version.rb +1 -1
- data/lib/ruby_fly.rb +0 -2
- data/ruby_fly.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a09ca4925963cbb3a5ee82125509914cdbda69a5cfe0b4587f60d2d0035e8ff8
|
4
|
+
data.tar.gz: 2d0e7ec764f788cba8b277fd64642ff84cd871724495ba24700e3447ac0507b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aae1cd094c9d80eaf5e45c592205b1ea6cc09c7b6f04f31d18debcec9598b0fc10f838dbc500e3e54fae166675d97f4f5fe5791e48e22f0ac04ef3604d872c60
|
7
|
+
data.tar.gz: 2bbd10d865d2e33df3c15285160035c4ca88dbe8370eb755da4ab8084d6b788d48ab05ad30550c1b21c746b571b9d764907eca3291c3d77a602dc79453b3fe60
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_fly (0.38.0.pre.
|
4
|
+
ruby_fly (0.38.0.pre.4)
|
5
5
|
lino (~> 3.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -16,12 +16,12 @@ GEM
|
|
16
16
|
public_suffix (>= 2.0.2, < 5.0)
|
17
17
|
ast (2.4.2)
|
18
18
|
colored2 (3.1.2)
|
19
|
-
concurrent-ruby (1.1.
|
19
|
+
concurrent-ruby (1.1.10)
|
20
20
|
diff-lcs (1.5.0)
|
21
21
|
docile (1.4.0)
|
22
22
|
excon (0.92.0)
|
23
|
-
fakefs (1.
|
24
|
-
faker (2.
|
23
|
+
fakefs (1.8.0)
|
24
|
+
faker (2.23.0)
|
25
25
|
i18n (>= 1.8.11, < 2)
|
26
26
|
faraday (1.10.0)
|
27
27
|
faraday-em_http (~> 1.0)
|
@@ -49,8 +49,9 @@ GEM
|
|
49
49
|
gem-release (2.2.2)
|
50
50
|
hamster (3.0.0)
|
51
51
|
concurrent-ruby (~> 1.0)
|
52
|
-
i18n (1.
|
52
|
+
i18n (1.12.0)
|
53
53
|
concurrent-ruby (~> 1.0)
|
54
|
+
json (2.6.2)
|
54
55
|
lino (3.0.0)
|
55
56
|
hamster (~> 3.0)
|
56
57
|
open4 (~> 1.3)
|
@@ -61,7 +62,7 @@ GEM
|
|
61
62
|
sawyer (~> 0.8.0, >= 0.5.3)
|
62
63
|
open4 (1.3.4)
|
63
64
|
parallel (1.22.1)
|
64
|
-
parser (3.1.1
|
65
|
+
parser (3.1.2.1)
|
65
66
|
ast (~> 2.4.1)
|
66
67
|
public_suffix (4.0.6)
|
67
68
|
rainbow (3.1.1)
|
@@ -86,36 +87,37 @@ GEM
|
|
86
87
|
colored2 (~> 3.1)
|
87
88
|
rake_factory (~> 0.23)
|
88
89
|
sshkey (~> 2.0)
|
89
|
-
regexp_parser (2.
|
90
|
+
regexp_parser (2.6.0)
|
90
91
|
rexml (3.2.5)
|
91
|
-
rspec (3.
|
92
|
-
rspec-core (~> 3.
|
93
|
-
rspec-expectations (~> 3.
|
94
|
-
rspec-mocks (~> 3.
|
95
|
-
rspec-core (3.
|
96
|
-
rspec-support (~> 3.
|
97
|
-
rspec-expectations (3.
|
92
|
+
rspec (3.12.0)
|
93
|
+
rspec-core (~> 3.12.0)
|
94
|
+
rspec-expectations (~> 3.12.0)
|
95
|
+
rspec-mocks (~> 3.12.0)
|
96
|
+
rspec-core (3.12.0)
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-expectations (3.12.0)
|
98
99
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
|
-
rspec-support (~> 3.
|
100
|
-
rspec-mocks (3.
|
100
|
+
rspec-support (~> 3.12.0)
|
101
|
+
rspec-mocks (3.12.0)
|
101
102
|
diff-lcs (>= 1.2.0, < 2.0)
|
102
|
-
rspec-support (~> 3.
|
103
|
-
rspec-support (3.
|
104
|
-
rubocop (1.
|
103
|
+
rspec-support (~> 3.12.0)
|
104
|
+
rspec-support (3.12.0)
|
105
|
+
rubocop (1.37.1)
|
106
|
+
json (~> 2.3)
|
105
107
|
parallel (~> 1.10)
|
106
|
-
parser (>= 3.1.
|
108
|
+
parser (>= 3.1.2.1)
|
107
109
|
rainbow (>= 2.2.2, < 4.0)
|
108
110
|
regexp_parser (>= 1.8, < 3.0)
|
109
|
-
rexml
|
110
|
-
rubocop-ast (>= 1.
|
111
|
+
rexml (>= 3.2.5, < 4.0)
|
112
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
111
113
|
ruby-progressbar (~> 1.7)
|
112
114
|
unicode-display_width (>= 1.4.0, < 3.0)
|
113
|
-
rubocop-ast (1.
|
115
|
+
rubocop-ast (1.23.0)
|
114
116
|
parser (>= 3.1.1.0)
|
115
117
|
rubocop-rake (0.6.0)
|
116
118
|
rubocop (~> 1.0)
|
117
|
-
rubocop-rspec (2.
|
118
|
-
rubocop (~> 1.
|
119
|
+
rubocop-rspec (2.14.2)
|
120
|
+
rubocop (~> 1.33)
|
119
121
|
ruby-progressbar (1.11.0)
|
120
122
|
ruby2_keywords (0.0.5)
|
121
123
|
ruby_gpg2 (0.8.0)
|
@@ -132,7 +134,7 @@ GEM
|
|
132
134
|
sshkey (2.0.0)
|
133
135
|
tzinfo (2.0.4)
|
134
136
|
concurrent-ruby (~> 1.0)
|
135
|
-
unicode-display_width (2.
|
137
|
+
unicode-display_width (2.3.0)
|
136
138
|
|
137
139
|
PLATFORMS
|
138
140
|
ruby
|
@@ -155,4 +157,4 @@ DEPENDENCIES
|
|
155
157
|
simplecov
|
156
158
|
|
157
159
|
BUNDLED WITH
|
158
|
-
2.3.
|
160
|
+
2.3.24
|
data/Rakefile
CHANGED
data/lib/ruby_fly/rc.rb
CHANGED
@@ -96,7 +96,7 @@ module RubyFly
|
|
96
96
|
end
|
97
97
|
|
98
98
|
def self.load(options)
|
99
|
-
home = options[:home] ||
|
99
|
+
home = options[:home] || Dir.home
|
100
100
|
name = options[:name] || '.flyrc'
|
101
101
|
path = File.join(home, name)
|
102
102
|
|
@@ -127,7 +127,7 @@ module RubyFly
|
|
127
127
|
end
|
128
128
|
|
129
129
|
def initialize(options)
|
130
|
-
@home = options[:home] ||
|
130
|
+
@home = options[:home] || Dir.home
|
131
131
|
@name = options[:name] || '.flyrc'
|
132
132
|
@targets = options[:targets].inject({}) do |acc, target|
|
133
133
|
acc.merge(target.name => target)
|
data/lib/ruby_fly/version.rb
CHANGED
data/lib/ruby_fly.rb
CHANGED
@@ -34,11 +34,9 @@ module RubyFly
|
|
34
34
|
Commands::GetPipeline.new.execute(opts)
|
35
35
|
end
|
36
36
|
|
37
|
-
# rubocop:disable Naming/AccessorMethodName
|
38
37
|
def set_pipeline(opts = {})
|
39
38
|
Commands::SetPipeline.new.execute(opts)
|
40
39
|
end
|
41
|
-
# rubocop:enable Naming/AccessorMethodName
|
42
40
|
|
43
41
|
def unpause_pipeline(opts = {})
|
44
42
|
Commands::UnpausePipeline.new.execute(opts)
|
data/ruby_fly.gemspec
CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
22
22
|
spec.email = ['maintainers@infrablocks.io']
|
23
23
|
|
24
24
|
spec.summary = 'A simple Ruby wrapper for invoking fly commands.'
|
25
|
-
spec.description = 'Wraps the concourse fly CLI so that fly can be invoked '\
|
25
|
+
spec.description = 'Wraps the concourse fly CLI so that fly can be invoked ' \
|
26
26
|
'from a Ruby script or Rakefile.'
|
27
27
|
spec.homepage = 'https://github.com/infrablocks/ruby_fly'
|
28
28
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_fly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.38.0.pre.
|
4
|
+
version: 0.38.0.pre.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lino
|