grandstand 0.2.1 → 0.2.2
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.
- data/VERSION +1 -1
- data/app/views/layouts/admin_login.html.erb +2 -2
- data/grandstand.gemspec +2 -1
- metadata +4 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
6
6
|
<title><% if current_page %><%= current_page.title %> - <% end %>Grandstand</title>
|
|
7
|
-
<%= javascript_include_tag('/admin/javascripts/jquery', '/admin/javascripts/application'
|
|
8
|
-
<%= stylesheet_link_tag('/admin/stylesheets/global', '/admin/stylesheets/login'
|
|
7
|
+
<%= javascript_include_tag('/admin/javascripts/jquery', '/admin/javascripts/application') %>
|
|
8
|
+
<%= stylesheet_link_tag('/admin/stylesheets/global', '/admin/stylesheets/login') %>
|
|
9
9
|
</head>
|
|
10
10
|
<body class="admin">
|
|
11
11
|
<%= render :partial => 'admin/shared/flash', :locals => {:flash => flash} %>
|
data/grandstand.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{grandstand}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Flip Sasser"]
|
|
@@ -119,6 +119,7 @@ Gem::Specification.new do |s|
|
|
|
119
119
|
"lib/grandstand/helper.rb",
|
|
120
120
|
"lib/grandstand/routes.rb",
|
|
121
121
|
"lib/grandstand/session.rb",
|
|
122
|
+
"pkg/grandstand-0.2.1.gem",
|
|
122
123
|
"public/.DS_Store",
|
|
123
124
|
"public/admin/.DS_Store",
|
|
124
125
|
"public/admin/images/.DS_Store",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grandstand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Flip Sasser
|
|
@@ -128,6 +128,7 @@ files:
|
|
|
128
128
|
- lib/grandstand/helper.rb
|
|
129
129
|
- lib/grandstand/routes.rb
|
|
130
130
|
- lib/grandstand/session.rb
|
|
131
|
+
- pkg/grandstand-0.2.1.gem
|
|
131
132
|
- public/.DS_Store
|
|
132
133
|
- public/admin/.DS_Store
|
|
133
134
|
- public/admin/images/.DS_Store
|