newgem 0.23.0 → 0.23.1
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.
- data/History.txt +4 -0
- data/PostInstall.txt +2 -1
- data/lib/newgem/version.rb +1 -1
- data/website/index.html +1 -1
- data/website/rubyforge.html +1 -1
- data/website/version-raw.js +1 -1
- data/website/version.js +1 -1
- metadata +3 -2
data/History.txt
CHANGED
data/PostInstall.txt
CHANGED
|
@@ -10,7 +10,8 @@ You can add the following key/values to this file:
|
|
|
10
10
|
github_username: drnic
|
|
11
11
|
|
|
12
12
|
To create the ~/.rubyforge/user-config.yml file run:
|
|
13
|
-
rubyforge setup
|
|
13
|
+
rubyforge setup (deletes your username and password, so run sparingly!)
|
|
14
|
+
edit ~/.rubyforge/user-config.yml
|
|
14
15
|
rubyforge config
|
|
15
16
|
|
|
16
17
|
Whenever you create a new RubyForge.org project, re-run:
|
data/lib/newgem/version.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -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.23.
|
|
36
|
+
<a href="" class="numbers">0.23.1</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>
|
data/website/rubyforge.html
CHANGED
|
@@ -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.23.
|
|
36
|
+
<a href="" class="numbers">0.23.1</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>
|
data/website/version-raw.js
CHANGED
data/website/version.js
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newgem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
@@ -227,7 +227,8 @@ post_install_message: |+
|
|
|
227
227
|
github_username: drnic
|
|
228
228
|
|
|
229
229
|
To create the ~/.rubyforge/user-config.yml file run:
|
|
230
|
-
rubyforge setup
|
|
230
|
+
rubyforge setup (deletes your username and password, so run sparingly!)
|
|
231
|
+
edit ~/.rubyforge/user-config.yml
|
|
231
232
|
rubyforge config
|
|
232
233
|
|
|
233
234
|
Whenever you create a new RubyForge.org project, re-run:
|