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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4da665f351436c68b1e1e2c7500b49f15131740
4
- data.tar.gz: 62ff7b2472057f1dc9689507045a0526de774975
3
+ metadata.gz: 6cdc677eae53a6321444d481a27dd0cef67d80f7
4
+ data.tar.gz: 84cf9b6d15cbcdd69fe07cca45944d9b82cbed1b
5
5
  SHA512:
6
- metadata.gz: 6a139ffe7f1ca9729a8be68a51a1c375d7f6fc0826e0b060049057887d1f94af8d811fb4e82654666d26b0ae1ad912c0079c785a0c7543a4db8215581e757cd8
7
- data.tar.gz: 81557cd9c34d5bb8f3aaf46bdf75a9e21cff155d2921f259d33c49de6d455387811ca45c9994ce3689c5024d320edd2cc52ae13e49069f78de13079d1d601315
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 files without extension to search for
138
- -n, [--inc-words=one two three] # List of words to be included in the result if any
139
- -x, [--exc-words=one two three] # List of words to be excluded from the result if any
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.
@@ -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
- -n, [--exc-words=one two three] # List of words to be included in the result
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
@@ -1,3 +1,3 @@
1
1
  module VimPrinter
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
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.4'
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
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-24 00:00:00.000000000 Z
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.4
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.4
68
+ version: 0.0.5
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement