xing-cap_gun 0.3.1 → 0.3.2
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 +8 -8
- data/LICENSE +3 -0
- data/README.markdown +1 -1
- data/cap_gun.gemspec +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjIwZjdmMWEzNTE2Nzk3YTJlODBjZDk3ZmU4NjY2ZGE4NjYzMWY3OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2VjMmQ3Yzc5MjlhY2ZkY2JiODU5Y2I4ZjdhOTNmZjI1ZTcwZmIzYg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTlkMWVmMTFhMmIwNjg1ODc4YTM3MGVlNmFjZGM1MWI3ZGIzMjcwOWI2NzA5
|
|
10
|
+
ODc4NDI4MDRkZjI0YTdkYzVkOTYwMjhiNmMwNmJjM2QzMDk0YzNkYTg1NzQy
|
|
11
|
+
ZDA4Y2U1MDVkZjg2YmEyMDU5YjliNjFkZTA2MWYzNWQ5NzhlOWY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDNhNWYzNzVmNjQyN2RkYTQzN2MyMDViYjY4YTFlZDVmZTAzMjE1ZDU4Mjc2
|
|
14
|
+
YTZiZDRiNDhlNjNmY2MzYjcyNmM3MGYyMmYwMDk1NGU1YmJiMzI2MjVlNTMz
|
|
15
|
+
YzM3OWQ2ODYwODZhMjlkMDg4NTUyNjlhNjg2MjBjZTc5NDg4NTU=
|
data/LICENSE
CHANGED
data/README.markdown
CHANGED
data/cap_gun.gemspec
CHANGED
|
@@ -5,13 +5,14 @@ Gem::Specification.new do |gem|
|
|
|
5
5
|
gem.description = %q{Super simple capistrano deployment notifications. Forked from relevance/cap_gun.}
|
|
6
6
|
gem.summary = %q{Super simple capistrano deployment notifications. Forked from relevance/cap_gun.}
|
|
7
7
|
gem.homepage = "https://github.com/xing/cap_gun"
|
|
8
|
+
gem.license = 'MIT'
|
|
8
9
|
|
|
9
10
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
10
11
|
gem.files = `git ls-files`.split("\n")
|
|
11
12
|
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
|
|
12
13
|
gem.name = "xing-cap_gun"
|
|
13
14
|
gem.require_paths = ["lib"]
|
|
14
|
-
gem.version = "0.3.
|
|
15
|
+
gem.version = "0.3.2"
|
|
15
16
|
|
|
16
17
|
gem.add_dependency("activesupport")
|
|
17
18
|
gem.add_dependency("actionmailer", ">= 3.0.0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xing-cap_gun
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Röbke
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-08-
|
|
14
|
+
date: 2013-08-26 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activesupport
|
|
@@ -104,7 +104,8 @@ files:
|
|
|
104
104
|
- spec/presenter_spec.rb
|
|
105
105
|
- spec/spec_helper.rb
|
|
106
106
|
homepage: https://github.com/xing/cap_gun
|
|
107
|
-
licenses:
|
|
107
|
+
licenses:
|
|
108
|
+
- MIT
|
|
108
109
|
metadata: {}
|
|
109
110
|
post_install_message:
|
|
110
111
|
rdoc_options: []
|