tomkersten-vixploder 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/vixploder.rb +1 -1
- metadata +19 -99
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/lib/vixploder'
|
|
3
3
|
require 'hanna/rdoctask'
|
4
4
|
|
5
5
|
$hoe = Hoe.new('vixploder', Vixploder::VERSION) do |p|
|
6
|
-
p.developer('Tom Kersten', 'tom
|
6
|
+
p.developer('Tom Kersten', 'tom@whitespur.com')
|
7
7
|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
|
8
8
|
p.post_install_message = File.read("PostInstall.txt").delete("\r")
|
9
9
|
p.summary = %q{Tool for simplifying the distribution of environment configuration files ('dotfiles') across multiple *nix-based nodes.}
|
data/lib/vixploder.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomkersten-vixploder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Kersten
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-12 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
22
|
+
version: 1.2.3
|
23
23
|
version:
|
24
24
|
- !ruby/object:Gem::Dependency
|
25
25
|
name: hoe
|
@@ -30,15 +30,25 @@ dependencies:
|
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 1.8.0
|
32
32
|
version:
|
33
|
-
description: A simple 'dotfiles' management tool used to distribute common configuration files across multiple machines
|
33
|
+
description: A simple 'dotfiles' management tool used to distribute common configuration files across multiple machines.
|
34
34
|
email:
|
35
|
-
- tom
|
35
|
+
- tom@whitespur.com
|
36
36
|
executables:
|
37
37
|
- vixplode
|
38
38
|
extensions: []
|
39
39
|
|
40
|
-
extra_rdoc_files:
|
41
|
-
|
40
|
+
extra_rdoc_files:
|
41
|
+
- History.txt
|
42
|
+
- Manifest.txt
|
43
|
+
- PostInstall.txt
|
44
|
+
- README.rdoc
|
45
|
+
- lib/dotfiles/vim/doc/NERD_tree.txt
|
46
|
+
- lib/dotfiles/vim/doc/fakeclip.txt
|
47
|
+
- lib/dotfiles/vim/doc/matchit.txt
|
48
|
+
- lib/dotfiles/vim/doc/project.txt
|
49
|
+
- lib/dotfiles/vim/doc/rails.txt
|
50
|
+
- lib/dotfiles/vim/doc/snippets_emu.txt
|
51
|
+
- lib/dotfiles/vim/doc/surround.txt
|
42
52
|
files:
|
43
53
|
- History.txt
|
44
54
|
- Manifest.txt
|
@@ -147,97 +157,7 @@ files:
|
|
147
157
|
- tasks/rspec.rake
|
148
158
|
has_rdoc: false
|
149
159
|
homepage:
|
150
|
-
post_install_message:
|
151
|
-
- To
|
152
|
-
- use
|
153
|
-
- vixploder,
|
154
|
-
- "execute:"
|
155
|
-
- vixplode
|
156
|
-
- ...and
|
157
|
-
- try
|
158
|
-
- out
|
159
|
-
- VI.
|
160
|
-
- If
|
161
|
-
- you
|
162
|
-
- have
|
163
|
-
- issues
|
164
|
-
- with
|
165
|
-
- a
|
166
|
-
- blinking
|
167
|
-
- background
|
168
|
-
- or
|
169
|
-
- errors
|
170
|
-
- "on"
|
171
|
-
- startup,
|
172
|
-
- confirm
|
173
|
-
- your
|
174
|
-
- system
|
175
|
-
- meets
|
176
|
-
- all
|
177
|
-
- the
|
178
|
-
- requirements
|
179
|
-
- outlined
|
180
|
-
- in
|
181
|
-
- the
|
182
|
-
- README
|
183
|
-
- (http://bit.ly/m9Wk).
|
184
|
-
- If
|
185
|
-
- you
|
186
|
-
- want
|
187
|
-
- to
|
188
|
-
- "\"undo\""
|
189
|
-
- the
|
190
|
-
- changes,
|
191
|
-
- you
|
192
|
-
- can
|
193
|
-
- unlink
|
194
|
-
- the
|
195
|
-
- newly
|
196
|
-
- created
|
197
|
-
- files
|
198
|
-
- in
|
199
|
-
- your
|
200
|
-
- home
|
201
|
-
- directory
|
202
|
-
- and
|
203
|
-
- restore
|
204
|
-
- them
|
205
|
-
- from
|
206
|
-
- "~/vixploder_backups:"
|
207
|
-
- mv
|
208
|
-
- ~/vixploder_backups/.*
|
209
|
-
- ~/
|
210
|
-
- For
|
211
|
-
- more
|
212
|
-
- information
|
213
|
-
- "on"
|
214
|
-
- vixploder,
|
215
|
-
- see
|
216
|
-
- https://github.com/tomkersten/vixploder
|
217
|
-
- "NOTE:"
|
218
|
-
- To
|
219
|
-
- create
|
220
|
-
- private
|
221
|
-
- Gists
|
222
|
-
- "on"
|
223
|
-
- http://gist.github.com,
|
224
|
-
- make
|
225
|
-
- sure
|
226
|
-
- you
|
227
|
-
- have
|
228
|
-
- set
|
229
|
-
- up
|
230
|
-
- your
|
231
|
-
- username/token
|
232
|
-
- entries
|
233
|
-
- in
|
234
|
-
- your
|
235
|
-
- ~/.gitconfig
|
236
|
-
- file
|
237
|
-
- (refer
|
238
|
-
- "to:"
|
239
|
-
- http://bit.ly/OCgg)
|
240
|
-
- Enjoy!
|
160
|
+
post_install_message: " To use vixploder, execute:\n\n vixplode\n\n ...and try out VI. If you have issues with a blinking background\n or errors on startup, confirm your system meets all the\n requirements outlined in the README (http://bit.ly/m9Wk).\n\n If you want to \"undo\" the changes, you can unlink the newly created\n files in your home directory and restore them from ~/vixploder_backups:\n\n mv ~/vixploder_backups/.* ~/\n\n For more information on vixploder, see https://github.com/tomkersten/vixploder\n\n NOTE: To create private Gists on http://gist.github.com, make sure you have set up\n your username/token entries in your ~/.gitconfig file (refer to: http://bit.ly/OCgg)\n\n Enjoy!\n"
|
241
161
|
rdoc_options:
|
242
162
|
- --main
|
243
163
|
- README.rdoc
|
@@ -257,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
257
177
|
version:
|
258
178
|
requirements: []
|
259
179
|
|
260
|
-
rubyforge_project:
|
180
|
+
rubyforge_project: vixploder
|
261
181
|
rubygems_version: 1.2.0
|
262
182
|
signing_key:
|
263
183
|
specification_version: 2
|