paperless 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/paperless +2 -2
  2. data/lib/paperless/version.rb +1 -1
  3. metadata +3 -3
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.rc'
16
+ config_file 'paperless.yaml.rules'
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.rc")
104
+ system("open -a TextEdit ~/paperless.yaml.rules")
105
105
  end
106
106
  end
107
107
 
@@ -1,3 +1,3 @@
1
1
  module Paperless
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-27 00:00:00.000000000 Z
12
+ date: 2013-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  version: '0'
225
225
  segments:
226
226
  - 0
227
- hash: -3000972400223417895
227
+ hash: -2604560982146954950
228
228
  requirements: []
229
229
  rubyforge_project:
230
230
  rubygems_version: 1.8.24