carps 0.2.1 → 0.2.2

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/Rakefile +1 -0
  3. data/lib/carps.rb +1 -1
  4. metadata +5 -5
data/PostInstall.txt CHANGED
@@ -5,7 +5,7 @@
5
5
  o
6
6
  ><> ><> ><>
7
7
 
8
- Thank you for installing CARPS 0.2.1
8
+ Thank you for installing CARPS 0.2.2
9
9
 
10
10
  For help, run:
11
11
 
data/Rakefile CHANGED
@@ -15,6 +15,7 @@ $hoe = Hoe.spec 'carps' do
15
15
  self.developer 'John Morrice', 'spoon@killersmurf.com'
16
16
  self.post_install_message = File.read 'PostInstall.txt'
17
17
  self.rubyforge_name = self.name
18
+ self.url = "http://github.com/elginer/carps"
18
19
  self.description = File.read "GEM_DESCRIPTION"
19
20
  self.summary = "Computer Assisted Role-Playing Game System"
20
21
  self.extra_deps = [['highline','>= 1.6.1']]
data/lib/carps.rb CHANGED
@@ -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.1'
44
+ VERSION = '0.2.2'
45
45
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Morrice
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-10 00:00:00 +00:00
17
+ date: 2010-11-11 00:00:00 +00:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -246,7 +246,7 @@ files:
246
246
  - test/test_helper.rb
247
247
  - website/index.html
248
248
  has_rdoc: true
249
- homepage:
249
+ homepage: http://github.com/elginer/carps
250
250
  licenses: []
251
251
 
252
252
  post_install_message: |
@@ -257,7 +257,7 @@ post_install_message: |
257
257
  o
258
258
  ><> ><> ><>
259
259
 
260
- Thank you for installing CARPS 0.2.1
260
+ Thank you for installing CARPS 0.2.2
261
261
 
262
262
  For help, run:
263
263