com-http-client 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e37f180c3fcb018530146053d699459d77dd45c
4
- data.tar.gz: ecaef83c2f49e9e1b9407445ff35b43458b33f97
3
+ metadata.gz: e5c4952895a6097351bbfdab99dcfd56bb915461
4
+ data.tar.gz: 21bdfebf126e316d0ad3c0666cc8f18ddfa3a914
5
5
  SHA512:
6
- metadata.gz: 43237acc1a7fc82de235530d571e078439165c89960c88a3d217368754fb813e10f107e6f51b4d9bc0179712682e6e5e1b02667f2b38a0370a61d95f063d48c4
7
- data.tar.gz: 10ed5516fcca802b15de8d45fbef96e4c349a90fc69cd9a2387ed95823d3eb441c40adde9b6167764eca6782890e4ee8ed4b39d620fbfc555d277d5621a4ea0b
6
+ metadata.gz: 7c36c12779bf001f7ac42cb27b3c629b759f3edb31bde42c26443ab91bd008cad735798b9ef2614cec40b0d04164d1c7269b7f7c2fbbd40546f439f64af88b1d
7
+ data.tar.gz: eba628cde2e5061e8e98644809fce56c33dfe444a37a8c8486b8cdf06f627d1da14e4626540d8642577b4caa8c6d9ecf550a6dd1b6d0544824dac3aba4256842
data/lib/com/http.rb CHANGED
@@ -2,18 +2,7 @@
2
2
 
3
3
  # Purpose: namespace
4
4
  module ::Com::Http
5
- # @return [::Com::Http::AbstractFactory]
6
- def build_abstract_factory
7
- ::Com::Http::AbstractFactory.new
8
- end
9
5
  end
10
6
 
11
7
  require "com/http/error"
12
8
  require "com/http/standard_error"
13
-
14
- require "com/http/query_serializer"
15
- require "com/http/url"
16
- require "com/http/request"
17
- require "com/http/request_factory"
18
- require "com/http/default_client"
19
- require "com/http/abstract_factory"
@@ -11,7 +11,7 @@ module ::Com
11
11
  # Library version.
12
12
  #
13
13
  # @return [String] library version
14
- VERSION = "0.1.1"
14
+ VERSION = "0.1.2"
15
15
  end
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: com-http-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeke Fast