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.
- checksums.yaml +4 -4
- data/.rspec +1 -1
- data/README.md +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26b9fc53fa03cb556e8f5e44049e41f4e480deba
|
4
|
+
data.tar.gz: b402031b2eaf54b55e27ab010b3af1e37ce47507
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 170c29409a9386f5dfae7763b291925787c69001a9de31fb0a9f283854178722843926aaacb812856786ebaf6d25030d16abcff9555725d2d447ae57094653dc
|
7
|
+
data.tar.gz: 074cbf99c32c5fac68219f201e82aec5a297abbe5b49d00134e978fa6655cc88caf30906a81ede193de902bd51438ff628f64ce81ac2f18b91b11a7200244477
|
data/.rspec
CHANGED
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
|
-
[![
|
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.
|
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-
|
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:
|
42
|
+
version: 1.9.3
|
44
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
44
|
requirements:
|
46
45
|
- - ">="
|