honkster-screw-unit-server 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/MIT.LICENSE +20 -0
  2. data/README.markdown +3 -1
  3. data/Rakefile +1 -1
  4. data/VERSION.yml +2 -2
  5. metadata +54 -22
data/MIT.LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Pivotal Labs
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown CHANGED
@@ -356,4 +356,6 @@ You can [download the source](http://github.com/nkallen/screw-unit/tree/master)
356
356
  * Yehuda Katz
357
357
  * Brian Takita
358
358
  * Aman Gupta
359
- * Tim Connor
359
+ * Tim Connor
360
+
361
+ Copyright (c) 2010 Pivotal Labs. This software is licensed under the MIT License.
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ begin
20
20
  s.rdoc_options = ["--main", "README.markdown"]
21
21
  s.extra_rdoc_files = ["README.markdown", "CHANGES"]
22
22
  s.add_dependency("thin", ">=1.2.1")
23
- s.add_dependency("erector", ">=0.6.7")
23
+ s.add_dependency("honkster-erector", "0.8.1")
24
24
  s.add_dependency("selenium-client")
25
25
  end
26
26
  rescue LoadError
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 2
3
- :build:
4
2
  :major: 0
5
3
  :minor: 6
4
+ :build:
5
+ :patch: 3
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honkster-screw-unit-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ hash: 1
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 6
9
+ - 3
10
+ version: 0.6.3
5
11
  platform: ruby
6
12
  authors:
7
13
  - Pivotal Labs
@@ -10,39 +16,55 @@ autorequire:
10
16
  bindir: bin
11
17
  cert_chain: []
12
18
 
13
- date: 2010-01-12 00:00:00 -08:00
19
+ date: 2010-10-19 00:00:00 -07:00
14
20
  default_executable:
15
21
  dependencies:
16
22
  - !ruby/object:Gem::Dependency
17
23
  name: thin
18
- type: :runtime
19
- version_requirement:
20
- version_requirements: !ruby/object:Gem::Requirement
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
21
27
  requirements:
22
28
  - - ">="
23
29
  - !ruby/object:Gem::Version
30
+ hash: 29
31
+ segments:
32
+ - 1
33
+ - 2
34
+ - 1
24
35
  version: 1.2.1
25
- version:
26
- - !ruby/object:Gem::Dependency
27
- name: erector
28
36
  type: :runtime
29
- version_requirement:
30
- version_requirements: !ruby/object:Gem::Requirement
37
+ version_requirements: *id001
38
+ - !ruby/object:Gem::Dependency
39
+ name: honkster-erector
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
42
+ none: false
31
43
  requirements:
32
- - - ">="
44
+ - - "="
33
45
  - !ruby/object:Gem::Version
34
- version: 0.6.7
35
- version:
46
+ hash: 61
47
+ segments:
48
+ - 0
49
+ - 8
50
+ - 1
51
+ version: 0.8.1
52
+ type: :runtime
53
+ version_requirements: *id002
36
54
  - !ruby/object:Gem::Dependency
37
55
  name: selenium-client
38
- type: :runtime
39
- version_requirement:
40
- version_requirements: !ruby/object:Gem::Requirement
56
+ prerelease: false
57
+ requirement: &id003 !ruby/object:Gem::Requirement
58
+ none: false
41
59
  requirements:
42
60
  - - ">="
43
61
  - !ruby/object:Gem::Version
62
+ hash: 3
63
+ segments:
64
+ - 0
44
65
  version: "0"
45
- version:
66
+ type: :runtime
67
+ version_requirements: *id003
46
68
  description: The Screw Unit server conveniently serves your Screw Unit specs and javascript files and css stylesheets.
47
69
  email: pivotallabsopensource@googlegroups.com
48
70
  executables:
@@ -55,6 +77,7 @@ extra_rdoc_files:
55
77
  - README.markdown
56
78
  files:
57
79
  - CHANGES
80
+ - MIT.LICENSE
58
81
  - README.markdown
59
82
  - Rakefile
60
83
  - VERSION.yml
@@ -164,6 +187,9 @@ files:
164
187
  - vendor/js-test-core/vendor/lucky-luciano/spec/spec_helper.rb
165
188
  - vendor/js-test-core/vendor/lucky-luciano/spec/spec_suite.rb
166
189
  - vendor/js-test-core/vendor/lucky-luciano/syntax_ideas.txt
190
+ - spec/functional/functional_spec_helper.rb
191
+ - spec/functional/functional_spec.rb
192
+ - spec/functional/functional_spec_server_starter.rb
167
193
  has_rdoc: true
168
194
  homepage: http://github.com/pivotal/screw-unit-server
169
195
  licenses: []
@@ -175,27 +201,33 @@ rdoc_options:
175
201
  require_paths:
176
202
  - lib
177
203
  required_ruby_version: !ruby/object:Gem::Requirement
204
+ none: false
178
205
  requirements:
179
206
  - - ">="
180
207
  - !ruby/object:Gem::Version
208
+ hash: 3
209
+ segments:
210
+ - 0
181
211
  version: "0"
182
- version:
183
212
  required_rubygems_version: !ruby/object:Gem::Requirement
213
+ none: false
184
214
  requirements:
185
215
  - - ">="
186
216
  - !ruby/object:Gem::Version
217
+ hash: 3
218
+ segments:
219
+ - 0
187
220
  version: "0"
188
- version:
189
221
  requirements: []
190
222
 
191
223
  rubyforge_project:
192
- rubygems_version: 1.3.5
224
+ rubygems_version: 1.3.7
193
225
  signing_key:
194
226
  specification_version: 3
195
227
  summary: Server and helpers for your Screw Unit tests.
196
228
  test_files:
197
- - spec/functional/functional_spec.rb
229
+ - spec/spec_suite.rb
198
230
  - spec/functional/functional_spec_helper.rb
231
+ - spec/functional/functional_spec.rb
199
232
  - spec/functional/functional_spec_server_starter.rb
200
233
  - spec/functional_suite.rb
201
- - spec/spec_suite.rb