raptget 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/raptget.rb +2 -2
- data/lib/raptget/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae71ddaf1ca5ac7e5484d6cada2fa047602af6b0
|
4
|
+
data.tar.gz: fa568bc331eb7877498290e58bc970f0ce712c5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4354a2178d6ee159a5b7c3540f950c1592fffe4c0f8d0b15b8f99bf56ffd74cb38c5bfa99ae7eaf8c152e43b31749e28b35297716a2517e7aa5b6ab7bf8308c6
|
7
|
+
data.tar.gz: 6a32c6672743556ac151e8c29c9d280ebe2b9cb5aa32a12900505786ef3416accfea1e2ce2ef6ff40fe73ecc6f4f03ecd271065f87df5125f5726557a906ecea
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ Sales of RaptGet Pro also benefit the community by ensuring that RaptGet itself
|
|
18
18
|
#### Licensing
|
19
19
|
RaptGet is available under the terms of the GNU LGPLv3 license.
|
20
20
|
|
21
|
-
In addition to its useful functionality, buying RaptGet Pro grants your organization a RaptGet Commercial License instead of the GNU LGPL, avoiding any legal issues your lawyers might raise. Please contact joelbryan
|
21
|
+
In addition to its useful functionality, buying RaptGet Pro grants your organization a RaptGet Commercial License instead of the GNU LGPL, avoiding any legal issues your lawyers might raise. Please contact joelbryan.juliano@gmail.com for further detail on licensing including options for embedding RaptGet Pro in your own products.
|
22
22
|
|
23
23
|
#### Buy RaptGet Pro
|
24
24
|
Contact me via joelbryan.juliano@gmail.com,
|
data/lib/raptget.rb
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
#
|
3
3
|
# Homepage:: http://github.com/jjuliano/raptget
|
4
4
|
# Author:: Joel Bryan Juliano
|
5
|
-
# Copyright:: (cc) 2011 Joel Bryan Juliano
|
6
|
-
# License::
|
5
|
+
# Copyright:: (cc) 2011-2015 Joel Bryan Juliano
|
6
|
+
# License:: GNU LGPLv3
|
7
7
|
#
|
8
8
|
# class Raptget::Package.new( array, str, array)
|
9
9
|
|
data/lib/raptget/version.rb
CHANGED