game_shuffle_cards 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/game_shuffle_cards.gemspec +3 -3
- data/lib/game_shuffle_cards/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8455486d24d81ac1c368b8903a5543bcad06b6d0
|
|
4
|
+
data.tar.gz: f9df71498fed45afe4665ee0aeb772e23b497218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ec11c938c02c10ffc46c30b2fc5725ccfeffde4e9970f32cacf0437846152d92961f63f46cc777762bc91209accc68da0b23ab6a9381b941e89d0a960ecbefc
|
|
7
|
+
data.tar.gz: 59b5b5150b940fb9884310dcaffdf35761762ee1c3e6b25d6f1a7535e30ce4f5e4935cc9ec999d6f418b952928993991eb4aa7b50aa81aaabd9475b29fac1471
|
data/LICENSE.txt
CHANGED
data/game_shuffle_cards.gemspec
CHANGED
|
@@ -6,18 +6,18 @@ require 'game_shuffle_cards/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "game_shuffle_cards"
|
|
8
8
|
spec.version = GameShuffleCards::VERSION
|
|
9
|
-
spec.authors = ["Diego"]
|
|
9
|
+
spec.authors = ["Diego Hernán Piccinini Lagos"]
|
|
10
10
|
spec.email = ["diego@guiasrails.es"]
|
|
11
11
|
spec.summary = "A Game to shuffle a deck of cards and presents the result"
|
|
12
12
|
spec.description = "With the class Game you can handle a deck of cards and setting the players and the cards per player. And shuffle the deak of cards."
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/diegopiccinini/game_shuffle_cards"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
|
-
|
|
20
|
+
spec.required_ruby_version = ">= 2.2.0"
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.7"
|
|
22
22
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
23
23
|
spec.has_rdoc = 'yard'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: game_shuffle_cards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Diego
|
|
7
|
+
- Diego Hernán Piccinini Lagos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,7 +86,7 @@ files:
|
|
|
86
86
|
- lib/game_shuffle_cards/game.rb
|
|
87
87
|
- lib/game_shuffle_cards/validate_game.rb
|
|
88
88
|
- lib/game_shuffle_cards/version.rb
|
|
89
|
-
homepage:
|
|
89
|
+
homepage: https://github.com/diegopiccinini/game_shuffle_cards
|
|
90
90
|
licenses:
|
|
91
91
|
- MIT
|
|
92
92
|
metadata: {}
|
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
requirements:
|
|
99
99
|
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: 2.2.0
|
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
requirements:
|
|
104
104
|
- - ">="
|