game_words 0.1.0 → 0.1.1
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/game_words.gemspec +5 -1
- data/lib/game_words/version.rb +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae89c051ee35ded628c9f624865b1247f9dac743
|
|
4
|
+
data.tar.gz: 45e1a6f171011d0354904acaddda0aacecfed9f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78d8ed1da913518e46984ff40e2b0442f27a6c169f77c5d0a79e4cbeac457246647aa705ad42ad8c98829556bf25652e1a752be8ce5c81fa7f6d3798d8c34851
|
|
7
|
+
data.tar.gz: bf62576df25df7e876f4e8ecbaa1e61543e5f9c5c267f3e64ab7b541836d4050e80d5bb8279b290546183ced85e76b4f67ffcfcbbfa832c46d22b516f45d6580
|
data/game_words.gemspec
CHANGED
|
@@ -8,7 +8,11 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = GameWords::VERSION
|
|
9
9
|
spec.authors = ['Nick Aschenbach']
|
|
10
10
|
spec.email = ['nick.aschenbach@gmail.com']
|
|
11
|
-
spec.summary = %q{Find words for pictionary, catchphrase, charades and holidays}
|
|
11
|
+
spec.summary = %q{Find game words for pictionary, catchphrase, charades and holidays}
|
|
12
|
+
spec.description = %q{Find words, phrases, songs, movies, characters, actions and sayings for
|
|
13
|
+
Pictionary, Catchphrase, Charades or the holidays. Each game has several
|
|
14
|
+
categories including difficulty levels. This library returns a list for
|
|
15
|
+
some or all categories.}
|
|
12
16
|
spec.homepage = 'https://github.com/nick-aschenbach/game-words'
|
|
13
17
|
spec.license = 'MIT'
|
|
14
18
|
|
data/lib/game_words/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: game_words
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Aschenbach
|
|
@@ -52,7 +52,11 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
55
|
+
description: |-
|
|
56
|
+
Find words, phrases, songs, movies, characters, actions and sayings for
|
|
57
|
+
Pictionary, Catchphrase, Charades or the holidays. Each game has several
|
|
58
|
+
categories including difficulty levels. This library returns a list for
|
|
59
|
+
some or all categories.
|
|
56
60
|
email:
|
|
57
61
|
- nick.aschenbach@gmail.com
|
|
58
62
|
executables: []
|
|
@@ -95,7 +99,7 @@ rubyforge_project:
|
|
|
95
99
|
rubygems_version: 2.4.2
|
|
96
100
|
signing_key:
|
|
97
101
|
specification_version: 4
|
|
98
|
-
summary: Find words for pictionary, catchphrase, charades and holidays
|
|
102
|
+
summary: Find game words for pictionary, catchphrase, charades and holidays
|
|
99
103
|
test_files:
|
|
100
104
|
- spec/lib/generator_spec.rb
|
|
101
105
|
- spec/spec_helper.rb
|