carps 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/PostInstall.txt +1 -1
  2. data/README.rdoc +1 -1
  3. data/lib/carps.rb +1 -1
  4. metadata +3 -3
@@ -5,7 +5,7 @@
5
5
  o
6
6
  ><> ><> ><>
7
7
 
8
- Thank you for installing CARPS 0.2.2
8
+ Thank you for installing CARPS 0.2.3
9
9
 
10
10
  For help, run:
11
11
 
@@ -93,7 +93,7 @@ the text you type into the new window.
93
93
 
94
94
  You're also going to need to install a mod to play CARPS. See the example 'fools' mod:
95
95
 
96
- * http://fools.rubyforge.org
96
+ * http://github.com/elginer/fools
97
97
 
98
98
 
99
99
  == Campaigns (For the DM):
@@ -41,5 +41,5 @@ require "carps/wizard"
41
41
  #
42
42
  # The CARPS module which functions as a namespace for CARPS classes.
43
43
  module CARPS
44
- VERSION = '0.2.2'
44
+ VERSION = '0.2.3'
45
45
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Morrice
@@ -257,7 +257,7 @@ post_install_message: |
257
257
  o
258
258
  ><> ><> ><>
259
259
 
260
- Thank you for installing CARPS 0.2.2
260
+ Thank you for installing CARPS 0.2.3
261
261
 
262
262
  For help, run:
263
263