radiant-event_calendar-extension 1.5.5 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -536,7 +536,7 @@ module EventCalendarTags
536
536
  options['title'] ||= I18n.t('event_calendar_extension.download_event')
537
537
  options['class'] ||= 'ical download'
538
538
  attributes = options.inject('') { |s, (k, v)| s << %{#{k.downcase}="#{v}" } }.strip
539
- text = tag.double? ? tag.expand : I18n.t('event_calendar_extension.tweet_this')
539
+ text = tag.double? ? tag.expand : '&nbsp;'
540
540
  %{<a href="#{event_path(tag.locals.event, :format => 'ics')}" #{attributes}>#{text}</a>}
541
541
  end
542
542
 
@@ -1,5 +1,5 @@
1
1
  module RadiantEventCalendarExtension
2
- VERSION = '1.5.5'
2
+ VERSION = '1.5.6'
3
3
  SUMMARY = %Q{Event Calendar Extension for Radiant CMS}
4
4
  DESCRIPTION = "An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)"
5
5
  URL = "http://github.com/radiant/radiant-event_calendar-extension"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-event_calendar-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 5
10
- version: 1.5.5
9
+ - 6
10
+ version: 1.5.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Loren Johnson
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-10-05 00:00:00 Z
20
+ date: 2011-10-12 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: ri_cal
@@ -182,8 +182,6 @@ files:
182
182
  - public/stylesheets/sass/admin/event_calendar.sass
183
183
  - public/stylesheets/sass/admin/event_calendar_dashboard.sass
184
184
  - public/stylesheets/sass/event_calendar.sass
185
- - radiant-event_calendar-extension-1.5.3.gem
186
- - radiant-event_calendar-extension-1.5.4.gem
187
185
  - radiant-event_calendar-extension.gemspec
188
186
  - Rakefile
189
187
  - README.md
@@ -205,7 +203,7 @@ files:
205
203
  homepage: http://github.com/radiant/radiant-event_calendar-extension
206
204
  licenses: []
207
205
 
208
- post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.5.5'\n\n "
206
+ post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.5.6'\n\n "
209
207
  rdoc_options: []
210
208
 
211
209
  require_paths: