stage 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Stage #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
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>stage</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/stage"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/stage" class="numbers">0.1.1</a>
36
+ <a href="http://rubyforge.org/projects/stage" class="numbers">0.1.2</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;stage&#8217;</h1>
39
39
 
@@ -56,10 +56,7 @@
56
56
  <h2>Forum</h2>
57
57
 
58
58
 
59
- <p><a href="http://groups.google.com/group/stage">http://groups.google.com/group/stage</a></p>
60
-
61
-
62
- <p><span class="caps">TODO</span> &#8211; create Google Group &#8211; stage</p>
59
+ <p><a href="http://groups.google.com/group/stonean_stage?hl=en">http://groups.google.com/group/stonean_stage?hl=en</a></p>
63
60
 
64
61
 
65
62
  <h2>How to submit patches</h2>
@@ -68,9 +65,6 @@
68
65
  <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
69
66
 
70
67
 
71
- <p>The trunk repository is <code>svn://rubyforge.org/var/svn/stage/trunk</code> for anonymous access.</p>
72
-
73
-
74
68
  <h2>License</h2>
75
69
 
76
70
 
@@ -80,9 +74,9 @@
80
74
  <h2>Contact</h2>
81
75
 
82
76
 
83
- <p>Comments are welcome. Send an email to <a href="mailto:FIXME"><span class="caps">FIXME</span> full name</a> email via the <a href="http://groups.google.com/group/stage">forum</a></p>
77
+ <p>Comments are welcome. Send an email to <a href="mailto:stonean_stage@googlegroups.com">Andrew Stone</a> email via the <a href="http://groups.google.com/group/stonean_stage?hl=en">forum</a></p>
84
78
  <p class="coda">
85
- <a href="FIXME email">FIXME full name</a>, 17th April 2008<br>
79
+ <a href="FIXME email">FIXME full name</a>, 18th April 2008<br>
86
80
  Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
87
81
  </p>
88
82
  </div>
@@ -19,15 +19,13 @@ h2. Demonstration of usage
19
19
 
20
20
  h2. Forum
21
21
 
22
- "http://groups.google.com/group/stage":http://groups.google.com/group/stage
22
+ "http://groups.google.com/group/stonean_stage?hl=en":http://groups.google.com/group/stonean_stage?hl=en
23
23
 
24
- TODO - create Google Group - stage
25
24
 
26
25
  h2. How to submit patches
27
26
 
28
27
  Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
29
28
 
30
- The trunk repository is <code>svn://rubyforge.org/var/svn/stage/trunk</code> for anonymous access.
31
29
 
32
30
  h2. License
33
31
 
@@ -35,5 +33,5 @@ This code is free to use under the terms of the MIT license.
35
33
 
36
34
  h2. Contact
37
35
 
38
- Comments are welcome. Send an email to "FIXME full name":mailto:FIXME email via the "forum":http://groups.google.com/group/stage
36
+ Comments are welcome. Send an email to "Andrew Stone":mailto:stonean_stage@googlegroups.com email via the "forum":http://groups.google.com/group/stonean_stage?hl=en
39
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Stone