dgate 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGM4YzUzMmQ4ZDRiYjgzMzE4NDJjOWUwOGYzYmVkZTMwNjQ3NzkzZQ==
5
- data.tar.gz: !binary |-
6
- ZjY5ZGQ1ZjQ5YzVhZGQyYWM0NWExMTY2ZDE5YTI0YjNkMmZmYmJmMw==
2
+ SHA1:
3
+ metadata.gz: 56857aeef4e36894516382df6ef3d3a780f942c8
4
+ data.tar.gz: a11c9ebdc60959bdaf6e250780ebca64406aad88
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODgyOThmMzU3YWU4ZDA0YzUyZTEzNzEwMWQyZjVmOTIyYWNiNDBiMzFlMWM2
10
- ZDhmODNjZmM2YjMzOTEyNGMyOGE5NDgzNjM0NmJkMjU1OGNiOWFlMWE1Y2Uw
11
- Y2UxNWE5ZTdjNDc1MDA4MTExZjZlNjVjMGZmYjMwYWIzNGNiODM=
12
- data.tar.gz: !binary |-
13
- MWVmYzg4YzE3ZGNmZGU3MzRmNTc0NTNjODBiZjY5ZDc0OGE0OWU0MmYzOTU2
14
- YmY3MTNkMmZjNTVhNDdhOTMyNGU1YjFjNjk0NDJkMzgxMmFkZmM4OGI0YTcx
15
- YzYwMTJlNjBmMzM3ZTJmZWVhMDQ1Yzc5MDQyMzhhZTg3NDA4NTY=
6
+ metadata.gz: 7d6a19d4f5ebd3e7275e1f411572d68ef81689665e03fc1d8b1e6873c6457fb47953077363acebee1a866996ba62a07cfa6ad5749a1f23734785c8fb2f70675b
7
+ data.tar.gz: ff26943a15e37a2d48f0785b844aa01893a067fbf4acf81e54671db7e631289335a7c710d1ebe884454d23c0f18cf5b0c9417c4043473897d98ddb116b3c6bc9
data/README.md CHANGED
@@ -23,3 +23,13 @@ Push/Update an application:
23
23
  $ dgate push [package file path]
24
24
 
25
25
  See https://deploygate.com/docs/cli for more information.
26
+
27
+ ## License
28
+
29
+ Copyright (C) 2014 DeployGate All rights reserved.
30
+
31
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
32
+
33
+ http://www.apache.org/licenses/LICENSE-2.0
34
+
35
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
data/bin/dgate CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/ruby
1
+ #!/usr/bin/env ruby
2
2
 
3
3
  require 'dgate'
4
4
  require 'optparse'
@@ -24,7 +24,7 @@ Or see the docs at:
24
24
 
25
25
  POST_INSTALL_MESSAGE
26
26
 
27
- spec.add_dependency 'json', '~> 1.7.4'
27
+ spec.add_dependency 'json', '~> 1.8.2'
28
28
  spec.add_dependency 'httpclient', '~> 2.2.5'
29
29
 
30
30
  spec.add_development_dependency "bundler", "~> 1.3"
@@ -1,3 +1,3 @@
1
1
  module Dgate
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dgate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - deploygate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-01 00:00:00.000000000 Z
11
+ date: 2015-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.7.4
19
+ version: 1.8.2
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.7.4
26
+ version: 1.8.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: httpclient
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.2.5
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
40
  version: 2.2.5
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.3'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: You can push or update apps to DeployGate in your terminal.
@@ -74,7 +74,7 @@ executables:
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
- - .gitignore
77
+ - ".gitignore"
78
78
  - Gemfile
79
79
  - LICENSE.txt
80
80
  - README.md
@@ -87,24 +87,32 @@ homepage: https://deploygate.com
87
87
  licenses:
88
88
  - Apache-2.0
89
89
  metadata: {}
90
- post_install_message: ! "\ndgate installed! To get started fast:\n\n $ dgate push
91
- [app_file_path]\n\nOr see the docs at:\n\n https://deploygate.com/docs/cli\n\n"
90
+ post_install_message: |2+
91
+
92
+ dgate installed! To get started fast:
93
+
94
+ $ dgate push [app_file_path]
95
+
96
+ Or see the docs at:
97
+
98
+ https://deploygate.com/docs/cli
99
+
92
100
  rdoc_options: []
93
101
  require_paths:
94
102
  - lib
95
103
  required_ruby_version: !ruby/object:Gem::Requirement
96
104
  requirements:
97
- - - ! '>='
105
+ - - ">="
98
106
  - !ruby/object:Gem::Version
99
107
  version: '0'
100
108
  required_rubygems_version: !ruby/object:Gem::Requirement
101
109
  requirements:
102
- - - ! '>='
110
+ - - ">="
103
111
  - !ruby/object:Gem::Version
104
112
  version: '0'
105
113
  requirements: []
106
114
  rubyforge_project:
107
- rubygems_version: 2.2.2
115
+ rubygems_version: 2.4.5
108
116
  signing_key:
109
117
  specification_version: 4
110
118
  summary: A command-line interface for DeployGate