AbsoluteRenamer 0.10.0 → 0.10.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.
- data/AbsoluteRenamer.gemspec +3 -2
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/bin/absrenamer +1 -1
- metadata +3 -3
data/AbsoluteRenamer.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{AbsoluteRenamer}
|
|
8
|
-
s.version = "0.10.
|
|
8
|
+
s.version = "0.10.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Simon COURTOIS"]
|
|
12
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-10-01}
|
|
13
13
|
s.default_executable = %q{absrenamer}
|
|
14
14
|
s.description = %q{Unlike many batch renaming tools, AbsoluteRenamer is able to rename folders.
|
|
15
15
|
AbsoluteRenamer is modular and can be extended to adapt itself to any kind of file
|
|
@@ -64,6 +64,7 @@ Gem::Specification.new do |s|
|
|
|
64
64
|
s.homepage = %q{http://github.com/simonc/AbsoluteRenamer}
|
|
65
65
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
66
66
|
s.require_paths = ["lib"]
|
|
67
|
+
s.rubyforge_project = %q{absrenamer}
|
|
67
68
|
s.rubygems_version = %q{1.3.5}
|
|
68
69
|
s.summary = %q{AbsoluteRenamer is a very powerful tool that helps files and directories renaming using the Krename syntax.}
|
|
69
70
|
s.test_files = [
|
data/Rakefile
CHANGED
|
@@ -13,6 +13,7 @@ begin
|
|
|
13
13
|
gem.homepage = "http://github.com/simonc/AbsoluteRenamer"
|
|
14
14
|
gem.authors = ["Simon COURTOIS"]
|
|
15
15
|
gem.add_development_dependency "thoughtbot-shoulda"
|
|
16
|
+
gem.rubyforge_project = "absrenamer"
|
|
16
17
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
17
18
|
end
|
|
18
19
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.1
|
data/bin/absrenamer
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: AbsoluteRenamer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon COURTOIS
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-01 00:00:00 +02:00
|
|
13
13
|
default_executable: absrenamer
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
version:
|
|
98
98
|
requirements: []
|
|
99
99
|
|
|
100
|
-
rubyforge_project:
|
|
100
|
+
rubyforge_project: absrenamer
|
|
101
101
|
rubygems_version: 1.3.5
|
|
102
102
|
signing_key:
|
|
103
103
|
specification_version: 3
|