disqussion 0.0.1 → 0.0.2

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.
@@ -32,11 +32,7 @@ module Disqussion
32
32
  # The adapter that will be used to connect if none is set
33
33
  #
34
34
  # @note The default faraday adapter is Net::HTTP.
35
- DEFAULT_ADAPTER = if defined?(EventMachine) && EM.reactor_running?
36
- EMSynchrony
37
- else
38
- Faraday.default_adapter
39
- end
35
+ DEFAULT_ADAPTER = Faraday.default_adapter
40
36
 
41
37
  # By default, don't set an application key
42
38
  DEFAULT_API_KEY = nil
@@ -1,3 +1,3 @@
1
1
  module Disqussion
2
- VERSION = '0.0.1'.freeze unless defined?(::Disqussion::VERSION)
2
+ VERSION = '0.0.2'.freeze unless defined?(::Disqussion::VERSION)
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: disqussion
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - "J\xC3\xA9r\xC3\xA9my Van de Wyngaert"
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-10 00:00:00 +02:00
13
+ date: 2011-05-18 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency