dblista 0.6.3 → 0.6.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: eef98740edf560cead48533ff0182e034f5c10b3fd48b6e669cabb6b55df0263
4
- data.tar.gz: 3fe559a04ab016a6eca76770d020f6faa29fb6c5347fcbfb5a9992ca52f21c99
3
+ metadata.gz: b662a5b156e72ac37ec051e1bffb77587db382a8ded509544cd0fd67b56242b0
4
+ data.tar.gz: 1622b294e66a1977e63b7f60b758643b961907d895ec2884781ab3780a8b9076
5
5
  SHA512:
6
- metadata.gz: 4172050fc532367befe9cdd299c02ae74cd24054e894b39256c06739a82b04ac0c2922525ee0d6a5d85f2500b206c1d9de6eeb2bfc8ca0f87d2b123504326b2a
7
- data.tar.gz: 9a7516f152967a23e7c6caf2cf48bda9e58f9ba99e01b004a31b1b48434641df4f23f3aadf1ab7dd4ff85b3c1020b10793af1c2fd897c5918992e77f88968737
6
+ metadata.gz: 26852865ee9ac0534f350da349872f5ab6f97329017b0c34eec7779e7aa5a87242829dfba29cb14aff6240f1d779c3051eba962792372f52141c52c99a51dcaa
7
+ data.tar.gz: 02cdea3a50877b4f53c112648a40df8b35db33e4a6c5263d7fd9a9bf70b10fdcd8f897caf92c8f170385fe5bc79b485585c6ad3ed89286daeaf2dcfef9743314
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # DBLista Ruby wrapper [![Gem Version](https://badge.fury.io/rb/dblista.svg)](https://badge.fury.io/rb/dblista)
1
+ # DList (kiedyś DBLista) Ruby wrapper [![Gem Version](https://badge.fury.io/rb/dblista.svg)](https://badge.fury.io/rb/dblista)
2
2
 
3
3
  [Dokumentacja](https://www.rubydoc.info/github/marek12306/dblista-wrapper-ruby)
4
4
 
5
- Gem pozwalający na komunikację z API DBListy.
5
+ Gem pozwalający na komunikację z API DList.
6
6
 
7
7
  Pozwala na:
8
8
 
@@ -21,7 +21,7 @@ module DBLista
21
21
  # DBLista error class
22
22
  class Error < StandardError; end
23
23
  # API path prefix
24
- API_PATH = 'https://api.dblista.pl/v1'
24
+ API_PATH = 'https://api.dlist.top/v1'
25
25
  # Regexp for checking if string is a number
26
26
  IS_NUMBER = /^\d+$/.freeze
27
27
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DBLista
4
4
  # Wrapper version
5
- VERSION = '0.6.3'
5
+ VERSION = '0.6.4'
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.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - deepivin