vim_printer 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -4
- data/lib/vim_printer/cli.rb +1 -1
- data/lib/vim_printer/version.rb +1 -1
- data/vim_printer.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cdc677eae53a6321444d481a27dd0cef67d80f7
|
4
|
+
data.tar.gz: 84cf9b6d15cbcdd69fe07cca45944d9b82cbed1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14c80f48f9436d45f73c48ab0778cb90ff54d751ce3571fc741d65c5aee3eaa5bd6372357eec580c8588a0e0b3ffbdf49b6f251a84c563ba9ae77cd83c4dde36
|
7
|
+
data.tar.gz: 7a02d8b03da73552678f1a458c20fd5620cb676cd0f1e2942b951f034d5b9bd9fa090c22c206653b038bf5e7da1fd7aff7821a5afde6908f04573397e4392ae0
|
data/README.md
CHANGED
@@ -134,16 +134,16 @@ Options:
|
|
134
134
|
-b, [--base-dir=BASE_DIR] # Base directory
|
135
135
|
# Default: . (current directory)
|
136
136
|
-e, [--exts=one two three] # List of extensions to search for
|
137
|
-
-f, [--non-exts=one two three] # List of
|
138
|
-
-n, [--inc-words=one two three] # List of words to be included in the result
|
139
|
-
-x, [--exc-words=one two three] # List of words to be excluded from the result
|
137
|
+
-f, [--non-exts=one two three] # List of extensions to search for
|
138
|
+
-n, [--inc-words=one two three] # List of words to be included in the result
|
139
|
+
-x, [--exc-words=one two three] # List of words to be excluded from the result
|
140
140
|
-i, [--ignore-case], [--no-ignore-case] # Match case insensitively
|
141
141
|
# Default: true
|
142
142
|
-r, [--recursive], [--no-recursive] # Search for files recursively
|
143
143
|
# Default: true
|
144
|
-
-v, [--version], [--no-version] # Display version information
|
145
144
|
-t, [--theme=THEME] # Vim colorscheme to use
|
146
145
|
# Default: default
|
146
|
+
-v, [--version], [--no-version] # Display version information
|
147
147
|
|
148
148
|
Print the list of files
|
149
149
|
```
|
@@ -169,6 +169,10 @@ rake
|
|
169
169
|
|
170
170
|
### Changelog
|
171
171
|
|
172
|
+
#### 0.0.5
|
173
|
+
|
174
|
+
- Use [agile_utils][] version 0.0.5 that have the option bug fix
|
175
|
+
|
172
176
|
#### 0.0.4
|
173
177
|
|
174
178
|
- Fix the output path of 'index.html' to root directory to make links valid.
|
data/lib/vim_printer/cli.rb
CHANGED
@@ -40,7 +40,7 @@ Options:
|
|
40
40
|
-e, [--exts=one two three] # List of extensions to search for
|
41
41
|
-f, [--non-exts=one two three] # List of extensions to search for
|
42
42
|
-n, [--inc-words=one two three] # List of words to be included in the result
|
43
|
-
-
|
43
|
+
-x, [--exc-words=one two three] # List of words to be excluded from the result
|
44
44
|
-i, [--ignore-case], [--no-ignore-case] # Match case insensitively
|
45
45
|
# Default: true
|
46
46
|
-r, [--recursive], [--no-recursive] # Search for files recursively
|
data/lib/vim_printer/version.rb
CHANGED
data/vim_printer.gemspec
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.add_runtime_dependency 'thor', '~> 0.18'
|
20
20
|
spec.add_runtime_dependency 'code_lister', '~> 0.0.6'
|
21
21
|
spec.add_runtime_dependency 'index_html', '~> 0.0.7'
|
22
|
-
spec.add_runtime_dependency 'agile_utils', '~> 0.0.
|
22
|
+
spec.add_runtime_dependency 'agile_utils', '~> 0.0.5'
|
23
23
|
spec.add_development_dependency 'bundler', '~> 1.3'
|
24
24
|
spec.add_development_dependency 'rake'
|
25
25
|
spec.add_development_dependency 'awesome_print', '~> 1.2'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vim_printer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Burin Choomnuan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.0.
|
61
|
+
version: 0.0.5
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.0.
|
68
|
+
version: 0.0.5
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: bundler
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|