baidu-netdisk 0.1.0 → 0.1.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: ea47d1e606bc5f1569f6e2e5b2af19cdc15c996cb5d40f3fb4fd2c1190c043f3
4
- data.tar.gz: 8d30769f5856ad1844beaa1a72e6784f4f6ec8b83509fd52b8a833fde746a04d
3
+ metadata.gz: 06cbe7aea3e8908f5097a23fcb6f366b4a825a8ad97861fe8c676ed8b3177dcf
4
+ data.tar.gz: 1ea99dedae9dca95acbffc4edbb0e1a5c8d85d2265b60a4fd28fb98545b87ba4
5
5
  SHA512:
6
- metadata.gz: 6f715c3b60ce547a64b5590413102692247481c4e9d6d273fbc42d2d501c1187dce3ff5452edb13e903f51e8410406a7f706775cfe262a30f4155e4395913c10
7
- data.tar.gz: 8165697d3fe2f35ae4e484de731a42678e9930a60b93788827e13baf75b33071220d60a530088b0c47c15cc2d1fa5373262ebd7012f6f7ecc95a19b3d6be050b
6
+ metadata.gz: ff59cfbcd810df18c89ad4a777e9345410606f1926ec189b68485473423dfd1b568642708b4d63a1d186ad7e9f16763eb71c355464fb7d923c0c038c465eb170
7
+ data.tar.gz: ec4a02b5ba0391f43fb47f29f5c1637046c730e36eddc6d8f17371f482183835858240d83c5cf8d650652263346687107e48d3c0e21f2411d0640fd2a33eb111
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Baidu Netdisk
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/baidu-netdisk.svg)](https://badge.fury.io/rb/baidu-netdisk)
3
4
  [![CI](https://github.com/hegwin/baidu-netdisk/actions/workflows/test.yml/badge.svg)](https://github.com/hegwin/baidu-netdisk/actions/workflows/test.yml)
4
5
  [![codecov](https://codecov.io/gh/hegwin/baidu-netdisk/branch/main/graph/badge.svg?token=HCUJ4QDMH6)](https://codecov.io/gh/hegwin/baidu-netdisk)
5
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/75bf545e0efd8f0b24e1/maintainability)](https://codeclimate.com/github/hegwin/baidu-netdisk/maintainability)
@@ -1,3 +1,3 @@
1
1
  module BaiduNetDisk
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baidu-netdisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hegwin Wang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-10 00:00:00.000000000 Z
11
+ date: 2023-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client