faraday-stack 0.1.4 → 0.1.5

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/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Über Stack
2
2
 
3
+ **Notice: faraday-stack has been deprecated and its middleware moved to [faraday_middleware](https://github.com/pengwynn/faraday_middleware#readme).**
4
+
5
+ ---
6
+
3
7
  [Faraday][] is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.
4
8
 
5
9
  *“Faraday Stack”* is an add-on library that implements several middleware (such as JSON and XML parsers) and helps you build an awesome stack that covers most of your API-consuming needs.
@@ -14,7 +14,7 @@ module FaradayStack
14
14
 
15
15
  def self.inherited(subclass)
16
16
  super
17
- subclass.load_error = self.load_error
17
+ subclass.load_error = self.load_error if subclass.respond_to? :load_error=
18
18
  subclass.parser = self.parser
19
19
  end
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-10 00:00:00.000000000 Z
12
+ date: 2012-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
16
- requirement: &70099135547180 !ruby/object:Gem::Requirement
16
+ requirement: &70193760952200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -24,7 +24,7 @@ dependencies:
24
24
  version: '0.8'
25
25
  type: :runtime
26
26
  prerelease: false
27
- version_requirements: *70099135547180
27
+ version_requirements: *70193760952200
28
28
  description:
29
29
  email: mislav.marohnic@gmail.com
30
30
  executables: []