twinpush 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/twinpush.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69aa352b38176f5421998a143f3509f90684ef2fa50b0709314b203e7680754e
4
- data.tar.gz: 680f56f25e3fe85608819938dd9d54d073b0a8320f81c45e8069f2291ceabeae
3
+ metadata.gz: 3398de008e6bad0ae12c74b5e40918e0f384b441d2aa412c948f068110c88678
4
+ data.tar.gz: 6541e84151d4c6c5c10856e514cac5717b663d62602212cf56c67c5b1b90bf2f
5
5
  SHA512:
6
- metadata.gz: b4e1c329b6578211840e9546abfd658010fd46c9963c578d5235e0f496036ee025d92aefd5d174e0ad158522600856449083daf8858e8212aff66efe86910713
7
- data.tar.gz: 1666aad484fa1903998a6f30fbe25b5a049beb5a1f833bda76f5a492944dd02b41d62c721721a65c077572ebbc134bcf87c3186231798eafa881388754957b8b
6
+ metadata.gz: e53eae26dac4f3034bfe1dce8c35b8753060b5563959bb86ea0136f75b446e47e28c3b0e73d283851054f3cb45761a7e0db362028a974fbc2f7791a7874b544d
7
+ data.tar.gz: e9c7eb38c36e7411f86bbcb8f1f8bd1e89d9472b5e82558290538effe0a2f6fbf7c88c8affcffd7cbda4a1020999b4b3e1fa196a8b5f188c42d4b64dadab7782
data/lib/twinpush.rb CHANGED
@@ -19,7 +19,7 @@ class TWINPUSH
19
19
  instance_variable_set("@#{key}", value)
20
20
  self.class.instance_eval { attr_accessor key.to_sym }
21
21
  end
22
- @uri = BASE_URI.sub! 'subdomain', @subdomain
22
+ @uri = BASE_URI.sub 'subdomain', @subdomain
23
23
  @client_options = client_options
24
24
  @timeout = timeout | DEFAULT_TIMEOUT
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twinpush
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
  - Amaury González
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2019-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday