mini_deploy 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/exe/{mdt → mini-deploy} +0 -0
- data/lib/mini_deploy/version.rb +1 -1
- data/mini_deploy.gemspec +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76e218f0e14c875054eeef88922c358b838e99cb
|
4
|
+
data.tar.gz: 5bc9810d2da4f252db56a81f8915bd564f08ee32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbe18a6bc9994d8fc1e83890a5b2063a7c2275378bfd51938951d4eec256a3a4ec6f84e3ba153440ac9c3963c4694bc2289c7c4a9ea19ac72e24cda22d6347b4
|
7
|
+
data.tar.gz: c2bf78a5b37878f5514168074c5c68c2d7da24b411ee363e9d72cbf369b0391ae15e05ca0c40bfd6aa657398f9f98912384b3f39325de111d9a393ed07468028
|
data/README.md
CHANGED
@@ -21,10 +21,10 @@ Usage
|
|
21
21
|
```shell
|
22
22
|
|
23
23
|
# Create Sample Script
|
24
|
-
|
24
|
+
mini-deploy install
|
25
25
|
|
26
26
|
# Start Receipts
|
27
|
-
|
27
|
+
mini-deploy start receipts/sample.yml --host config/sample_hosts.yml
|
28
28
|
|
29
29
|
```
|
30
30
|
|
data/exe/{mdt → mini-deploy}
RENAMED
File without changes
|
data/lib/mini_deploy/version.rb
CHANGED
data/mini_deploy.gemspec
CHANGED
@@ -6,10 +6,10 @@ require 'mini_deploy/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "mini_deploy"
|
8
8
|
spec.version = MiniDeploy::VERSION
|
9
|
-
spec.authors = ["Guanting Chen
|
9
|
+
spec.authors = ["Guanting Chen"]
|
10
10
|
spec.email = ["cgt886@gmail.com "]
|
11
|
-
spec.summary = %q{
|
12
|
-
spec.description = %q{
|
11
|
+
spec.summary = %q{Mini Deployment Tool}
|
12
|
+
spec.description = %q{Upload Script to Remote Server}
|
13
13
|
spec.homepage = "https://github.com/guanting112/mini_deploy"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.platform = Gem::Platform::RUBY
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mini_deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Guanting Chen
|
7
|
+
- Guanting Chen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pretty_console_output
|
@@ -94,11 +94,11 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0.18'
|
97
|
-
description:
|
97
|
+
description: Upload Script to Remote Server
|
98
98
|
email:
|
99
99
|
- 'cgt886@gmail.com '
|
100
100
|
executables:
|
101
|
-
-
|
101
|
+
- mini-deploy
|
102
102
|
extensions: []
|
103
103
|
extra_rdoc_files: []
|
104
104
|
files:
|
@@ -109,7 +109,7 @@ files:
|
|
109
109
|
- Rakefile
|
110
110
|
- bin/console
|
111
111
|
- bin/setup
|
112
|
-
- exe/
|
112
|
+
- exe/mini-deploy
|
113
113
|
- lib/mini_deploy.rb
|
114
114
|
- lib/mini_deploy/cli.rb
|
115
115
|
- lib/mini_deploy/connect_ftp.rb
|
@@ -147,5 +147,5 @@ rubyforge_project:
|
|
147
147
|
rubygems_version: 2.5.2
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
|
-
summary:
|
150
|
+
summary: Mini Deployment Tool
|
151
151
|
test_files: []
|