devproxy 0.3.0 → 0.3.1

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.
@@ -38,6 +38,9 @@ class Devproxy::CLI::Server < WEBrick::HTTPServer
38
38
  </html>
39
39
  }
40
40
  end
41
+ def do_POST(request,response)
42
+ do_GET(request,response)
43
+ end
41
44
  def h(str)
42
45
  CGI::escape_html(str)
43
46
  end
@@ -1,3 +1,3 @@
1
1
  module Devproxy
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
data/readme.md CHANGED
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install devproxy -v '~> 0.2.0'
19
+ $ gem install devproxy
20
20
 
21
21
  ## Usage
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devproxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-26 00:00:00.000000000 Z
12
+ date: 2013-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-ssh
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 1889482144132428415
89
+ hash: 1705575392935023757
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: 1889482144132428415
98
+ hash: 1705575392935023757
99
99
  requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.8.25