unp_smart 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1363bec36e89b6ac13f1344f8124c66b3a301197
4
- data.tar.gz: ea06b3ab4d19feb6f1b1be5bc8f5a3b6add0f8de
3
+ metadata.gz: 0e932e92d1794f246fcbcfca124d99db40217129
4
+ data.tar.gz: 7c0a66fb22efaf550dba75901d1c26758a0ea29d
5
5
  SHA512:
6
- metadata.gz: 22a20c9bcd929eb47c40e15bf58f4909c5b17f35474bf5bd2ccba036b6b6f0653d6abf861edcd1ec66f9466750eb868ee9e7bb53cf122d7e5673f952ce0dc20a
7
- data.tar.gz: 934a89bcc5fd2b0d118dbb6a5dce4390bc749dbe2dbb78e652292e714b32e620301c9485f13494145fa256f7bb16dc0f88f331883c41559f6d3a5271fa20bb27
6
+ metadata.gz: 63753a43ff5619a08951dc046958b6c7efedb4cf49018c9690114dc1878df3e0991f8637a4b0c4bda0b0e8fdbb9f2d6abe2a639eb003b624ade7e8df164ada97
7
+ data.tar.gz: 30ec5b7b69f4f6e3ee9219d1370dc39875159d4c6635b67da9821e580769c4d62661495f1b7c870a0b40018f7f253a470d7b9a2f076b5ccae76415519d3ad1de
@@ -87,7 +87,7 @@ module UnpSmart
87
87
  end
88
88
 
89
89
  def request_params params={}
90
- params.except(:action, :controller,:api_id,:id,:api_list,:format,:sign,:user,:source,:timestamp,:version)
90
+ params.except(:action, :controller,:api_id,:id,:api_list,:format,:sign,:user,:source,:timestamp,:version,:secret_key)
91
91
  end
92
92
 
93
93
  def load_config
@@ -1,3 +1,3 @@
1
1
  module UnpSmart
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unp_smart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Xu