rdmm 0.2.1 → 0.2.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: 2762873c0d2e3fc9b63d73710b2493facdd3cdc0
4
- data.tar.gz: 538014a90c8ee425c38c001540bb97c8b42b6ca0
3
+ metadata.gz: 39b48000cfa6c2aa1ecca6281033b3a14d56224b
4
+ data.tar.gz: 3a38c08b69b8fa2323b7efa6f47c4fad9defcb30
5
5
  SHA512:
6
- metadata.gz: 4873108d052a80f6c8411f345eda02868a4900b857e9b6525b3b4551aa04d2f1d96b6ed4d705ef3e79f1e7a12b00396209656f304379db430ebdd539457a36e1
7
- data.tar.gz: df156b94ced0ee386b430320344b611b0a5c29e8ef22d87a218e5922d42cdaa8a12f3706d72c9e59a4c3424a946b40aabf2fc67c601273dd372c08fc1d33916d
6
+ metadata.gz: 33577a8d498aa43eea035a04adca362150b99448026087ff93ed9fb5bca30a7c53824fcb5f41d5c2776c91ce49cd59b2b0568f5ec47066066619340e7e39f877
7
+ data.tar.gz: 11a3821699da731007fbc5d887e21573f03b2dfe8dae7af1b993c969919b5d12ffcb9e15a9bc39bafb2e0450ea4674719023b82bcf7813b89c285391a02d0b2b
@@ -1,3 +1,8 @@
1
+ ## 0.2.2
2
+
3
+ - Fix bug on `Rdmm::Resources::ItemReosurce#price`
4
+ - Fix a warning that relates Faraday's middleware
5
+
1
6
  ## 0.2.1
2
7
 
3
8
  - Fix bug on `Rdmm::Resources::ItemResource#affiliate_url`
data/README.md CHANGED
@@ -180,7 +180,7 @@ Available methods:
180
180
 
181
181
  ### Rdmm::Resources::ActressResource
182
182
 
183
- Available attributes:
183
+ Available methods:
184
184
 
185
185
  - `#birthday`
186
186
  - `#blood_type`
@@ -203,7 +203,7 @@ Available attributes:
203
203
 
204
204
  ### Rdmm::Resources::AuthorResource
205
205
 
206
- Available attributes:
206
+ Available methods:
207
207
 
208
208
  - `#another_name`
209
209
  - `#id`
@@ -213,7 +213,7 @@ Available attributes:
213
213
 
214
214
  ### Rdmm::Resources::FloorResource
215
215
 
216
- Available attributes:
216
+ Available methods:
217
217
 
218
218
  - `#code`
219
219
  - `#id`
@@ -225,7 +225,7 @@ Available attributes:
225
225
 
226
226
  ### Rdmm::Resources::GenreResource
227
227
 
228
- Available attributes:
228
+ Available methods:
229
229
 
230
230
  - `#id`
231
231
  - `#list_url`
@@ -234,7 +234,7 @@ Available attributes:
234
234
 
235
235
  ### Rdmm::Resources::ItemResource
236
236
 
237
- Available attributes:
237
+ Available methods:
238
238
 
239
239
  - `#actors`
240
240
  - `#actresses`
@@ -256,8 +256,8 @@ Available attributes:
256
256
  - `#makers`
257
257
  - `#number`
258
258
  - `#price`
259
- - `#price`
260
259
  - `#price_deliveries`
260
+ - `#price_proper`
261
261
  - `#product_id`
262
262
  - `#released_at`
263
263
  - `#review_average`
@@ -286,7 +286,7 @@ Available attributes:
286
286
 
287
287
  ### Rdmm::Resources::MakerResource
288
288
 
289
- Available attributes:
289
+ Available methods:
290
290
 
291
291
  - `#id`
292
292
  - `#list_url`
@@ -296,7 +296,7 @@ Available attributes:
296
296
 
297
297
  ### Rdmm::Resources::SeriesResource
298
298
 
299
- Available attributes:
299
+ Available methods:
300
300
 
301
301
  - `#id`
302
302
  - `#list_url`
@@ -22,8 +22,8 @@ module Rdmm
22
22
  # @return [Faraday::Connection]
23
23
  def connection
24
24
  @connection ||= ::Faraday::Connection.new(url: BASE_URL) do |connection|
25
- connection.adapter :net_http
26
25
  connection.response :json
26
+ connection.adapter :net_http
27
27
  end
28
28
  end
29
29
 
@@ -124,7 +124,7 @@ module Rdmm
124
124
 
125
125
  # @note May not be a Integer
126
126
  # @return [Integer, nil]
127
- def price
127
+ def price_proper
128
128
  if source["prices"]
129
129
  source["prices"]["proper"]
130
130
  end
@@ -1,3 +1,3 @@
1
1
  module Rdmm
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdmm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-09 00:00:00.000000000 Z
11
+ date: 2018-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.5.2
159
+ rubygems_version: 2.6.11
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: An API Client library for DMM Web Service written in Ruby.