gitlab-swat 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gitlab_swat.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 751bc6479819d16b29d0b7ec48c15d02eeba741d
|
4
|
+
data.tar.gz: 58dcfbe4f0a24794baf9abbadb5a3434bf0131fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ea95cd876928699d3046756294c9593bb1b95682c67dd19494c164256fbd9e295d0608575624ba079232494d636a68bdbec20c7a663a27fb6a71bb2464ba32d
|
7
|
+
data.tar.gz: a696e19b95af0a183623740fc3aa20cf72beea19f9f4cdbf84862942d944fd8c9e7b31e5c26aaca30d2dc52508bc304eee04e85dfc403d6db10b6b9fd0edb54d
|
data/gitlab_swat.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "gitlab-swat"
|
3
|
-
s.version = "0.1.
|
3
|
+
s.version = "0.1.2"
|
4
4
|
s.date = "2017-04-01"
|
5
5
|
s.summary = "ChatOps Cog Bundle that enables admins to remotely run predefined scripts in a rails console"
|
6
6
|
s.description = <<~eos
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
as expected
|
13
13
|
eos
|
14
14
|
s.authors = ["Pablo Carranza"]
|
15
|
-
s.
|
15
|
+
s.homepage = "https://gitlab.com/gitlab-cog/swat"
|
16
16
|
s.files = `git ls-files -z`.split("\x0")
|
17
17
|
s.test_files = s.files.grep(%r{^(spec)/})
|
18
18
|
s.license = "MIT"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-swat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pablo Carranza
|
@@ -76,7 +76,7 @@ description: |
|
|
76
76
|
Enabling fast action by using an external git repository as the scripts source, but keeping safety high by
|
77
77
|
enforcing a prepare-pre check-execute model that allows execution break at any stage if things are not going
|
78
78
|
as expected
|
79
|
-
email:
|
79
|
+
email:
|
80
80
|
executables: []
|
81
81
|
extensions: []
|
82
82
|
extra_rdoc_files: []
|
@@ -111,7 +111,7 @@ files:
|
|
111
111
|
- spec/swat_reload_spec.rb
|
112
112
|
- spec/swat_script_spec.rb
|
113
113
|
- spec/swat_strike_spec.rb
|
114
|
-
homepage:
|
114
|
+
homepage: https://gitlab.com/gitlab-cog/swat
|
115
115
|
licenses:
|
116
116
|
- MIT
|
117
117
|
metadata: {}
|