fools 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -2
  2. data/lib/fools.rb +1 -1
  3. metadata +6 -9
data/Rakefile CHANGED
@@ -13,8 +13,9 @@ Hoe.plugin :cucumberfeatures
13
13
  $hoe = Hoe.spec 'fools' do
14
14
  self.developer 'John Morrice', 'spoon@killersmurf.com'
15
15
  self.post_install_message = File.read "PostInstall.txt"
16
- self.summary = 'The Fools for CARPS'
17
- self.description = "The Fools, copyright Ian Crowther, Sheila Thomas, Victoria Uren 1995-1996.\nsee http://www.granta.demon.co.uk/fools/\nThis is an implementation of The Fools for CARPS."
16
+ self.summary = 'The Fools for CARPS.'
17
+ self.description = "The Fools is an example mod for CARPS."
18
+ self.url = "http://github.com/elginer/fools"
18
19
  self.rubyforge_name = self.name
19
20
  self.extra_deps = [['carps','>= 0.2.0']]
20
21
 
@@ -29,5 +29,5 @@ require "fools/rules"
29
29
  require "fools/sheet"
30
30
 
31
31
  module Fools
32
- VERSION = '0.0.4'
32
+ VERSION = '0.0.5'
33
33
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
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
@@ -62,10 +62,7 @@ dependencies:
62
62
  version: 2.6.2
63
63
  type: :development
64
64
  version_requirements: *id003
65
- description: |-
66
- The Fools, copyright Ian Crowther, Sheila Thomas, Victoria Uren 1995-1996.
67
- see http://www.granta.demon.co.uk/fools/
68
- This is an implementation of The Fools for CARPS.
65
+ description: The Fools is an example mod for CARPS.
69
66
  email:
70
67
  - spoon@killersmurf.com
71
68
  executables:
@@ -144,7 +141,7 @@ files:
144
141
  - test/test_helper.rb
145
142
  - website/index.html
146
143
  has_rdoc: true
147
- homepage:
144
+ homepage: http://github.com/elginer/fools
148
145
  licenses: []
149
146
 
150
147
  post_install_message: |
@@ -207,7 +204,7 @@ rubyforge_project: fools
207
204
  rubygems_version: 1.3.7
208
205
  signing_key:
209
206
  specification_version: 3
210
- summary: The Fools for CARPS
207
+ summary: The Fools for CARPS.
211
208
  test_files:
212
209
  - test/test_fools.rb
213
210
  - test/test_helper.rb