xget 2.1.5 → 3.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 +5 -5
- data/xget.rb +757 -0
- metadata +11 -11
- data/bin/xget +0 -710
metadata
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xget
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- George Watson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: XDCC download client
|
|
13
|
+
description: XDCC download client, see https://www.github.com/takeiteasy/xget for
|
|
14
|
+
more information
|
|
14
15
|
email: gigolo@hotmail.co.uk
|
|
15
|
-
executables:
|
|
16
|
-
- xget
|
|
16
|
+
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
-
-
|
|
20
|
+
- xget.rb
|
|
21
21
|
homepage: https://github.com/takeiteasy/xget
|
|
22
|
-
licenses:
|
|
22
|
+
licenses:
|
|
23
|
+
- BSD-3-Clause
|
|
23
24
|
metadata: {}
|
|
24
25
|
post_install_message:
|
|
25
26
|
rdoc_options: []
|
|
@@ -36,9 +37,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
36
37
|
- !ruby/object:Gem::Version
|
|
37
38
|
version: '0'
|
|
38
39
|
requirements: []
|
|
39
|
-
|
|
40
|
-
rubygems_version: 2.5.2
|
|
40
|
+
rubygems_version: 3.0.3.1
|
|
41
41
|
signing_key:
|
|
42
|
-
specification_version:
|
|
42
|
+
specification_version: 4
|
|
43
43
|
summary: XDCC download client
|
|
44
44
|
test_files: []
|