newgem 0.13.1 → 0.13.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.
@@ -1,3 +1,7 @@
1
+ == 0.13.2 2007-08-22
2
+
3
+ * Upgrade rubigen dependency to 1.0.3 to pushout upgrade
4
+
1
5
  == 0.13.1 2007-08-22
2
6
 
3
7
  * Re-release as there seemed to be an incorrect Rakefile in 0.13.0
@@ -57,14 +57,6 @@ class NewgemGenerator < RubiGen::Base
57
57
  # Config
58
58
  m.template_copy_each %w( hoe.rb requirements.rb ), "config"
59
59
 
60
- # Scripts
61
- # %w( generate destroy ).each do |file|
62
- # m.template "script/#{file}", "script/#{file}", script_options
63
- # m.template "script/win_script.cmd", "script/#{file}.cmd",
64
- # :assigns => { :filename => file } if windows
65
- # end
66
- m.dependency "install_rubigen_scripts", [destination_root, "rubygems", "newgem"], :shebang => options[:shebang]
67
-
68
60
  %w(debug).each { |file|
69
61
  m.file "empty.log", "log/#{file}.log", :chmod => 0666
70
62
  }
@@ -93,6 +85,8 @@ class NewgemGenerator < RubiGen::Base
93
85
  m.dependency "executable", [bin_name], :destination => destination_root
94
86
  end
95
87
 
88
+ m.dependency "install_rubigen_scripts", [destination_root, "rubygems", "newgem", "newgem_theme"], :shebang => options[:shebang]
89
+
96
90
  m.write_manifest "Manifest.txt"
97
91
 
98
92
  m.readme "readme"
@@ -11,5 +11,5 @@ require 'rubigen/scripts/destroy
11
11
  '
12
12
 
13
13
  ARGV.shift if ['--help', '-h'].include?(ARGV[0])
14
- RubiGen::Base.use_component_sources! :rubygems, :newgem
14
+ RubiGen::Base.use_component_sources! :rubygems, :newgem, :newgem_theme
15
15
  RubiGen::Scripts::Destroy.new.run(ARGV)
@@ -10,5 +10,5 @@ end
10
10
  require 'rubigen/scripts/generate'
11
11
 
12
12
  ARGV.shift if ['--help', '-h'].include?(ARGV[0])
13
- RubiGen::Base.use_component_sources! :rubygems, :newgem
13
+ RubiGen::Base.use_component_sources! :rubygems, :newgem, :newgem_theme
14
14
  RubiGen::Scripts::Generate.new.run(ARGV)
@@ -38,7 +38,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
38
38
  ['RedCloth','>=3.0.4'],
39
39
  ['syntax','>=1.0.0'],
40
40
  ['activesupport','>=1.4.2'],
41
- ['rubigen','>=1.0.0']
41
+ ['rubigen','>=1.0.3']
42
42
  ]
43
43
  #p.spec_extras - A hash of extra values to set in the gemspec.
44
44
  end
@@ -2,7 +2,7 @@ module Newgem #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 13
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -33,7 +33,7 @@
33
33
  <h1>New Gem Generator</h1>
34
34
  <div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
35
35
  <p>Get Version</p>
36
- <a href="" class="numbers">0.13.1</a>
36
+ <a href="" class="numbers">0.13.2</a>
37
37
  <p>Featured in</p>
38
38
  <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a>
39
39
  </div>
@@ -33,7 +33,7 @@
33
33
  <h1>New Gem Generator</h1>
34
34
  <div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
35
35
  <p>Get Version</p>
36
- <a href="" class="numbers">0.13.1</a>
36
+ <a href="" class="numbers">0.13.2</a>
37
37
  <p>Featured in</p>
38
38
  <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a>
39
39
  </div>
@@ -1,3 +1,3 @@
1
1
  // Announcement JS file
2
- var version = "0.13.1";
2
+ var version = "0.13.2";
3
3
  MagicAnnouncement.show('compositekeys', version);
@@ -1,4 +1,4 @@
1
1
  // Version JS file
2
- var version = "0.13.1";
2
+ var version = "0.13.2";
3
3
 
4
4
  document.write(" - " + version);
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4.3
3
3
  specification_version: 1
4
4
  name: newgem
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.13.1
6
+ version: 0.13.2
7
7
  date: 2007-08-22 00:00:00 +02:00
8
8
  summary: Make your own gems at home
9
9
  require_paths:
@@ -218,7 +218,7 @@ dependencies:
218
218
  requirements:
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 1.0.0
221
+ version: 1.0.3
222
222
  version:
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: hoe