DreamTeam 1.0.3 → 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: c9c3702a9a1031c72921ed8055e781121180e04f409709b0a8a30b6c2807626b
4
- data.tar.gz: ecfeb2274571006fbc2844db6089b2f8ce83d902aa812853c0d9c57ba109ffb6
3
+ metadata.gz: 25503a616268470b575053dc6d52178409d3430d99f12672798870d51355d00a
4
+ data.tar.gz: 1e8dceb856a826af65504c217b111f28223056ab7a3a4c23be0f5ae5c8952218
5
5
  SHA512:
6
- metadata.gz: ab9880a24dc5a0b3e27ccd896d2abb3434fbdbec6891c09c3dc81c944d2b3f2895f3877acb0348be272f4a3867b02eb4cde93480a219be549405a40a3fdd1381
7
- data.tar.gz: f8c26c107702d123336141553bb7bbd508d00629742dd152664e7bbbdc8709722f69c3932c063c2b4f0badb225ba930271b36b0319a41d0686f46d9e5b143e26
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='#{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>
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.3"
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spooky_Loki