dada_express 0.1.0 → 0.1.1

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: 23fd45a7490dd36d6fc21f3809eef02cc9721579
4
- data.tar.gz: b873a4254c29c9e0b6e41ad0ed73d53bcdaf3762
3
+ metadata.gz: f7f4fa9d1e47826c9ddd19d654bc15f928d00f1b
4
+ data.tar.gz: 3257c150e6a2e324443af6cb57653a9918f1bfdc
5
5
  SHA512:
6
- metadata.gz: 184306a6af7590b07c94bbb2388f3c28c2befbb99c1a475e04a84f574de5734c724c55f7e9d67bff524561e4409072b991ee5bbe3945e610f20a7d3a50d50186
7
- data.tar.gz: 37112ce2f5d7025c00d928b968c744494af9d1c3c2496f8aa44514881adc79cc97bfdf51131bd80735bd09060fe9041c66d4aeaa38e14c362c371c3634f3d89a
6
+ metadata.gz: abcb2e1ff4320f211bb8b6ce179507dd79f3e7dfb3fbc4460b5777c0e3bba6c2df4b11bc7f4501909290bbbe5f35d8a40dd03c1c028401790de00916db4cb21e
7
+ data.tar.gz: fb941eae994cbb33a0daeda51454ea5568af6ca00a1aedc2f3fb958554f2d17b748c02c6c6e8032a8db696a021cf7f6d722686d4a4139a1c47ac15e0ae8c4e72
@@ -10,7 +10,7 @@ module DadaExpress
10
10
  @response ||= RestClient.post url, ParamsService.process(@params).to_json, {content_type: :json, accept: :json}
11
11
  end
12
12
 
13
- def get_order_detail
13
+ def order_detail
14
14
  excute(DadaExpress.configuration.base_url + ORDER_DETAIL_PATHNAME)
15
15
  JSON.parse(@response.body)
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module DadaExpress
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dada_express
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bran Liang