turbot 0.0.3 → 0.0.4
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 +8 -8
- data/lib/turbot/version.rb +1 -1
- metadata +16 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yjg2ZWE5YWQwNzE5OTExODQ3OTUwZmM2MmY2ODZhNzQ2NmYzNDY1Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2RmNGVlMWU2YzY2MjM0N2NhZjk1MDIyMGMxOWMyNWE4NGY2OGE1Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWU1YTE0YmJhNDZlODMwY2ZlMWU0N2I5NWQyYTYwNTQwYzdiYThhYzA2M2Iz
|
|
10
|
+
Y2RiNDgyNGY4MjY5MmY1MjRmYWNhNmMyZDYxYzI5NmFiNjBiYjJjYmZlMzg5
|
|
11
|
+
YmVkOGJhZmJkOTI3MzhlNzhiNWNjZGYyZmNhZDc1OGVmNzg4MTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTc1Y2RlZGE3N2Y0OGM1ZTkzNDNhNGMwYzRjYzQxN2NiNjk1YzQzM2NjNzBj
|
|
14
|
+
ZjU2OTlmOTUyNmFkODc1Y2E0ZDA1MmM4M2NjN2NkZjI2ZmY5NDI1ZDkzMzI3
|
|
15
|
+
MTIzY2ZkMGYyNjM3ZDE0Nzk3MjJiZjYwOGZjYzY5Y2ZlODdlY2U=
|
data/lib/turbot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Turbot
|
|
@@ -108,6 +108,20 @@ dependencies:
|
|
|
108
108
|
- - ! '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: excon
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - ! '>='
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '0'
|
|
118
|
+
type: :runtime
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - ! '>='
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0'
|
|
111
125
|
description: Client library and command-line tool to deploy and manage apps on Turbot.
|
|
112
126
|
email: support@turbot.com
|
|
113
127
|
executables:
|
|
@@ -188,9 +202,7 @@ homepage: http://turbot.com/
|
|
|
188
202
|
licenses:
|
|
189
203
|
- MIT
|
|
190
204
|
metadata: {}
|
|
191
|
-
post_install_message:
|
|
192
|
-
the Turbot Toolbelt.\n ! Download and install from: https://toolbelt.turbot.com\n
|
|
193
|
-
! For API access, see: https://github.com/turbot/turbot.rb\n"
|
|
205
|
+
post_install_message:
|
|
194
206
|
rdoc_options: []
|
|
195
207
|
require_paths:
|
|
196
208
|
- lib
|