kerryb-fakettp 0.2.4 → 0.2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.html +4 -0
  2. metadata +5 -5
@@ -54,6 +54,10 @@
54
54
  <p>To have FakeTTP respond to multiple hostnames, create the appropriate hosts entries. If you&#8217;re using name-based virtual hosts in Apache, add a <em>ServerAlias</em> entry to the virtual host config, under the <em>ServerName</em> line, eg:</p>
55
55
  <p><code>ServerAlias foo.com bar.com</code></p>
56
56
  <h2>Change log</h2>
57
+ <p>0.2.4.1 (5 May 2009)</p>
58
+ <ul>
59
+ <li>Temporarily depend on edge version of Sinatra, to gain Rack 1.0 compatibility.</li>
60
+ </ul>
57
61
  <p>0.2.4 (25 Mar 2009)</p>
58
62
  <ul>
59
63
  <li>Fixed a bug which caused expectations to be run in the wrong order if there were more than nine of them.</li>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kerryb-fakettp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kerry Buckley
@@ -9,18 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-25 00:00:00 -07:00
12
+ date: 2009-05-05 00:00:00 -07:00
13
13
  default_executable: fakettp
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: sinatra
16
+ name: sinatra-sinatra
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.9.1
23
+ version: 0.9.1.3
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
@@ -107,7 +107,7 @@ requirements: []
107
107
  rubyforge_project: fakettp
108
108
  rubygems_version: 1.2.0
109
109
  signing_key:
110
- specification_version: 2
110
+ specification_version: 3
111
111
  summary: HTTP server mocking tool
112
112
  test_files: []
113
113