raptget 1.0.1 → 1.0.2

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
  SHA1:
3
- metadata.gz: 2af21b186dfb1c6c6efee531b50ff12adc49debb
4
- data.tar.gz: f32e24fa11f290530d01c0a4d7f92d446007689c
3
+ metadata.gz: ae71ddaf1ca5ac7e5484d6cada2fa047602af6b0
4
+ data.tar.gz: fa568bc331eb7877498290e58bc970f0ce712c5d
5
5
  SHA512:
6
- metadata.gz: 25616c07bd5b4bd8aa3dc1819d9c77d530f1ad782cb995055491abfb604da54c1b8310ab7533c7b2cf2a57f26322c83ff604a1c4da374885bf73a84ce3214af8
7
- data.tar.gz: 98738783944b3fb0267c1198e83bf870fa6d9ee2d450439b73ca249cdb3e2ca0aa78d0dad0ba39ca9b0c0750ad9572da7497ba00f119637705cf21abdf5a0416
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 AT me.com for further detail on licensing including options for embedding RaptGet Pro in your own products.
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:: MIT
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
 
@@ -2,7 +2,7 @@ module Raptget #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raptget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Bryan Juliano