redrug 0.3.2 → 0.3.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/redrug +2 -1
  3. data/lib/red_rug.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c57240ac79baf96c9a4e16630e30f215bb632aad7abd9859c7bee23fde191ab
4
- data.tar.gz: a712d3e065bfd6d01108dfeaa0fba0150649c726f82c26b597269756b8906da1
3
+ metadata.gz: a192f72a148e893964b4f18e16f06ce1978d0c855e4731f595a39d711499325f
4
+ data.tar.gz: e9679f402905af92c22febfb17ae4fbb5b6499fc05cfafec18a011419ac1d92d
5
5
  SHA512:
6
- metadata.gz: 6ce34f4060254d32df5411b05a2750942a24f2da4e379c72ed3a69a5931f8c9dacb31d9470615715ca77e9926c9c9806f87fc3e76a83e6b2ff90e650ae880644
7
- data.tar.gz: 002757ab7f297c5ed8e4470052850c1ccfba069f6cbb3f4655fd6104fda26f31bcc15ea9c238091461613cd0653d26a842cb28ccfca0621e0414eb99d4c67610
6
+ metadata.gz: 971627cba3397ed4a8f56f20f382c76369a9c3f481dc2ab438c48b56366230fedd5b4a71887310cd1034b4f58d2abf0fd4ba982d9837f20ea7b10d972140d27b
7
+ data.tar.gz: 70a0b3ac230822cb447e7f13bc2faa0d17589b1385162259e69173e4de54a9316bdc7b4eb89fe51b9cf3d99aa39d6efb7405e29bd8de3529934946009b6c3169
data/bin/redrug CHANGED
@@ -20,7 +20,8 @@ EOF
20
20
  version_help = <<-EOF
21
21
 
22
22
  RedRug #{RedRug.version}, Copyright 2012 Chad Perrin
23
- It may be distributed under the terms of the Open Works License.
23
+ It may be distributed under the terms of the Copyfree Open Innovation License
24
+ or the Detachable Public License, at your discretion.
24
25
 
25
26
  EOF
26
27
 
data/lib/red_rug.rb CHANGED
@@ -18,7 +18,7 @@ module RedRug
18
18
  @version = {
19
19
  :major => 0,
20
20
  :minor => 3,
21
- :revision => 2
21
+ :revision => 3
22
22
  }
23
23
 
24
24
  =begin rdoc
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redrug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Perrin