DreamTeam 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbc0891f61c02a489e8c142f428db4d1e8dcc527662921d8b2055def22198dfc
4
- data.tar.gz: b7811901c4e374a5089e927fb29c55e53033fe344110718bfc16b71f02ba738b
3
+ metadata.gz: c9c3702a9a1031c72921ed8055e781121180e04f409709b0a8a30b6c2807626b
4
+ data.tar.gz: ecfeb2274571006fbc2844db6089b2f8ce83d902aa812853c0d9c57ba109ffb6
5
5
  SHA512:
6
- metadata.gz: 96e5ae7a7f81a4e4ec2557edeaab937e95c90b07a175584bd0ad9c255ce361c2970a4e0433b753655f673b94ce64231ce025248dc098ec61769a84b612a43e7d
7
- data.tar.gz: c522165470f8af76fa13ae79866fb2ead7e5ced3c6f6b6d7ce5f999e850fa337905dc1ee0af3ce3900f11e29a576b2fdbdd0c88220689db6f98de70e84abcf7d
6
+ metadata.gz: ab9880a24dc5a0b3e27ccd896d2abb3434fbdbec6891c09c3dc81c944d2b3f2895f3877acb0348be272f4a3867b02eb4cde93480a219be549405a40a3fdd1381
7
+ data.tar.gz: f8c26c107702d123336141553bb7bbd508d00629742dd152664e7bbbdc8709722f69c3932c063c2b4f0badb225ba930271b36b0319a41d0686f46d9e5b143e26
@@ -29,8 +29,8 @@ module DreamTeam
29
29
  <div>
30
30
  <p border='0'>
31
31
  <div2>
32
- <a href='Games/table.html'><img src='../../images/logo1.png' width=45% border='0' alt=''></a>
33
- <a href='Films/table.html'><img src='../../images/logo2.png' width=45% border='0' alt=''></a>
32
+ <a href='#{path + '/table_game.html'}'><img src='https://github.com/Spoky-Loki/DreamTeam/blob/master/images/logo1.png' width=45% border='0' alt=''></a>
33
+ <a href='#{path + '/table_film.html'}'><img src='https://github.com/Spoky-Loki/DreamTeam/blob/master/images/logo2.png' width=45% border='0' alt=''></a>
34
34
  </div2>
35
35
  </p>
36
36
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DreamTeam
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DreamTeam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spooky_Loki