sports_db 0.0.4 → 0.0.5

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.
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <title><%= CONFIG.app_path.downcase %></title>
5
5
  <meta id="meta_viewport" name="viewport" content="user-scalable=no, initial-scale=1, target-densityDpi=device-dpi">
6
- <%= stylesheet_link_tag "index" %>
6
+ <%= stylesheet_link_tag "application" %>
7
7
  </head>
8
8
  <body>
9
9
  <%= yield %>
@@ -11,7 +11,7 @@
11
11
  <div id="flash" style="display: none;"></div>
12
12
  <div id="buffer" style="display: none;"></div>
13
13
  <div id="tmp" style="display: none;"></div>
14
- <%= javascript_include_tag "index" %>
14
+ <%= javascript_include_tag "application" %>
15
15
  <%# Allows us to use mock on test or production without screwing up caching of page. %>
16
16
  <script>
17
17
  if (Application.params.mock) {
@@ -1,3 +1,3 @@
1
1
  module SportsDb
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_db
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alx Dark