99_game 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +1 -1
  3. data/README.md +1 -1
  4. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab6e6ccb1ed0f34b0834f1841b3447415ecf88ae
4
- data.tar.gz: 487037fecb7cc2ab3dc38477a17d3428903bfb00
3
+ metadata.gz: 26b9fc53fa03cb556e8f5e44049e41f4e480deba
4
+ data.tar.gz: b402031b2eaf54b55e27ab010b3af1e37ce47507
5
5
  SHA512:
6
- metadata.gz: d94c20e256a343765c94043bb09ec43a314e6c6966036fa4966ccd825f013eaef42a07789a09404a9ffd357c3e0a73aacca5196aa2bcc742f02fd03751161aa5
7
- data.tar.gz: 28e2863215ecd38ebce1fbf8b1d4c059d48ec808a01b55466b25b6e972c9227a259c9c12d5f40c449310bacae03662cd458022c4c10499da9ab526014c28519a
6
+ metadata.gz: 170c29409a9386f5dfae7763b291925787c69001a9de31fb0a9f283854178722843926aaacb812856786ebaf6d25030d16abcff9555725d2d447ae57094653dc
7
+ data.tar.gz: 074cbf99c32c5fac68219f201e82aec5a297abbe5b49d00134e978fa6655cc88caf30906a81ede193de902bd51438ff628f64ce81ac2f18b91b11a7200244477
data/.rspec CHANGED
@@ -1,4 +1,4 @@
1
1
  --color
2
2
  --require spec_helper.rb
3
+ --warnings
3
4
  --format doc
4
- --warnings
data/README.md CHANGED
@@ -7,7 +7,7 @@ For the rules and arguments: `99_game -h`
7
7
 
8
8
  ## Badges
9
9
  [![Gem Version](https://badge.fury.io/rb/99_game.png)](http://badge.fury.io/rb/99_game)
10
- [![Coverage Status](https://img.shields.io/coveralls/Zrp200/99_game.svg)](https://coveralls.io/r/Zrp200/99_game)
10
+ [![Build Status](https://travis-ci.org/Zrp200/99_game.svg?branch=master)](https://travis-ci.org/Zrp200/99_game)
11
11
  [![Code Climate](https://codeclimate.com/github/Zrp200/99_game.png)](https://codeclimate.com/github/Zrp200/99_game)
12
12
  [![Dependency Status](https://gemnasium.com/Zrp200/99_game.svg)](https://gemnasium.com/Zrp200/99_game)
13
13
  [![Inline docs](http://inch-ci.org/github/Zrp200/99_game.png?branch=master)](http://inch-ci.org/github/Zrp200/99_game)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 99_game
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Perlmutter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-09-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  This is a text-based interpretation of the card game 99. Comes with the gem in the form of an executable. Make sure to read the rules in `99_game -h` before playing.
@@ -30,8 +30,7 @@ files:
30
30
  homepage: https://rubygems.org/gems/99_game
31
31
  licenses:
32
32
  - MIT
33
- metadata:
34
- Recommended Ruby Version: "~> 2.0.0"
33
+ metadata: {}
35
34
  post_install_message:
36
35
  rdoc_options: []
37
36
  require_paths:
@@ -40,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
39
  requirements:
41
40
  - - ">="
42
41
  - !ruby/object:Gem::Version
43
- version: '0'
42
+ version: 1.9.3
44
43
  required_rubygems_version: !ruby/object:Gem::Requirement
45
44
  requirements:
46
45
  - - ">="