http-request 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -33,7 +33,7 @@
33
33
  require 'net/http'
34
34
 
35
35
  class HttpRequest
36
- VERSION = '1.0.0'
36
+ VERSION = '1.0.1'
37
37
 
38
38
  class HTTPError < StandardError; end
39
39
  class UnexpectedError < StandardError; end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peter Kieltyka
@@ -30,7 +30,7 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - README
32
32
  - VERSION
33
- - lib/http_request.rb
33
+ - lib/http-request.rb
34
34
  has_rdoc: true
35
35
  homepage: http://nulayer.com
36
36
  licenses: []