grenache-ruby-http 0.2.7 → 0.2.8

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: 985cc37eaad45ea6c7b4b12edeea4b7d299b64b5
4
- data.tar.gz: 41f9a1189694c9499326c7ddd9bce5f0d4168176
3
+ metadata.gz: 33a53da5aa92dc20b6689dfffcce3e10ddeb73ce
4
+ data.tar.gz: c3313fc10e62fbc2f893839bc8218d62fd6ec271
5
5
  SHA512:
6
- metadata.gz: b424721eb0cb1467bb5586cdcaf73ac6ab64c7a6c77f53813d83603946892940d53bc7a85f5bc102aba7908b04a81541d7c38bd39cc5c6d44cd37bcf090637ec
7
- data.tar.gz: 00ada15ed90502d9f43c0557ddffb1f91fe3e8034558ac2c5780c774a1cac1701e02458ec7327e9d9edd43f38dd835e4954fab8d062c7e288d9a7881a2635690
6
+ metadata.gz: ed1e4703fb0996d8b7f53500d1c73ad03200dd97857cb331c31400cd75d92addecebdaca5b3131d955311132b6478942d225315a5fcbceb27186b87f26caa83b
7
+ data.tar.gz: afe54dc849752d003bb663eedf29398e24a06ed8a897a603db0ab9851251b72b1fba11806457add644f4d24551ccd29ff160b03a96a8f77acefa40b47245b6c9
@@ -1,37 +1,6 @@
1
- module Granache
2
- class Http < Grenache::Base
3
- class Configuration < Grenache::Configuration
4
-
5
- # thin server
6
- attr_accessor :thin_threaded, :thin_threadpool_size
7
-
8
- def initialize
9
- set_bool :thin_threaded, params, false
10
- set_val :thin_threadpool_size, params, 0
11
- super
12
- end
13
- end
1
+ module Grenache
2
+ class Configuration
3
+ # thin server
4
+ attr_accessor :thin_threaded, :thin_threadpool_size
14
5
  end
15
-
16
- module HttpConfigurable
17
- def self.included(base)
18
- base.extend(ClassMethods)
19
- end
20
-
21
- def config
22
- self.class.config
23
- end
24
-
25
- module ClassMethods
26
- def configure
27
- yield config
28
- end
29
-
30
- def config
31
- @configuration ||= Grenache::Http::Configuration.new
32
- end
33
- end
34
- end
35
-
36
- include HttpConfigurable
37
6
  end
@@ -1,5 +1,5 @@
1
1
  module Grenache
2
2
  module HTTP
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grenache-ruby-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bitfinex <info@bitfinex.com>