hackle-ruby-sdk 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: 66d5d7b02005a6256ff31ee8287a5808ad8ed0cbb01cde5ee153b54e587eb5f1
4
- data.tar.gz: d5703e1a1f9a23a7f03ff44272a4c066ce4fd5b39ac9bb88ad51d873be663453
3
+ metadata.gz: a2fab27d3b6bc9825ea3fb2bd43c9a56de001c0340755ffe4a76aadb6ba9d0b2
4
+ data.tar.gz: 46d169dc55f88728c05952bd3f30ec47b2fe687bc5c23b9a51f1ecd0fc17280b
5
5
  SHA512:
6
- metadata.gz: 5856fba092210cd4ae4993b3915de1a357719d54b83a4e3e2c422b42641d1e7cffaa7f510ba282f89cb0278944c9b9697e79fef36c363d091e53ea38f7b2fe53
7
- data.tar.gz: fdffea3e37dd30685ae8f7cbc50282cd751a07d863795c9874a8b4aaad4b03b3e2c8be71e963681307f6024533ee969ee4c92b7fbc2765d33b134e4270484fca
6
+ metadata.gz: a41c3865b8cbaf78e00ffe90268fa90e5b3da911d7c75b162e4990976e91a441cecc6608a0f43f435761877a7b1825c69134d6266722a9ccfd1aef7835b22c17
7
+ data.tar.gz: 1079a8bc4e0048902a26f83b16c1ea787fda90da2159b018c65c6a3d3228098f5bfb24149ea209d6f64c1a562cbbb86e9a16b1ec5d79574d0b46958516d187d0
@@ -12,7 +12,7 @@ module Hackle
12
12
  # @see Client#initialize
13
13
  #
14
14
  # @param sdk_key [String] The SDK key of your Hackle environment
15
- # @param config [Config] An optional client configuration
15
+ # @param options An optional client configuration
16
16
  #
17
17
  # @return [Client] The Hackle client instance.
18
18
  #
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hackle
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  SDK_NAME = 'ruby-sdk'
6
6
 
7
7
  class SdkInfo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackle-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hackle