radiant-race_results-extension 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -13,6 +13,17 @@
13
13
  - content_for :breadhead do
14
14
  = link_to "Race results", races_url, :class => 'breadhead'
15
15
 
16
+ - content_for :breadhead do
17
+ - home = Page.find_by_parent_id(nil)
18
+ = link_to home.breadcrumb, home.url
19
+ \>
20
+ = link_to "Races", races_url
21
+ \>
22
+ = link_to @instance.race.name, race_url(@instance.race), :class => 'breadhead'
23
+ \>
24
+ = link_to @instance.name, race_instance_url(@instance), :class => 'breadhead'
25
+ \>
26
+
16
27
  - content_for :title do
17
28
  = @instance.full_name
18
29
  = @category.name
@@ -11,7 +11,15 @@
11
11
  Not available yet.
12
12
 
13
13
  - content_for :breadhead do
14
- = link_to "Race results", races_url, :class => 'breadhead'
14
+ - home = Page.find_by_parent_id(nil)
15
+ = link_to home.breadcrumb, home.url
16
+ \>
17
+ = link_to "Races", races_url
18
+ \>
19
+ = link_to @instance.race.name, race_url(@instance.race), :class => 'breadhead'
20
+ \>
21
+ = link_to @instance.name, race_instance_url(@instance), :class => 'breadhead'
22
+ \>
15
23
 
16
24
  - content_for :title do
17
25
  = @instance.full_name
@@ -27,6 +27,11 @@
27
27
  %p
28
28
  = truncate_words(race.description, 72)
29
29
 
30
+ - content_for :breadhead do
31
+ - home = Page.find_by_parent_id(nil)
32
+ = link_to home.breadcrumb, home.url
33
+ \>
34
+
30
35
  - content_for :title do
31
36
  Races
32
37
 
@@ -3,7 +3,8 @@
3
3
  = link_to home.breadcrumb, home.url
4
4
  \>
5
5
  = link_to "Races", races_url
6
-
6
+ \>
7
+
7
8
  - content_for :title do
8
9
  = @race.name
9
10
 
@@ -2,7 +2,7 @@
2
2
  # require_dependency 'application_controller'
3
3
 
4
4
  class RaceResultsExtension < Radiant::Extension
5
- version "1.1.0"
5
+ version "1.1.1"
6
6
  description "Makes easy the uploading, analysis and display of race results. Built for fell races but should work for most timed or score events."
7
7
  url "http://spanner.org/radiant/race_results"
8
8
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-race_results-extension}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["spanner"]
12
- s.date = %q{2010-10-04}
12
+ s.date = %q{2010-10-05}
13
13
  s.description = %q{Makes easy the uploading, analysis and display of race results. Built for fell races but should work for most timed or score events including those with checkpoints.}
14
14
  s.email = %q{will@spanner.org}
15
15
  s.extra_rdoc_files = [
@@ -86,7 +86,6 @@ Gem::Specification.new do |s|
86
86
  "lib/race_results/admin_ui.rb",
87
87
  "lib/race_results/race_tags.rb",
88
88
  "lib/tasks/race_results_extension_tasks.rake",
89
- "pkg/radiant-race_results-extension-1.0.1.gem",
90
89
  "public/images/admin/calendar_down.png",
91
90
  "public/images/admin/new-race.png",
92
91
  "public/javascripts/admin/races.js",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-race_results-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - spanner
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-04 00:00:00 +01:00
18
+ date: 2010-10-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -127,7 +127,6 @@ files:
127
127
  - lib/race_results/admin_ui.rb
128
128
  - lib/race_results/race_tags.rb
129
129
  - lib/tasks/race_results_extension_tasks.rake
130
- - pkg/radiant-race_results-extension-1.0.1.gem
131
130
  - public/images/admin/calendar_down.png
132
131
  - public/images/admin/new-race.png
133
132
  - public/javascripts/admin/races.js