capistrano-stats 1.0.0
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 +7 -0
- metadata +49 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 473dad861baec345601b0467729364ed120e57c5
|
|
4
|
+
data.tar.gz: 8cde7540c7ee3405911f0a02362927bec57864df
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 64e790fbad8ea11992fb87f199abb5a31943c70e27f9f3f413ff7e5fa5af7f384f4a3143b5e4e768e7825c35b5ef16614a00f155720dc743bef667b0026acd8b
|
|
7
|
+
data.tar.gz: d1345c5c1ea78b7564b054ded79e19e157cceae7a624e7e0b078d19902b6aa1096387514bb364d19edb6bc5b5040de67f3f7f92d2b808f790d02858a9520c1e1
|
metadata
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: capistrano-stats
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Lee Hambley
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-11-24 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Collects anonymous usage statistics about Capistrano to aid with platform
|
|
14
|
+
support and ruby version targeting.
|
|
15
|
+
email:
|
|
16
|
+
- lee.hambley@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files: []
|
|
21
|
+
homepage: http://metrics.capistranorb.com/
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message: |2
|
|
26
|
+
Capistrano will ask you the next time you run it if you would like to share
|
|
27
|
+
anonymous usage statistics with the maintainance team to help guide our
|
|
28
|
+
development efforts. We emplore you to opt-in, but we understand if your
|
|
29
|
+
privacy is important to you in this regard.
|
|
30
|
+
rdoc_options: []
|
|
31
|
+
require_paths:
|
|
32
|
+
- lib
|
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '0'
|
|
43
|
+
requirements: []
|
|
44
|
+
rubyforge_project:
|
|
45
|
+
rubygems_version: 2.2.2
|
|
46
|
+
signing_key:
|
|
47
|
+
specification_version: 4
|
|
48
|
+
summary: Official metrics to help the development direction of Capistrano
|
|
49
|
+
test_files: []
|