dblista 0.1.4 → 0.1.5

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: f20cf6b8c70ff3aaffe688fd51db2370f13e6407a40ad6e6c0c926c129df9ee4
4
- data.tar.gz: ccc4a69f0712815b3afdf5cf417ffcd1c3aa5983ce83cc9b2471e0441b3b6b7e
3
+ metadata.gz: a8a9f1ef63473322f8f5cfb544e460fe77740bfba0bf6e767be8d583f2906cb6
4
+ data.tar.gz: 855aeed578c2e189b9c57098e1978b24c1a38a2225ddb232fa84959f6ac2c264
5
5
  SHA512:
6
- metadata.gz: 19af727c3ab021766d7bbf3115756544b6ce7ecf90958d28c3c03fc49a2f6dc323e063e0864916a6431a6fda98f47bb6edad3d49bc48a6de15a7f897ce87cd2d
7
- data.tar.gz: 5112159c5a572e66e11dba712ae35c9b4f35f86ac588577902dc74f6de66e2aa55ed25840e6b5e00f5f8ee2c71573a080fddc9bb635e2c3f68c7acbff334a0f7
6
+ metadata.gz: cc04945b098ae8850aac02baec8cc6d20fc8f6388ec60e86a8ac6533d00b85d6439613ea7da5ba5a0dc097f95bba79c4f09b3a718fda7954215723d1ab887bb3
7
+ data.tar.gz: 3c94d344e3c0e5f61a0114daa40845dfd8d83d60baaa2f2ec942b7618e37c0d6bd5143dfaf1b3b110f5721daa6e38b62df84617695f899477eed4119ff0b9723
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dblista (0.1.4)
4
+ dblista (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -14,7 +14,7 @@ module DBLista::User
14
14
  #
15
15
  # @return [Hash] raw data from DBLista
16
16
  def clear_notifications
17
- DBLista._delete('/users/me/notifications/clear', @token)
17
+ DBLista._get('/users/me/notifications/clear', @token)
18
18
  end
19
19
  end
20
20
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DBLista
4
4
  # Wrapper version
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dblista
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - deepivin