mini_deploy 0.8.2 → 0.8.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 453fa4cf414606a37c654d009372f35af3a12638
4
- data.tar.gz: ff225ee11ce14cf8c658677a2f8c19282329499d
3
+ metadata.gz: 76e218f0e14c875054eeef88922c358b838e99cb
4
+ data.tar.gz: 5bc9810d2da4f252db56a81f8915bd564f08ee32
5
5
  SHA512:
6
- metadata.gz: e20cc58d825d60b0e6ec4db0e62815952dac8b91e30891746ea99cc47e29faea4bf9d5633416f1b9645787fc0ee71d0aaece646f407679501282f6036b2d2dc0
7
- data.tar.gz: 8987276a60240fd655112914c16e415bce8b9a9e0dc3e2f4258c5ad0ff6e8c5c8a5e3f661522f4e9038fb78c0afde97d5000489bde89e3aa93e89d8cc468c10b
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
- mdt install
24
+ mini-deploy install
25
25
 
26
26
  # Start Receipts
27
- mdt start receipts/sample.yml --host config/sample_hosts.yml
27
+ mini-deploy start receipts/sample.yml --host config/sample_hosts.yml
28
28
 
29
29
  ```
30
30
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module MiniDeploy
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
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 (@Sif)"]
9
+ spec.authors = ["Guanting Chen"]
10
10
  spec.email = ["cgt886@gmail.com "]
11
- spec.summary = %q{mini deploy tools}
12
- spec.description = %q{upload script to remote server}
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.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
- - Guanting Chen (@Sif)
7
+ - Guanting Chen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-20 00:00:00.000000000 Z
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: upload script to remote server
97
+ description: Upload Script to Remote Server
98
98
  email:
99
99
  - 'cgt886@gmail.com '
100
100
  executables:
101
- - mdt
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/mdt
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: mini deploy tools
150
+ summary: Mini Deployment Tool
151
151
  test_files: []