pastvu 1.0.0 → 1.0.1

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: 1ede36b18a77672d8488001474123f2e4a869ee521d2006c8a56186a6f3c9b30
4
- data.tar.gz: 6e222696f72e76757ea24a0f8dd7dfc0d089f1b4081665708bc7d531548fda22
3
+ metadata.gz: 8e0e14db9b88b1a72bfe18b3480d679bb07bcc253e263cd81a054d2d23dd8569
4
+ data.tar.gz: 16306a452f788174418ff4342cf378f422d3660b43168c09ecb4f067c3b252d8
5
5
  SHA512:
6
- metadata.gz: e34ccfa15c79465afa76b9ea236f53675caaa5f7e8e88d6734b7d72fef2a39a49ef5d24c7bc559778c083a13ed1c6490bbbb08b5e8e9cad4b5b5b55fcd84b624
7
- data.tar.gz: 26f7aaaa4014f9afb341876fa932354687ab0568c5257bb6bf88b6567d028a627c5a3ca6242780676c78e46fbf088be1dea92bf5e879a5fbc81b46634e154508
6
+ metadata.gz: b27fa83719e8d559d5dbcbf1e7aa4ed9893434c6ca58c1cfe8e70d669b95e6504537f3e273edb701aa2697fea6444dd57d49113a739e26b31fb443569e72d151
7
+ data.tar.gz: 10df7d1c9dd47ae926be00470ae374215e059bfe18606b1556dbbcd567e025bafb0602e4f0f97457609ceef31745be6d98537eeaf868585d305c769c467d4ad6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.1] - 2023-1-12
2
+ - In README, remove the installation instruction to specify version in the Gemfile
3
+ - In README, add To do section
4
+
1
5
  ## [1.0.0] - 2023-1-12
2
6
 
3
7
  - First release!
data/README.md CHANGED
@@ -8,11 +8,11 @@ PastVu gem is a Ruby wrapper for [PastVu API](https://docs.pastvu.com/en/dev/api
8
8
 
9
9
  Install the gem and add to the application's Gemfile by executing:
10
10
 
11
- $ bundle add pastvu --version "~> 1.0.0"
11
+ $ bundle add pastvu
12
12
 
13
13
  or add the following line to the Gemfile manually
14
14
 
15
- # gem "pastvu", "~> 1.0.0"
15
+ # gem "pastvu"
16
16
 
17
17
  If bundler is not being used to manage dependencies, install the gem by executing:
18
18
 
@@ -291,6 +291,10 @@ Pastvu.configure do |c|
291
291
  c.check_params_value # "true"
292
292
  end
293
293
  ```
294
+ ## To do list
295
+
296
+ * Rework tests to use [VCR gem](https://github.com/vcr/vcr)
297
+ * Refactor tests
294
298
 
295
299
  ## Contributing
296
300
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pastvu
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pastvu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeny Nedoborskiy