capistrano-nc 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/capistrano-nc.gemspec +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d36db6ff8dcbdd68e82a41e4c41ff043eb04e8a
|
|
4
|
+
data.tar.gz: 15ae6f52d8fa803d6ebafacff5834afa4d25f42f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a310ebdc8bc353737fb1b4443aee869ff6836dfb1ad756efa8bc5a6466d94b6f7b95af35fef5c2b924935da75b2d3c52bd541cd2e28b34114b8d980042cb5104
|
|
7
|
+
data.tar.gz: bb9b008c7095668477329e496147c710495d689c130310c5dcb66b64ff38f66b09b93508687b3b75f0ead24ea38e43aa3ec354badf8a6299e3a40ff901caf9e2
|
data/CHANGELOG.md
CHANGED
data/capistrano-nc.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = 'capistrano-nc'
|
|
4
|
-
gem.version = '0.1.
|
|
4
|
+
gem.version = '0.1.2'
|
|
5
5
|
gem.authors = ['Kir Shatrov']
|
|
6
6
|
gem.email = ['shatrov@me.com']
|
|
7
7
|
gem.summary = "Capistrano 3 integration with Mountain Lion's Notification Center"
|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
|
|
11
11
|
gem.licenses = %w(MIT)
|
|
12
12
|
|
|
13
|
-
gem.add_dependency 'terminal-notifier', '~> 1.
|
|
14
|
-
gem.add_dependency 'capistrano', '~> 3.
|
|
13
|
+
gem.add_dependency 'terminal-notifier', '~> 1.5.1'
|
|
14
|
+
gem.add_dependency 'capistrano', '~> 3.0'
|
|
15
15
|
|
|
16
16
|
gem.files = `git ls-files`.split($\)
|
|
17
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-nc
|
|
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
|
- Kir Shatrov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: terminal-notifier
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.5.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.5.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: capistrano
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '3.
|
|
33
|
+
version: '3.0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.
|
|
40
|
+
version: '3.0'
|
|
41
41
|
description: https://github.com/evrone/capistrano-nc
|
|
42
42
|
email:
|
|
43
43
|
- shatrov@me.com
|