Renamer 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,9 +21,9 @@
21
21
 
22
22
  # Loading needed libs
23
23
  begin
24
- require 'rubygems'
24
+ require 'rubygems'
25
25
  rescue LoadError
26
- warn "Not using RubyGems" if $DEBUG
26
+ warn "Not using RubyGems" if $DEBUG
27
27
  end
28
28
 
29
29
  $:.unshift(File.dirname(__FILE__))
@@ -36,5 +36,7 @@ require 'tempfile'
36
36
  require 'fileutils'
37
37
  require 'const'
38
38
  require 'renamer'
39
+ require 'command_line'
39
40
 
40
- require 'tc_renamer_procs'
41
+ require 'tc_renamer_procs'
42
+ require 'tc_renamer_command_line'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Renamer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Cavigneaux
@@ -48,6 +48,7 @@ files:
48
48
  - doc/renamer.1.gz
49
49
  - doc/renamer.rdoc
50
50
  - doc/TODO.rdoc
51
+ - lib/command_line.rb
51
52
  - lib/const.rb
52
53
  - lib/renamer.rb
53
54
  - po/fr/renamer.po