AbsoluteRenamer 0.9.0.1 → 0.9.0.2

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.
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.has_rdoc = true
17
17
  s.homepage = %q{http://absrenamer.happynoff.fr}
18
18
  s.rdoc_options = ["--main", "README"]
19
- s.require_paths = ["lib", "ext"]
19
+ s.require_paths = ["lib"]
20
20
  s.rubyforge_project = %q{AbsoluteRenamer}
21
21
  s.rubygems_version = %q{1.3.1}
22
22
  s.summary = %q{AbsoluteRenamer is a very powerful tool that helps files and directories renaming using the Krename syntax}
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ Version 0.9.0.2
2
+
3
+ * Removing the ext folder which causes a warning at gem install
4
+
1
5
  Version 0.9.0.1
2
6
 
3
7
  * Fixing #175: Problem with directories recursive renaming
@@ -12,7 +12,7 @@ require 'absolute_renamer/use_config'
12
12
 
13
13
  # top level module of AbsoluteRenamer.
14
14
  module AbsoluteRenamer
15
- VERSION = "0.9.0.1"
15
+ VERSION = "0.9.0.2"
16
16
 
17
17
  # The main class of AbsoluteRenamer.
18
18
  #
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.9.0.1
4
+ version: 0.9.0.2
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-05-09 00:00:00 +02:00
12
+ date: 2009-06-02 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -96,7 +96,6 @@ rdoc_options:
96
96
  - README
97
97
  require_paths:
98
98
  - lib
99
- - ext
100
99
  required_ruby_version: !ruby/object:Gem::Requirement
101
100
  requirements:
102
101
  - - ">="