sportweb 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Manifest.txt +5 -1
- data/lib/sportweb.rb +6 -3
- data/lib/sportweb/{app.rb → application.rb} +19 -93
- data/lib/sportweb/boot_with_bundler.rb +4 -9
- data/lib/sportweb/environment.rb +93 -0
- data/lib/sportweb/version.rb +1 -1
- data/public/assets/.sprockets-manifest-788847add62e4ab2ba610d2cd52c89dd.json +1 -0
- data/public/assets/sport_db_admin/application-08484e592c1b50324dc96fc42bea296ef6549b3175791025d17acb44447b6a1d.js +11735 -0
- data/public/assets/sport_db_admin/application-2e85a5894c0bd0efc3e1facd88b3307717e30df259248398a1bc15da8f931be7.css +1 -0
- metadata +7 -3
@@ -0,0 +1 @@
|
|
1
|
+
body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}a{color:black;text-decoration:none}a:hover{color:black;background-color:aqua;text-decoration:underline}a:visited{color:black}.odds{background-color:powderblue}.odds *{font-size:12.8px}.odds .center{text-align:center}.team-count,.city-count,.event-count,.country-count{color:#333333;font-size:12px}table td.event-key,table td.team-key,table td.round-key,table td.city-key,table td.country-key,table td.state-key,table td.league-key,table td.service-key{color:#333333;font-size:12px}table td.event-key *,table td.team-key *,table td.round-key *,table td.city-key *,table td.country-key *,table td.state-key *,table td.league-key *,table td.service-key *{color:#333333;font-size:12px}table.play tr.game-round,table.play tr.round-week{background-color:#F0FFFF}table.play tr.game-round td,table.play tr.round-week td{border-top:1px solid black;border-bottom:1px solid black}table.play tr.game-day td{border-top:1px solid black;border-bottom:1px solid black}table.play tr.game-year,table.play tr.game-week,table.play tr.round-year{background-color:#F0FFFF;font-size:22px}table.play tr.game-year td,table.play tr.game-week td,table.play tr.round-year td{border-top:1px solid black;border-bottom:1px solid black}table.play td.game-score{text-align:center}table.play td.game-date,table.play td.game-hour,table.play td.game-round,table.play td.game-debug,table.play td.round-debug{color:#333333;font-size:12px}table.play td.game-date *,table.play td.game-hour *,table.play td.game-round *,table.play td.game-debug *,table.play td.round-debug *{color:#333333;font-size:12px}table.play td.game-team1 .game-knockout.game-team-loser,table.play td.game-team2 .game-knockout.game-team-loser{text-decoration:line-through}table.play td.game-team1 .game-team-winner,table.play td.game-team2 .game-team-winner{font-weight:bold}table.play td{white-space:nowrap}.version{text-align:center;margin-top:10px;color:grey}.version a,.version span{font-size:12px;color:grey}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sportweb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -883,13 +883,17 @@ files:
|
|
883
883
|
- Rakefile
|
884
884
|
- bin/sportweb
|
885
885
|
- lib/sportweb.rb
|
886
|
-
- lib/sportweb/
|
886
|
+
- lib/sportweb/application.rb
|
887
887
|
- lib/sportweb/boot_with_bundler.rb
|
888
888
|
- lib/sportweb/boot_with_require.rb
|
889
|
+
- lib/sportweb/environment.rb
|
889
890
|
- lib/sportweb/version.rb
|
890
891
|
- public/404.html
|
891
892
|
- public/422.html
|
892
893
|
- public/500.html
|
894
|
+
- public/assets/.sprockets-manifest-788847add62e4ab2ba610d2cd52c89dd.json
|
895
|
+
- public/assets/sport_db_admin/application-08484e592c1b50324dc96fc42bea296ef6549b3175791025d17acb44447b6a1d.js
|
896
|
+
- public/assets/sport_db_admin/application-2e85a5894c0bd0efc3e1facd88b3307717e30df259248398a1bc15da8f931be7.css
|
893
897
|
- public/favicon.ico
|
894
898
|
- public/images/placeholder24x24.png
|
895
899
|
- public/images/placeholder32x32.png
|