acfs 0.13.0 → 0.14.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdd27d1ea91cb61a49447e94ed56e5ff48acc8b5
4
- data.tar.gz: c4e3196ddc0a99052f30d81c4971e34abd1dd582
3
+ metadata.gz: 0522ae91e3c94fadb85d436d0526914db67fe867
4
+ data.tar.gz: 5b867fc16138f4d4ae1800d14375877477571d36
5
5
  SHA512:
6
- metadata.gz: 2db025edec36e5134d3612f4c2236aada93070c6ee6f62cce381444b8a659393bfea22bf24a6a8de6f9c2a3e05453ef1aedfe411b3e3457d40671d11311dda8f
7
- data.tar.gz: 280ae92fdc51910c4b053a619b39b043d65756df226e835e3716c6861f73d4bcdc9002199d9ed0b79c7d235c7fadfe6fcba06b1f20f8928dc1dee8b03c097670
6
+ metadata.gz: 16155101c03288a59633bacc3810454c34b5631ff71f2712fa2a3d7b384971e3798d8577dd3f01f0ccaeb3a5863e6673764a6e7d93db8d343835608e2009576d
7
+ data.tar.gz: 9e17ca080917e2151e8d4ae0dc27c661f35322458b0295a8f9c4577cf6aec089f319ec533b86b0721c2ec296727e52ab638d28ff11db068df3f9fdd4739aa3f5
data/README.md CHANGED
@@ -13,7 +13,7 @@ level and automatic request queuing and parallel processing. See Usage for more.
13
13
 
14
14
  Add this line to your application's Gemfile:
15
15
 
16
- gem 'acfs', '~> 0.13.0'
16
+ gem 'acfs', '~> 0.14.0'
17
17
 
18
18
  **Note:** Acfs is under development. I'll try to avoid changes to the public
19
19
  API but internal APIs may change quite often.
data/lib/acfs/response.rb CHANGED
@@ -9,7 +9,7 @@ module Acfs
9
9
  #
10
10
  class Response
11
11
  attr_accessor :data
12
- attr_reader :headers, :body, :request
12
+ attr_reader :headers, :body, :request, :status
13
13
 
14
14
  include Response::Formats
15
15
  include Response::Status
data/lib/acfs/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Acfs
2
2
  module VERSION
3
3
  MAJOR = 0
4
- MINOR = 13
4
+ MINOR = 14
5
5
  PATCH = 0
6
6
  STAGE = nil
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Graichen