paperless 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/bin/paperless +2 -2
  2. data/lib/paperless/version.rb +1 -1
  3. metadata +2 -2
data/bin/paperless CHANGED
@@ -13,7 +13,7 @@ program_desc 'A command-line interface for Paperless workflows that apply rules
13
13
 
14
14
  version Paperless::VERSION
15
15
 
16
- config_file 'paperless.yaml.rules'
16
+ config_file 'paperless.rules.yaml'
17
17
 
18
18
  desc 'Only print what would be done. Nothing actually gets modified.'
19
19
  switch :simulate, :negatable => false, :default_value => false
@@ -101,7 +101,7 @@ desc 'Edit the configuration file in TextEdit'
101
101
  command :editconfig do |c|
102
102
 
103
103
  c.action do |global_options,options,args|
104
- system("open -a TextEdit ~/paperless.yaml.rules")
104
+ system("open -a TextEdit ~/paperless.rules.yaml")
105
105
  end
106
106
  end
107
107
 
@@ -1,3 +1,3 @@
1
1
  module Paperless
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  version: '0'
225
225
  segments:
226
226
  - 0
227
- hash: -2604560982146954950
227
+ hash: -438489216216500471
228
228
  requirements: []
229
229
  rubyforge_project:
230
230
  rubygems_version: 1.8.24