ixintui 1.0.2 → 1.0.3

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: b8a095b7b5dbec35f062678a863fa516cda0a62a
4
- data.tar.gz: a536fe29aa5760ccd74bd33b314fb7d3907e83e2
3
+ metadata.gz: 4caa42a3a922ed32c5314d13c4991e4e4a8e8c3d
4
+ data.tar.gz: c1f3b39c7b22b073467340b7852a4af325f9aa9d
5
5
  SHA512:
6
- metadata.gz: c0d8105f870b684ff2e81eb688c5174a24ca51fcb5290e6b68e90c917bddf25405fb7334123622f648d9748048f6d0f37fe70969b646b331858c1c7d945e25ee
7
- data.tar.gz: 2089ddd3e590faee6aa5c5a51b70c9c05c1463e2ad4010c2f44ad994b7d1242ec33b59240e49cd0817a2c5d471fa328d14308915f8f42a14f13496dfc165a6c6
6
+ metadata.gz: bcd2fe854b411dc285e8699e6f26486ff944d1d8c54f0e0fbffea08b8f540ce2492d562effc7ec3e12d168218d16e02d4761d52b1c55543b7540046d1d539914
7
+ data.tar.gz: 6948aa926a8a70bef6f83433a85ff025abaf7c57e2999834c428d331aac5210d9d8ac3537ccdb43c95001ccba78be697002249484d2a85e14b9bc99587547a74
@@ -33,7 +33,7 @@ module Ixintui
33
33
  raise ArgumentError, "click_action 参数可选值为:'open_app', 'open_url', 'intent'"
34
34
  end
35
35
 
36
- raise ArgumentError, "app_key 未设置" if params[:app_key].blank?
36
+ raise ArgumentError, "app_key 未设置" if params[:appkey].blank?
37
37
  end
38
38
 
39
39
  def self.push(options = {})
@@ -1,3 +1,3 @@
1
1
  module Ixintui
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ixintui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Yu