openshift 0.60.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.
metadata ADDED
@@ -0,0 +1,192 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openshift
3
+ version: !ruby/object:Gem::Version
4
+ hash: 233
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 60
9
+ - 3
10
+ version: 0.60.3
11
+ platform: ruby
12
+ authors:
13
+ - Mike McGrath
14
+ - Krishna Raman
15
+ - Jim Jagielski
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2011-07-29 00:00:00 Z
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: json_pure
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 15
31
+ segments:
32
+ - 1
33
+ - 4
34
+ - 4
35
+ version: 1.4.4
36
+ - - <
37
+ - !ruby/object:Gem::Version
38
+ hash: 1
39
+ segments:
40
+ - 1
41
+ - 5
42
+ - 1
43
+ version: 1.5.1
44
+ type: :runtime
45
+ version_requirements: *id001
46
+ - !ruby/object:Gem::Dependency
47
+ name: parseconfig
48
+ prerelease: false
49
+ requirement: &id002 !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ hash: 15
55
+ segments:
56
+ - 0
57
+ - 5
58
+ - 2
59
+ version: 0.5.2
60
+ type: :runtime
61
+ version_requirements: *id002
62
+ - !ruby/object:Gem::Dependency
63
+ name: multipart-post
64
+ prerelease: false
65
+ requirement: &id003 !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ~>
69
+ - !ruby/object:Gem::Version
70
+ hash: 23
71
+ segments:
72
+ - 1
73
+ - 1
74
+ - 2
75
+ version: 1.1.2
76
+ type: :runtime
77
+ version_requirements: *id003
78
+ - !ruby/object:Gem::Dependency
79
+ name: highline
80
+ prerelease: false
81
+ requirement: &id004 !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ~>
85
+ - !ruby/object:Gem::Version
86
+ hash: 11
87
+ segments:
88
+ - 1
89
+ - 6
90
+ - 2
91
+ version: 1.6.2
92
+ type: :runtime
93
+ version_requirements: *id004
94
+ description: Client tools for Redhat Openshift Flex clouds
95
+ email:
96
+ - mmcgrath@redhat.com
97
+ - kraman@redhat.com
98
+ - jimjag@redhat.com
99
+ executables:
100
+ - os
101
+ - os-add-cartridge
102
+ - os-clone-application
103
+ - os-create-application
104
+ - os-create-environment
105
+ - os-delete-application
106
+ - os-delete-environment
107
+ - os-deregister-cloud
108
+ - os-help
109
+ - os-inspect-application
110
+ - os-list-applications
111
+ - os-list-cartridges
112
+ - os-list-clouds
113
+ - os-list-environments
114
+ - os-list-servers
115
+ - os-open-console
116
+ - os-register-cloud
117
+ - os-remove-cartridge
118
+ - os-restart-application
119
+ - os-start-application
120
+ - os-start-environment
121
+ - os-stop-application
122
+ - os-stop-environment
123
+ - os-tail-logs
124
+ extensions: []
125
+
126
+ extra_rdoc_files: []
127
+
128
+ files:
129
+ - lib/openshift.rb
130
+ - bin/os
131
+ - bin/os-add-cartridge
132
+ - bin/os-clone-application
133
+ - bin/os-create-application
134
+ - bin/os-create-environment
135
+ - bin/os-delete-application
136
+ - bin/os-delete-environment
137
+ - bin/os-deregister-cloud
138
+ - bin/os-help
139
+ - bin/os-inspect-application
140
+ - bin/os-list-applications
141
+ - bin/os-list-cartridges
142
+ - bin/os-list-clouds
143
+ - bin/os-list-environments
144
+ - bin/os-list-servers
145
+ - bin/os-open-console
146
+ - bin/os-register-cloud
147
+ - bin/os-remove-cartridge
148
+ - bin/os-restart-application
149
+ - bin/os-start-application
150
+ - bin/os-start-environment
151
+ - bin/os-stop-application
152
+ - bin/os-stop-environment
153
+ - bin/os-tail-logs
154
+ - conf/openshift.conf
155
+ - Error codes.txt
156
+ homepage: http://www.openshift.com/
157
+ licenses: []
158
+
159
+ post_install_message:
160
+ rdoc_options: []
161
+
162
+ require_paths:
163
+ - lib
164
+ required_ruby_version: !ruby/object:Gem::Requirement
165
+ none: false
166
+ requirements:
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ hash: 57
170
+ segments:
171
+ - 1
172
+ - 8
173
+ - 7
174
+ version: 1.8.7
175
+ required_rubygems_version: !ruby/object:Gem::Requirement
176
+ none: false
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ hash: 3
181
+ segments:
182
+ - 0
183
+ version: "0"
184
+ requirements:
185
+ - git v1.7.4 or greater
186
+ rubyforge_project:
187
+ rubygems_version: 1.8.5
188
+ signing_key:
189
+ specification_version: 3
190
+ summary: Client tools for Redhat Openshift clouds
191
+ test_files: []
192
+