resterl 0.0.10 → 0.0.11

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.
data/TODO.rdoc CHANGED
@@ -5,4 +5,3 @@
5
5
  * Store parsed objects in cache (instead of the plain response)
6
6
  * Persistent connections
7
7
  * Documentation
8
- * Net::HTTP::Version_1_1 is standard under 1.9.3-preview1 therefore the method doesn't exist anymore.
@@ -1,3 +1,3 @@
1
1
  module Resterl
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
data/lib/resterl.rb CHANGED
@@ -24,5 +24,5 @@ require 'resterl/response'
24
24
  require 'resterl/base_object'
25
25
 
26
26
  ################################################################################
27
- Net::HTTP.version_1_1
27
+ Net::HTTP.version_1_1 if RUBY_VERSION < '1.9.3'
28
28
  ################################################################################
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resterl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: