leetcoder 0.1.2 → 1.0.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65c3c40385c1251dd1f012f12c73f773da39a74cbdff38fbdd7d42bc71701c99
|
4
|
+
data.tar.gz: da989c5180338e5071de27d111af2aacd03d26e12315f4b51fd6b3978d04c5df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f9b7c5f797cab40e4430f4893b0bd1c5f19607732e0a2aaa6af479ceb91d18acff03b884a3852c948b093c7f6b9ea3cde93ff517d6e66720410ef755d37013f
|
7
|
+
data.tar.gz: 77a565c49fb1aa50f2c2f4bfea900eff318c288ca614ea4de5d24dd7bf88875c807f5a163e3a84332ba2d45b4f2b709628fe7c38c3fddc9c044f7b3ae28805aa
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1
1
|
## [Released]
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [1.0.0] - 2022-08-10
|
4
|
+
|
5
|
+
- Stable Release
|
6
|
+
|
7
|
+
|
8
|
+
## [0.1.2] - 2022-08-10
|
9
|
+
|
10
|
+
- Add http retry functionality
|
11
|
+
|
12
|
+
## [0.1.1] - 2022-08-09
|
13
|
+
|
14
|
+
- Fixed downloading
|
15
|
+
- Add docker file
|
16
|
+
|
17
|
+
## [0.1.0] - 2022-08-08
|
4
18
|
|
5
19
|
- Initial release
|
6
20
|
- Download Accepted Leetcode Submission with Problem Readme
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leetcoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Imam Hossain
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.13'
|
41
|
-
description: A Ruby Leetcode Client to download and backup your submissions with
|
42
|
-
description
|
41
|
+
description: 'A Ruby Leetcode Client to download and backup your submissions with
|
42
|
+
problem description.Find more details with usage instructions here: https://www.github.com/imamrb/leetcoder'
|
43
43
|
email:
|
44
44
|
- imam.swe@gmail.com
|
45
45
|
executables:
|
@@ -85,7 +85,7 @@ licenses:
|
|
85
85
|
metadata:
|
86
86
|
homepage_uri: https://www.github.com/imamrb/leetcoder
|
87
87
|
source_code_uri: https://www.github.com/imamrb/leetcoder
|
88
|
-
changelog_uri: https://www.github.com/imamrb/leetcoder/tree/
|
88
|
+
changelog_uri: https://www.github.com/imamrb/leetcoder/tree/v1.0.0/CHANGELOG.md
|
89
89
|
rubygems_mfa_required: 'false'
|
90
90
|
post_install_message:
|
91
91
|
rdoc_options: []
|