ops_team 1.16.2 → 1.17.0.rc1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/action.rb +3 -1
  3. data/ops_team.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10a9221dda4f8c0f68a5b7d16cdd3f4b659e1fffa34a5791c950ce13a3555cef
4
- data.tar.gz: 8ccff2e6feaedcd4263cc426b78263eefe52e0a934070b55d5726a3e4e9933b8
3
+ metadata.gz: 41d3d1e3618c5fa573c9e0ed7f246df4f94e3e7931397fc2cd7ce0729cefdb98
4
+ data.tar.gz: be587cf7f46df544c7514dbff62f691c2a6561267a2ab36cace41c320ca58f64
5
5
  SHA512:
6
- metadata.gz: a314cbc22275e56b5bf94fe346219e054a6b666c726a33606bc5559cd8e1ccc5844b0cec5fd2c812bb2f55e1204b0ca3e29b03653c93bb5e4b77261a02f9385d
7
- data.tar.gz: a3874f0db5ce4d8e77dd9b8aa23ed2bc3b01051e43c723c7c515b630eebead194486318b83b5f0b6f887301eaeeed8af87844c8484edaa646a35da780ba93726
6
+ metadata.gz: 514f3173b3f41421e5d7c412115f22423d1e4f85f51722517a1715a3fcda318ea5321d89d26132fc2ba90b28b805cc31dd8b3bab2b6d5ac0de060f4ac1a6ecbb
7
+ data.tar.gz: d9b69956336d107fef0d6c8e7d52db8c9f07d69b1b57962f4f7c9999285938a16019c22744205b1ed8807e27d10924b3493a537e60cdbffcf99b9d4c0f6c15ee
data/lib/action.rb CHANGED
@@ -36,6 +36,8 @@ class Action
36
36
  end
37
37
 
38
38
  def command
39
+ return @config if @config.is_a?(String)
40
+
39
41
  @config["command"]
40
42
  end
41
43
 
@@ -55,7 +57,7 @@ class Action
55
57
  @config_errors ||= begin
56
58
  errors = []
57
59
 
58
- errors << "No 'command' specified in 'action'." unless @config['command']
60
+ errors << "No 'command' specified in 'action'." unless command
59
61
 
60
62
  errors
61
63
  end
data/ops_team.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'ops_team'
5
- s.version = '1.16.2'
5
+ s.version = '1.17.0.rc1'
6
6
  s.authors = [
7
7
  'nickthecook@gmail.com'
8
8
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_team
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.2
4
+ version: 1.17.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nickthecook@gmail.com
@@ -247,9 +247,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
247
  version: '2.5'
248
248
  required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  requirements:
250
- - - ">="
250
+ - - ">"
251
251
  - !ruby/object:Gem::Version
252
- version: '0'
252
+ version: 1.3.1
253
253
  requirements: []
254
254
  rubygems_version: 3.1.6
255
255
  signing_key: