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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b765122d1eb91f873fa5ab35c413b958c3faab9
4
- data.tar.gz: ee95a2e27927a7a8179be6865163749b54d54852
3
+ metadata.gz: 2177381fbf7d066ee7caf002c534caa87e01c145
4
+ data.tar.gz: 79d55642b77184edacd904b1992cd2553e8bac31
5
5
  SHA512:
6
- metadata.gz: 8eabaa0210186c7229167d2bd3e922aaa664187a12a8cf59f3dfffb4b7e4d58dd302b37f0f3673052938a8bb67063daf9fae505fcd7d0a5666c1c589a89fc4ad
7
- data.tar.gz: 39469214d87b72553d779bc8d1c92cc5d533d6876f9dfdad606f0ec38ca41b49368ac03e28426c783942e5412d1b84a4f761c576bd4e07a7bc5f579d087070c0
6
+ metadata.gz: eedea1ea4245b9795d051a2598871abc87f2b4add28420cdcc6f1147df14e526429e85c8914f6ffc7b064e20bdad2b8ec6e9af8c2708f6737789d34769b77e3e
7
+ data.tar.gz: 8a5894f06f3b504e4a6ab25d8481e000f81fc5c032a8e5cd37a9deeb1d5c160b29f85e8d6d61305ebf4b241569f201b7879a701b2cb5a607380d165fd78869c9
Binary file
Binary file
@@ -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
- #spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.executables = 'top-boardgames'
30
29
  spec.require_paths = ["lib", "lib/TopBoardGames"]
31
30
 
32
31
  spec.add_development_dependency "bundler", "~> 1.15"
@@ -1,3 +1,3 @@
1
1
  module TopBoardGames
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
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.7.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