KeeperChallenge 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -4,11 +4,11 @@ require "keeperchallenge/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "KeeperChallenge"
7
- s.version = '0.0.2'
7
+ s.version = '0.0.3'
8
8
  s.authors = ["Benjamin Combe"]
9
9
  s.email = ["benjamin.combe@gmail.com"]
10
- s.homepage = "http://arthion.fr"
11
- s.summary = %q{KeeperChallenge is a prototype for running sports contests between friends}
10
+ s.homepage = "https://github.com/kamiben/KeeperChallenge"
11
+ s.summary = %q{KeeperChallenge is a prototype scoreboard for running sports contests between friends}
12
12
  s.description = %q{KeeperChallenge is a console based application that will allow the user to add participants, add activities and then determine the winner of the contest.}
13
13
 
14
14
  s.rubyforge_project = "KeeperChallenge"
data/readme.md ADDED
@@ -0,0 +1,8 @@
1
+ KeeperChallenge is a small ruby application to manage a contest between friends.
2
+
3
+ It will allow :
4
+ - adding a player
5
+ - adding an activity for a player
6
+ - compute the score for each player in the system
7
+ - save and load from disk
8
+ - erase all data
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: KeeperChallenge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,7 +20,7 @@ executables:
20
20
  extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
- - KeeperChallenge-0.0.1.gem
23
+ - KeeperChallenge-0.0.2.gem
24
24
  - KeeperChallenge.gemspec
25
25
  - bin/keeperchallenge
26
26
  - lib/KeeperChallenge.rb
@@ -29,8 +29,9 @@ files:
29
29
  - lib/keeperchallenge/player.rb
30
30
  - lib/keeperchallenge/score.rb
31
31
  - lib/keeperchallenge/version.rb
32
+ - readme.md
32
33
  - test/test_keeperchallenge.rb
33
- homepage: http://arthion.fr
34
+ homepage: https://github.com/kamiben/KeeperChallenge
34
35
  licenses: []
35
36
  post_install_message:
36
37
  rdoc_options: []
@@ -53,5 +54,6 @@ rubyforge_project: KeeperChallenge
53
54
  rubygems_version: 1.8.24
54
55
  signing_key:
55
56
  specification_version: 3
56
- summary: KeeperChallenge is a prototype for running sports contests between friends
57
+ summary: KeeperChallenge is a prototype scoreboard for running sports contests between
58
+ friends
57
59
  test_files: []
Binary file