TopBoardGames 0.7.0 → 0.8.0
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/TopBoardGames-0.6.0.gem +0 -0
- data/TopBoardGames-0.7.0.gem +0 -0
- data/TopBoardGames.gemspec +1 -2
- data/lib/TopBoardGames/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2177381fbf7d066ee7caf002c534caa87e01c145
|
|
4
|
+
data.tar.gz: 79d55642b77184edacd904b1992cd2553e8bac31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eedea1ea4245b9795d051a2598871abc87f2b4add28420cdcc6f1147df14e526429e85c8914f6ffc7b064e20bdad2b8ec6e9af8c2708f6737789d34769b77e3e
|
|
7
|
+
data.tar.gz: 8a5894f06f3b504e4a6ab25d8481e000f81fc5c032a8e5cd37a9deeb1d5c160b29f85e8d6d61305ebf4b241569f201b7879a701b2cb5a607380d165fd78869c9
|
|
Binary file
|
|
Binary file
|
data/TopBoardGames.gemspec
CHANGED
|
@@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = TopBoardGames::VERSION
|
|
9
9
|
spec.authors = ["johanesteves"]
|
|
10
10
|
spec.email = ["jsesteves91@gmail.com"]
|
|
11
|
-
spec.executables << 'top-boardgames'
|
|
12
11
|
spec.summary = "Returns list of top 100 boardgames from www.boardgamegeek.com"
|
|
13
12
|
spec.description = "Returns list of top 100 boardgames from www.boardgamegeek.com, also allows to get boardgame description"
|
|
14
13
|
spec.homepage = "https://github.com/johanesteves"
|
|
@@ -26,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
26
25
|
spec.files = `git ls-files`.split($\)
|
|
27
26
|
|
|
28
27
|
#spec.bindir = "exe"
|
|
29
|
-
|
|
28
|
+
spec.executables = 'top-boardgames'
|
|
30
29
|
spec.require_paths = ["lib", "lib/TopBoardGames"]
|
|
31
30
|
|
|
32
31
|
spec.add_development_dependency "bundler", "~> 1.15"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: TopBoardGames
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- johanesteves
|
|
@@ -102,6 +102,8 @@ files:
|
|
|
102
102
|
- TopBoardGames-0.3.0.gem
|
|
103
103
|
- TopBoardGames-0.4.0.gem
|
|
104
104
|
- TopBoardGames-0.5.0.gem
|
|
105
|
+
- TopBoardGames-0.6.0.gem
|
|
106
|
+
- TopBoardGames-0.7.0.gem
|
|
105
107
|
- TopBoardGames.gemspec
|
|
106
108
|
- bin/console
|
|
107
109
|
- bin/setup
|