DreamTeam 1.0.2 → 1.0.4

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: 25503a616268470b575053dc6d52178409d3430d99f12672798870d51355d00a
4
+ data.tar.gz: 1e8dceb856a826af65504c217b111f28223056ab7a3a4c23be0f5ae5c8952218
5
5
  SHA512:
6
- metadata.gz: 96e5ae7a7f81a4e4ec2557edeaab937e95c90b07a175584bd0ad9c255ce361c2970a4e0433b753655f673b94ce64231ce025248dc098ec61769a84b612a43e7d
7
- data.tar.gz: c522165470f8af76fa13ae79866fb2ead7e5ced3c6f6b6d7ce5f999e850fa337905dc1ee0af3ce3900f11e29a576b2fdbdd0c88220689db6f98de70e84abcf7d
6
+ metadata.gz: 5b63ee656740dc1566284b53d94151a4064c21f31a84ae588eb3a39285dab18fa9d023227beba59dcecbc9209545bba5e5ca2a9842eb55131fb42812b110ec6b
7
+ data.tar.gz: 51292ace74890144f6714a43904ed6f2103fcf4e291a1088aa4b6eedcca096cafc2ee280fd3c07e1cb15363e532e9e8f2ee18d7a8c6bf35937547c45434a2bd0
@@ -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://raw.githubusercontent.com/Spoky-Loki/DreamTeam/master/images/logo1.png' width=45% border='0' alt=''></a>
33
+ <a href='#{path + '/table_film.html'}'><img src='https://raw.githubusercontent.com/Spoky-Loki/DreamTeam/master/images/logo2.png' width=45% border='0' alt=''></a>
34
34
  </div2>
35
35
  </p>
36
36
  </div>
@@ -40,4 +40,4 @@ module DreamTeam
40
40
  end
41
41
  end
42
42
  end
43
- end
43
+ end
@@ -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.4"
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spooky_Loki