alias 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.rdoc +3 -0
  2. data/README.rdoc +1 -1
  3. data/VERSION.yml +1 -1
  4. metadata +1 -1
@@ -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.
@@ -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
@@ -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: 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