andand 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
- == 0.0.1 2008-02-03
1
+ == 1.0.1 2008-02-03
2
2
 
3
3
  * 1 major enhancement:
4
4
  * Initial release
5
+ * 2 tiny enhancement:
6
+ * fixed specifications
@@ -1,8 +1,8 @@
1
1
  require 'andand/version'
2
2
 
3
- AUTHOR = 'FIXME full name' # can also be an array of Authors
4
- EMAIL = "FIXME email"
5
- DESCRIPTION = "description of gem"
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 = "unknown"
13
+ RUBYFORGE_USERNAME = "raganwald"
14
14
  def rubyforge_username
15
15
  unless @config
16
16
  begin
@@ -2,7 +2,7 @@ module Andand #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -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.0</a>
36
+ <a href="http://rubyforge.org/projects/andand" class="numbers">1.0.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;andand&#8217;</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.0
7
- date: 2008-02-03 00:00:00 -05:00
8
- summary: description of gem
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
- - FIXME email
12
+ - reg@braythwayt.com
13
13
  homepage: http://andand.rubyforge.org
14
14
  rubyforge_project: andand
15
- description: description of gem
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
- - FIXME full name
31
+ - Reginald Braithwaite
32
32
  files:
33
33
  - History.txt
34
34
  - License.txt