pdfs2pdf 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -101,14 +101,14 @@ Options:
101
101
  -b, [--base-dir=BASE_DIR] # Base directory
102
102
  # Default: . (current directory)
103
103
  -n, [--inc-words=one two three] # List of words to be included in the result
104
- -n, [--exc-words=one two three] # List of words to be included in the result
104
+ -x, [--exc-words=one two three] # List of words to be excluded from the result
105
105
  -i, [--ignore-case], [--no-ignore-case] # Match case insensitively
106
106
  # Default: true
107
107
  -r, [--recursive], [--no-recursive] # Search for files recursively
108
108
  # Default: true
109
109
  -v, [--version], [--no-version] # Display version information
110
110
 
111
- Combine multiple pdf files into one file with bookmarks
111
+ Combine multiple pdfs into one file with bookmarks
112
112
  ```
113
113
 
114
114
  To combine multiple pdfs just try something like
@@ -130,6 +130,10 @@ letters, numbers and/or underscore characters. Any other characters like
130
130
 
131
131
  ### Changelogs
132
132
 
133
+ #### 0.0.3
134
+
135
+ - Update to [agile_utils][] which fix some minor bug
136
+
133
137
  #### 0.0.2
134
138
 
135
139
  - Fix incorrect version badge
@@ -34,14 +34,14 @@ Options:
34
34
  -b, [--base-dir=BASE_DIR] # Base directory
35
35
  # Default: . (current directory)
36
36
  -n, [--inc-words=one two three] # List of words to be included in the result
37
- -n, [--exc-words=one two three] # List of words to be included in the result
37
+ -x, [--exc-words=one two three] # List of words to be excluded from the result
38
38
  -i, [--ignore-case], [--no-ignore-case] # Match case insensitively
39
39
  # Default: true
40
40
  -r, [--recursive], [--no-recursive] # Search for files recursively
41
41
  # Default: true
42
42
  -v, [--version], [--no-version] # Display version information
43
43
 
44
- Combind multiple pdfs into one file with bookmarks
44
+ Combine multiple pdfs into one file with bookmarks
45
45
  EOT
46
46
  end
47
47
 
@@ -1,3 +1,3 @@
1
1
  module Pdfs2Pdf
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
  spec.add_runtime_dependency 'thor'
20
- spec.add_runtime_dependency 'agile_utils', '~> 0.0.4'
20
+ spec.add_runtime_dependency 'agile_utils', '~> 0.0.5'
21
21
  spec.add_runtime_dependency 'code_lister', '~> 0.0.6'
22
22
  spec.add_runtime_dependency 'pdf-reader', '~> 1.3.3'
23
23
  spec.add_development_dependency 'bundler', '~> 1.5'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfs2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2014-04-24 00:00:00.000000000 Z
12
+ date: 2014-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: 0.0.4
37
+ version: 0.0.5
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 0.0.4
45
+ version: 0.0.5
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: code_lister
48
48
  requirement: !ruby/object:Gem::Requirement