relish 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/relish/commands/push.rb +0 -1
- data/relish.gemspec +5 -3
- metadata +189 -236
data/lib/relish/commands/push.rb
CHANGED
data/relish.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "relish"
|
3
|
-
s.version = "0.2.
|
3
|
+
s.version = "0.2.3"
|
4
4
|
|
5
5
|
s.required_rubygems_version = '>= 1.3.5'
|
6
6
|
s.authors = ["Matt Wynne", "Justin Ko"]
|
7
|
-
s.date = "2011-
|
7
|
+
s.date = "2011-04-13"
|
8
8
|
s.description = %q{Client gem for http://relishapp.com}
|
9
|
-
s.email = "
|
9
|
+
s.email = "matt@mattwynne.net"
|
10
10
|
|
11
11
|
s.homepage = "http://relishapp.com"
|
12
12
|
s.rdoc_options = ["--charset=UTF-8"]
|
@@ -26,6 +26,8 @@ Gem::Specification.new do |s|
|
|
26
26
|
s.add_runtime_dependency lib, version
|
27
27
|
end
|
28
28
|
|
29
|
+
s.add_runtime_dependency('jruby-openssl') if RUBY_PLATFORM == 'java'
|
30
|
+
|
29
31
|
{
|
30
32
|
'bundler' => '~> 1.0.0',
|
31
33
|
'rake' => '~> 0.8.7',
|
metadata
CHANGED
@@ -1,275 +1,228 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 19
|
5
4
|
prerelease:
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
- 2
|
10
|
-
version: 0.2.2
|
5
|
+
version: 0.2.3
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
|
-
- Matt Wynne
|
14
|
-
- Justin Ko
|
8
|
+
- Matt Wynne
|
9
|
+
- Justin Ko
|
15
10
|
autorequire:
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
13
|
|
19
|
-
date: 2011-
|
14
|
+
date: 2011-04-13 00:00:00 +01:00
|
20
15
|
default_executable:
|
21
16
|
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
type: :development
|
133
|
-
version_requirements: *id007
|
134
|
-
- !ruby/object:Gem::Dependency
|
135
|
-
name: bundler
|
136
|
-
prerelease: false
|
137
|
-
requirement: &id008 !ruby/object:Gem::Requirement
|
138
|
-
none: false
|
139
|
-
requirements:
|
140
|
-
- - ~>
|
141
|
-
- !ruby/object:Gem::Version
|
142
|
-
hash: 23
|
143
|
-
segments:
|
144
|
-
- 1
|
145
|
-
- 0
|
146
|
-
- 0
|
147
|
-
version: 1.0.0
|
148
|
-
type: :development
|
149
|
-
version_requirements: *id008
|
150
|
-
- !ruby/object:Gem::Dependency
|
151
|
-
name: cucumber
|
152
|
-
prerelease: false
|
153
|
-
requirement: &id009 !ruby/object:Gem::Requirement
|
154
|
-
none: false
|
155
|
-
requirements:
|
156
|
-
- - ~>
|
157
|
-
- !ruby/object:Gem::Version
|
158
|
-
hash: 57
|
159
|
-
segments:
|
160
|
-
- 0
|
161
|
-
- 9
|
162
|
-
- 1
|
163
|
-
version: 0.9.1
|
164
|
-
type: :development
|
165
|
-
version_requirements: *id009
|
17
|
+
- !ruby/object:Gem::Dependency
|
18
|
+
name: archive-tar-minitar
|
19
|
+
prerelease: false
|
20
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
21
|
+
none: false
|
22
|
+
requirements:
|
23
|
+
- - ~>
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: 0.5.2
|
26
|
+
type: :runtime
|
27
|
+
version_requirements: *id001
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: rest-client
|
30
|
+
prerelease: false
|
31
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
32
|
+
none: false
|
33
|
+
requirements:
|
34
|
+
- - ~>
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 1.6.1
|
37
|
+
type: :runtime
|
38
|
+
version_requirements: *id002
|
39
|
+
- !ruby/object:Gem::Dependency
|
40
|
+
name: json
|
41
|
+
prerelease: false
|
42
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
43
|
+
none: false
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 1.4.6
|
48
|
+
type: :runtime
|
49
|
+
version_requirements: *id003
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
name: jruby-openssl
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ">="
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: "0"
|
59
|
+
type: :runtime
|
60
|
+
version_requirements: *id004
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: bundler
|
63
|
+
prerelease: false
|
64
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ~>
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 1.0.0
|
70
|
+
type: :development
|
71
|
+
version_requirements: *id005
|
72
|
+
- !ruby/object:Gem::Dependency
|
73
|
+
name: rake
|
74
|
+
prerelease: false
|
75
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
77
|
+
requirements:
|
78
|
+
- - ~>
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: 0.8.7
|
81
|
+
type: :development
|
82
|
+
version_requirements: *id006
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rspec
|
85
|
+
prerelease: false
|
86
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
87
|
+
none: false
|
88
|
+
requirements:
|
89
|
+
- - ~>
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: 2.0.0
|
92
|
+
type: :development
|
93
|
+
version_requirements: *id007
|
94
|
+
- !ruby/object:Gem::Dependency
|
95
|
+
name: cucumber
|
96
|
+
prerelease: false
|
97
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
98
|
+
none: false
|
99
|
+
requirements:
|
100
|
+
- - ~>
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: 0.9.1
|
103
|
+
type: :development
|
104
|
+
version_requirements: *id008
|
105
|
+
- !ruby/object:Gem::Dependency
|
106
|
+
name: aruba
|
107
|
+
prerelease: false
|
108
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
109
|
+
none: false
|
110
|
+
requirements:
|
111
|
+
- - ~>
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: 0.2.2
|
114
|
+
type: :development
|
115
|
+
version_requirements: *id009
|
116
|
+
- !ruby/object:Gem::Dependency
|
117
|
+
name: fakeweb
|
118
|
+
prerelease: false
|
119
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
120
|
+
none: false
|
121
|
+
requirements:
|
122
|
+
- - ~>
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: 1.3.0
|
125
|
+
type: :development
|
126
|
+
version_requirements: *id010
|
166
127
|
description: Client gem for http://relishapp.com
|
167
|
-
email:
|
128
|
+
email: matt@mattwynne.net
|
168
129
|
executables:
|
169
|
-
- relish
|
130
|
+
- relish
|
170
131
|
extensions: []
|
171
132
|
|
172
133
|
extra_rdoc_files: []
|
173
134
|
|
174
135
|
files:
|
175
|
-
- .gitignore
|
176
|
-
- Gemfile
|
177
|
-
- LICENSE
|
178
|
-
- README.md
|
179
|
-
- Rakefile
|
180
|
-
- bin/relish
|
181
|
-
- cucumber.yml
|
182
|
-
- features/help.feature
|
183
|
-
- features/projects.feature
|
184
|
-
- features/step_definitions/aruba.rb
|
185
|
-
- features/step_definitions/fake_web_steps.rb
|
186
|
-
- features/step_definitions/relish_steps.rb
|
187
|
-
- features/support/env.rb
|
188
|
-
- lib/relish.rb
|
189
|
-
- lib/relish/command.rb
|
190
|
-
- lib/relish/commands/base.rb
|
191
|
-
- lib/relish/commands/collab.rb
|
192
|
-
- lib/relish/commands/config.rb
|
193
|
-
- lib/relish/commands/dsl.rb
|
194
|
-
- lib/relish/commands/dsl/command.rb
|
195
|
-
- lib/relish/commands/dsl/context_class.rb
|
196
|
-
- lib/relish/commands/dsl/help_text.rb
|
197
|
-
- lib/relish/commands/dsl/option.rb
|
198
|
-
- lib/relish/commands/help.rb
|
199
|
-
- lib/relish/commands/projects.rb
|
200
|
-
- lib/relish/commands/push.rb
|
201
|
-
- lib/relish/commands/versions.rb
|
202
|
-
- lib/relish/error_messages.rb
|
203
|
-
- lib/relish/helpers.rb
|
204
|
-
- lib/relish/options_file.rb
|
205
|
-
- lib/relish/param_methods.rb
|
206
|
-
- lib/relish/resource_methods.rb
|
207
|
-
- lib/relish/ui.rb
|
208
|
-
- relish.gemspec
|
209
|
-
- spec/relish/command_spec.rb
|
210
|
-
- spec/relish/commands/base_spec.rb
|
211
|
-
- spec/relish/commands/config_spec.rb
|
212
|
-
- spec/relish/commands/dsl/command_spec.rb
|
213
|
-
- spec/relish/commands/dsl/help_text_spec.rb
|
214
|
-
- spec/relish/commands/dsl/option_spec.rb
|
215
|
-
- spec/relish/error_messages_spec.rb
|
216
|
-
- spec/relish/options_file_spec.rb
|
217
|
-
- spec/relish/param_methods_spec.rb
|
218
|
-
- spec/relish_spec.rb
|
219
|
-
- spec/spec_helper.rb
|
220
|
-
- spec/support/context_class_examples.rb
|
136
|
+
- .gitignore
|
137
|
+
- Gemfile
|
138
|
+
- LICENSE
|
139
|
+
- README.md
|
140
|
+
- Rakefile
|
141
|
+
- bin/relish
|
142
|
+
- cucumber.yml
|
143
|
+
- features/help.feature
|
144
|
+
- features/projects.feature
|
145
|
+
- features/step_definitions/aruba.rb
|
146
|
+
- features/step_definitions/fake_web_steps.rb
|
147
|
+
- features/step_definitions/relish_steps.rb
|
148
|
+
- features/support/env.rb
|
149
|
+
- lib/relish.rb
|
150
|
+
- lib/relish/command.rb
|
151
|
+
- lib/relish/commands/base.rb
|
152
|
+
- lib/relish/commands/collab.rb
|
153
|
+
- lib/relish/commands/config.rb
|
154
|
+
- lib/relish/commands/dsl.rb
|
155
|
+
- lib/relish/commands/dsl/command.rb
|
156
|
+
- lib/relish/commands/dsl/context_class.rb
|
157
|
+
- lib/relish/commands/dsl/help_text.rb
|
158
|
+
- lib/relish/commands/dsl/option.rb
|
159
|
+
- lib/relish/commands/help.rb
|
160
|
+
- lib/relish/commands/projects.rb
|
161
|
+
- lib/relish/commands/push.rb
|
162
|
+
- lib/relish/commands/versions.rb
|
163
|
+
- lib/relish/error_messages.rb
|
164
|
+
- lib/relish/helpers.rb
|
165
|
+
- lib/relish/options_file.rb
|
166
|
+
- lib/relish/param_methods.rb
|
167
|
+
- lib/relish/resource_methods.rb
|
168
|
+
- lib/relish/ui.rb
|
169
|
+
- relish.gemspec
|
170
|
+
- spec/relish/command_spec.rb
|
171
|
+
- spec/relish/commands/base_spec.rb
|
172
|
+
- spec/relish/commands/config_spec.rb
|
173
|
+
- spec/relish/commands/dsl/command_spec.rb
|
174
|
+
- spec/relish/commands/dsl/help_text_spec.rb
|
175
|
+
- spec/relish/commands/dsl/option_spec.rb
|
176
|
+
- spec/relish/error_messages_spec.rb
|
177
|
+
- spec/relish/options_file_spec.rb
|
178
|
+
- spec/relish/param_methods_spec.rb
|
179
|
+
- spec/relish_spec.rb
|
180
|
+
- spec/spec_helper.rb
|
181
|
+
- spec/support/context_class_examples.rb
|
221
182
|
has_rdoc: true
|
222
183
|
homepage: http://relishapp.com
|
223
184
|
licenses: []
|
224
185
|
|
225
186
|
post_install_message:
|
226
187
|
rdoc_options:
|
227
|
-
- --charset=UTF-8
|
188
|
+
- --charset=UTF-8
|
228
189
|
require_paths:
|
229
|
-
- lib
|
190
|
+
- lib
|
230
191
|
required_ruby_version: !ruby/object:Gem::Requirement
|
231
192
|
none: false
|
232
193
|
requirements:
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
segments:
|
237
|
-
- 0
|
238
|
-
version: "0"
|
194
|
+
- - ">="
|
195
|
+
- !ruby/object:Gem::Version
|
196
|
+
version: "0"
|
239
197
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
240
198
|
none: false
|
241
199
|
requirements:
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
segments:
|
246
|
-
- 1
|
247
|
-
- 3
|
248
|
-
- 5
|
249
|
-
version: 1.3.5
|
200
|
+
- - ">="
|
201
|
+
- !ruby/object:Gem::Version
|
202
|
+
version: 1.3.5
|
250
203
|
requirements: []
|
251
204
|
|
252
205
|
rubyforge_project:
|
253
|
-
rubygems_version: 1.
|
206
|
+
rubygems_version: 1.5.1
|
254
207
|
signing_key:
|
255
208
|
specification_version: 3
|
256
209
|
summary: Client gem for http://relishapp.com
|
257
210
|
test_files:
|
258
|
-
- features/help.feature
|
259
|
-
- features/projects.feature
|
260
|
-
- features/step_definitions/aruba.rb
|
261
|
-
- features/step_definitions/fake_web_steps.rb
|
262
|
-
- features/step_definitions/relish_steps.rb
|
263
|
-
- features/support/env.rb
|
264
|
-
- spec/relish/command_spec.rb
|
265
|
-
- spec/relish/commands/base_spec.rb
|
266
|
-
- spec/relish/commands/config_spec.rb
|
267
|
-
- spec/relish/commands/dsl/command_spec.rb
|
268
|
-
- spec/relish/commands/dsl/help_text_spec.rb
|
269
|
-
- spec/relish/commands/dsl/option_spec.rb
|
270
|
-
- spec/relish/error_messages_spec.rb
|
271
|
-
- spec/relish/options_file_spec.rb
|
272
|
-
- spec/relish/param_methods_spec.rb
|
273
|
-
- spec/relish_spec.rb
|
274
|
-
- spec/spec_helper.rb
|
275
|
-
- spec/support/context_class_examples.rb
|
211
|
+
- features/help.feature
|
212
|
+
- features/projects.feature
|
213
|
+
- features/step_definitions/aruba.rb
|
214
|
+
- features/step_definitions/fake_web_steps.rb
|
215
|
+
- features/step_definitions/relish_steps.rb
|
216
|
+
- features/support/env.rb
|
217
|
+
- spec/relish/command_spec.rb
|
218
|
+
- spec/relish/commands/base_spec.rb
|
219
|
+
- spec/relish/commands/config_spec.rb
|
220
|
+
- spec/relish/commands/dsl/command_spec.rb
|
221
|
+
- spec/relish/commands/dsl/help_text_spec.rb
|
222
|
+
- spec/relish/commands/dsl/option_spec.rb
|
223
|
+
- spec/relish/error_messages_spec.rb
|
224
|
+
- spec/relish/options_file_spec.rb
|
225
|
+
- spec/relish/param_methods_spec.rb
|
226
|
+
- spec/relish_spec.rb
|
227
|
+
- spec/spec_helper.rb
|
228
|
+
- spec/support/context_class_examples.rb
|