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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/gitlab_swat.gemspec +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ed01cc88af1e9fe76a883abb9bca46193bbab7c
4
- data.tar.gz: edc42911534f120e21d3f51947410bffbf946089
3
+ metadata.gz: 751bc6479819d16b29d0b7ec48c15d02eeba741d
4
+ data.tar.gz: 58dcfbe4f0a24794baf9abbadb5a3434bf0131fd
5
5
  SHA512:
6
- metadata.gz: b2604e5caeb9060948625862970c47728508aa1b273e98d0ade9be64bd64e91349d65510b2af25d7088df2c25b9377b723cc4796a5740f313ac584c07e64f7c8
7
- data.tar.gz: 59a301df2c16b15a20075817349f0f182878b944b4b8bbef8139e8a6e3a970c8de16e0ec7e9f6beb5fb14c02a846007d01f688d3c0f821dc9df62ebd510332f9
6
+ metadata.gz: 6ea95cd876928699d3046756294c9593bb1b95682c67dd19494c164256fbd9e295d0608575624ba079232494d636a68bdbec20c7a663a27fb6a71bb2464ba32d
7
+ data.tar.gz: a696e19b95af0a183623740fc3aa20cf72beea19f9f4cdbf84862942d944fd8c9e7b31e5c26aaca30d2dc52508bc304eee04e85dfc403d6db10b6b9fd0edb54d
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "gitlab-swat"
3
- s.version = "0.1.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.email = "pablo@gitlab.com"
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.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: pablo@gitlab.com
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: {}