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.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/LICENSE +3 -0
  3. data/README.markdown +1 -1
  4. data/cap_gun.gemspec +2 -1
  5. metadata +4 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjgzMDhhNTliYTlkYzNiM2YyODJmOTk1OGNjMDkyZThjNWU2NWE5Zg==
4
+ ZjIwZjdmMWEzNTE2Nzk3YTJlODBjZDk3ZmU4NjY2ZGE4NjYzMWY3OQ==
5
5
  data.tar.gz: !binary |-
6
- YzI1YmI4ZmU3MTJmMzY2ZWIyZWM4YTNmOTFkOTYxYjNlNWMwMWFlYg==
6
+ N2VjMmQ3Yzc5MjlhY2ZkY2JiODU5Y2I4ZjdhOTNmZjI1ZTcwZmIzYg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzdlOGYzYzEyNTNkOGU0ZDdmM2U3ZDYxMmY4ZDUyYTVmMDcyM2FmMzZiMzky
10
- MDQ0YjYzYTBiMzFjNTA1MDQxYmVhN2VmNzQ0NTE1Nzg5YmM3M2ExYTM2MDMz
11
- OGMwOGI3OGZhN2M0YjI3ZjUwMWU3NmFjYTEyODBhYTdjMzdiODQ=
9
+ OTlkMWVmMTFhMmIwNjg1ODc4YTM3MGVlNmFjZGM1MWI3ZGIzMjcwOWI2NzA5
10
+ ODc4NDI4MDRkZjI0YTdkYzVkOTYwMjhiNmMwNmJjM2QzMDk0YzNkYTg1NzQy
11
+ ZDA4Y2U1MDVkZjg2YmEyMDU5YjliNjFkZTA2MWYzNWQ5NzhlOWY=
12
12
  data.tar.gz: !binary |-
13
- ZWNjYWI0NzFhZTdhNGExMzE2MDkwYWJlMDk3OWJhM2Q1NTc0YzhhMzlmZGVj
14
- MjA4MmQzYTg3OWNhNzdmM2ZiZTU1YTJlYzkwMzc0YjY0YzA0N2UzNmRlNTYx
15
- ZjNmYjk2ODMwOGI1MGNjMmY2MzkxODA3NmY5ODkxYmJmMmZhMzc=
13
+ NDNhNWYzNzVmNjQyN2RkYTQzN2MyMDViYjY4YTFlZDVmZTAzMjE1ZDU4Mjc2
14
+ YTZiZDRiNDhlNjNmY2MzYjcyNmM3MGYyMmYwMDk1NGU1YmJiMzI2MjVlNTMz
15
+ YzM3OWQ2ODYwODZhMjlkMDg4NTUyNjlhNjg2MjBjZTc5NDg4NTU=
data/LICENSE CHANGED
@@ -1,4 +1,7 @@
1
+ The MIT License (MIT)
2
+
1
3
  Copyright (c) 2009 Relevance, Inc.
4
+ Copyright (c) 2012 XING AG
2
5
 
3
6
  Permission is hereby granted, free of charge, to any person obtaining
4
7
  a copy of this software and associated documentation files (the
@@ -96,7 +96,7 @@ Just include a comment in the cap command like so, and CapGun will add the comme
96
96
 
97
97
  ## License
98
98
 
99
- (The MIT License)
99
+ The MIT License (MIT)
100
100
 
101
101
  Copyright (c) 2009 [Relevance, Inc.](http://thinkrelevance.com)
102
102
 
@@ -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.1"
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.1
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-08 00:00:00.000000000 Z
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: []