cldwalker-alias 0.2.0 → 0.2.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.
Files changed (5) hide show
  1. data/CHANGELOG.rdoc +3 -0
  2. data/README.rdoc +1 -1
  3. data/Rakefile +1 -0
  4. data/VERSION.yml +1 -1
  5. metadata +2 -2
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.2.1
2
+ * Adding gem to rubyforge.
3
+
1
4
  == 0.2.0
2
5
  * Complete refactoring.
3
6
  * New alias types can be created easily with the DSL for Creator classes.
data/README.rdoc CHANGED
@@ -11,7 +11,7 @@ Install the gem with:
11
11
 
12
12
  sudo gem install cldwalker-alias -s http://gems.github.com
13
13
 
14
- The basic setup is simply drop two lines in your .irbrc:
14
+ To setup, simply drop these two lines in your .irbrc:
15
15
 
16
16
  require 'alias'
17
17
  Alias.create
data/Rakefile CHANGED
@@ -23,6 +23,7 @@ begin
23
23
  s.email = "gabriel.horner@gmail.com"
24
24
  s.homepage = "http://tagaholic.me/alias/"
25
25
  s.authors = ["Gabriel Horner"]
26
+ s.rubyforge_project = 'tagaholic'
26
27
  s.has_rdoc = true
27
28
  s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
28
29
  s.files = FileList["Rakefile", "VERSION.yml", "README.rdoc", "CHANGELOG.rdoc", "LICENSE.txt", "{lib,test}/**/*"]
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 0
4
+ :patch: 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cldwalker-alias
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Horner
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version:
74
74
  requirements: []
75
75
 
76
- rubyforge_project:
76
+ rubyforge_project: tagaholic
77
77
  rubygems_version: 1.2.0
78
78
  signing_key:
79
79
  specification_version: 3