indentation 0.0.1 → 0.0.2

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 (3) hide show
  1. data/PostInstall.txt +1 -1
  2. data/lib/indentation.rb +1 -1
  3. metadata +3 -3
@@ -1,5 +1,5 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Thanks for installing the indentation gem! :)
3
3
 
4
- For more information on indentation, see http://indentation.rubyforge.org
4
+ For current information on indentation, see http://samueldana.github.com/indentation/
5
5
  -------------------------------------------------------------------------------
@@ -5,5 +5,5 @@ require 'indentation/string_mod.rb'
5
5
  require 'indentation/array_mod.rb'
6
6
 
7
7
  module Indentation
8
- VERSION = '0.0.1'
8
+ VERSION = '0.0.2'
9
9
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Dana
@@ -85,7 +85,7 @@ post_install_message: |-
85
85
  -------------------------------------------------------------------------------
86
86
  Thanks for installing the indentation gem! :)
87
87
 
88
- For more information on indentation, see http://indentation.rubyforge.org
88
+ For current information on indentation, see http://samueldana.github.com/indentation/
89
89
  -------------------------------------------------------------------------------
90
90
  rdoc_options:
91
91
  - --main