fned 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/fned/version.rb +1 -1
  2. metadata +3 -8
data/lib/fned/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fned
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fned
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,12 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-01-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! "fned: filename edit\n===================\n\nfned allows you to use
15
- your favorite $EDITOR to edit filenames.\n\n.Example\n----\n % touch foo.txt
16
- bar.txt\n % fned -v *\n$EDITOR starts with:\n # ./\n 0 bar.txt\n 1 foo.txt\nKeep
17
- the numbers in front and change the filenames as you like:\n # ./\n 0 file
18
- one.txt\n 1 other file.txt\nWrite out the changes, the files are renamed accordingly:\n
19
- \ \"foo.txt\" -> \"other file.txt\"\n \"bar.txt\" -> \"file one.txt\"\n----\n"
14
+ description: fned allows you to use your favorite $EDITOR to edit filenames
20
15
  email: matled@gmx.net
21
16
  executables:
22
17
  - fned
@@ -56,5 +51,5 @@ rubyforge_project:
56
51
  rubygems_version: 1.8.11
57
52
  signing_key:
58
53
  specification_version: 3
59
- summary: rename files with your favorite editor
54
+ summary: filename edit
60
55
  test_files: []