rubigen 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.2.2 2008-02-20
2
+
3
+ * Removing one File.expand_path
4
+
1
5
  == 1.2.1 2008-02-19
2
6
 
3
7
  * Fixed rake post_news/email output bug ("\\n\\n")
data/lib/rubigen/base.rb CHANGED
@@ -103,7 +103,6 @@ module RubiGen
103
103
  elsif defined? ::APP_ROOT
104
104
  @destination_root = ::APP_ROOT
105
105
  end
106
- @destination_root = File.expand_path(@destination_root)
107
106
 
108
107
  # Silence the logger if requested.
109
108
  logger.quiet = options[:quiet]
@@ -2,7 +2,7 @@ module Rubigen #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -31,7 +31,7 @@
31
31
  <h1>rubigen</h1>
32
32
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rubigen"; return false'>
33
33
  <p>Get Version</p>
34
- <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.1</a>
34
+ <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.2</a>
35
35
  </div>
36
36
  <h1>Ruby Generator Framework</h1>
37
37
 
@@ -1,3 +1,3 @@
1
1
  // Announcement JS file
2
- var version = "1.2.1";
2
+ var version = "1.2.2";
3
3
  MagicAnnouncement.show('compositekeys', version);
data/website/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // Version JS file
2
- var version = "1.2.1";
2
+ var version = "1.2.2";
3
3
 
4
4
  document.write(" - " + version);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubigen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-02-20 00:00:00 +10:00
13
+ date: 2008-02-21 00:00:00 +10:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency