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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06e275f1d6d87d38f4526fcb7cdce5eab44a6287
4
- data.tar.gz: 1b640fc0c4bb473f20483bdb63284032f2aadd91
3
+ metadata.gz: ae89c051ee35ded628c9f624865b1247f9dac743
4
+ data.tar.gz: 45e1a6f171011d0354904acaddda0aacecfed9f9
5
5
  SHA512:
6
- metadata.gz: 38c63a2ddaad3c5d61a30498470e5b5c1d33d79b609442ef31bbd53799eb8274422783e3d8748be8e222b45de36141b3681574fd1fbf5021d4f2aa0c8c2a76e8
7
- data.tar.gz: 3bf229aa9570aa2ec738549b615b8e7538673ff91b21036ad0d415c350832252b0bfa09f9f484163250f9ae8ba90044015e8080ea5d215d703c412f88e38677b
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
 
@@ -1,3 +1,3 @@
1
1
  module GameWords
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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