andand 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -1
- data/config/hoe.rb +4 -4
- data/lib/andand/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +6 -6
data/History.txt
CHANGED
data/config/hoe.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
require 'andand/version'
|
2
2
|
|
3
|
-
AUTHOR = '
|
4
|
-
EMAIL = "
|
5
|
-
DESCRIPTION = "
|
3
|
+
AUTHOR = 'Reginald Braithwaite' # can also be an array of Authors
|
4
|
+
EMAIL = "reg@braythwayt.com"
|
5
|
+
DESCRIPTION = "adds guarded method invocation to Ruby"
|
6
6
|
GEM_NAME = 'andand' # what ppl will type to install your gem
|
7
7
|
RUBYFORGE_PROJECT = 'andand' # The unix name for your project
|
8
8
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
@@ -10,7 +10,7 @@ DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}"
|
|
10
10
|
|
11
11
|
@config_file = "~/.rubyforge/user-config.yml"
|
12
12
|
@config = nil
|
13
|
-
RUBYFORGE_USERNAME = "
|
13
|
+
RUBYFORGE_USERNAME = "raganwald"
|
14
14
|
def rubyforge_username
|
15
15
|
unless @config
|
16
16
|
begin
|
data/lib/andand/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1>andand</h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/andand"; return false'>
|
35
35
|
<p>Get Version</p>
|
36
|
-
<a href="http://rubyforge.org/projects/andand" class="numbers">1.0.
|
36
|
+
<a href="http://rubyforge.org/projects/andand" class="numbers">1.0.1</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ ‘andand’</h1>
|
39
39
|
|
metadata
CHANGED
@@ -3,16 +3,16 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: andand
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2008-02-
|
8
|
-
summary:
|
6
|
+
version: 1.0.1
|
7
|
+
date: 2008-02-09 00:00:00 -05:00
|
8
|
+
summary: adds guarded method invocation to Ruby
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email:
|
12
|
-
-
|
12
|
+
- reg@braythwayt.com
|
13
13
|
homepage: http://andand.rubyforge.org
|
14
14
|
rubyforge_project: andand
|
15
|
-
description:
|
15
|
+
description: adds guarded method invocation to Ruby
|
16
16
|
autorequire:
|
17
17
|
default_executable:
|
18
18
|
bindir: bin
|
@@ -28,7 +28,7 @@ signing_key:
|
|
28
28
|
cert_chain:
|
29
29
|
post_install_message:
|
30
30
|
authors:
|
31
|
-
-
|
31
|
+
- Reginald Braithwaite
|
32
32
|
files:
|
33
33
|
- History.txt
|
34
34
|
- License.txt
|