paperless 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/paperless +2 -2
- data/lib/paperless/version.rb +1 -1
- 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
|
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
|
104
|
+
system("open -a TextEdit ~/paperless.rules.yaml")
|
105
105
|
end
|
106
106
|
end
|
107
107
|
|
data/lib/paperless/version.rb
CHANGED
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.
|
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: -
|
227
|
+
hash: -438489216216500471
|
228
228
|
requirements: []
|
229
229
|
rubyforge_project:
|
230
230
|
rubygems_version: 1.8.24
|