right_data 0.5.4 → 0.5.5

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 (2) hide show
  1. data/README.rdoc +7 -0
  2. metadata +3 -3
data/README.rdoc CHANGED
@@ -16,6 +16,13 @@ rake version:bump:minor
16
16
  rake build
17
17
  gem install pkg/...
18
18
 
19
+ git commit -am "typo"
20
+ rake version:bump:patch release
21
+ sudo gem install pkg/right_data-0.5.4.gem
22
+
23
+ echo "gem 'right_data'; require 'right_data'; RightData::prune_report('/Users/jonathan/Dropbox','/Users/jonathan/Desktop/Old')" | ruby -rrubygems
24
+
25
+
19
26
  == Copyright
20
27
 
21
28
  Copyright (c) 2010 Jonathan Siegel. See LICENSE for details.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_data
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 4
10
- version: 0.5.4
9
+ - 5
10
+ version: 0.5.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Siegel