radiant-event_calendar-extension 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.1
1
+ 1.4.2
@@ -31,8 +31,8 @@
31
31
  = f.check_box :all_day, :disabled => imported
32
32
  = f.label :all_day, t('event_admin.form.all_day'), :class => 'minor'
33
33
  %p.end_date
34
- = f.label :end_date, :value => f.object.end_date.to_s, t('event_admin.form.end')
35
- = f.text_field :end_date, :class => 'textbox date time', :disabled => imported
34
+ = f.label :end_date, t('event_admin.form.end')
35
+ = f.text_field :end_date, :value => f.object.end_date.to_s, :class => 'textbox date time', :disabled => imported
36
36
 
37
37
  .recurrence
38
38
  - f.fields_for :recurrence_rules do |rf|
@@ -56,7 +56,7 @@
56
56
  %span#recurrence_unbounded
57
57
  %span#recurrence_limit
58
58
  = rf.label :limiting_date, " "
59
- = rf.text_field :limiting_date, :value => f.object.limiting_date.to_s, :class => 'textbox date'
59
+ = rf.text_field :limiting_date, :value => rf.object.limiting_date.to_s, :class => 'textbox date'
60
60
  %span#recurrence_count
61
61
  = rf.label :limiting_count, t('event_admin.form.many_times'), :class => 'inline'
62
62
  = rf.text_field :limiting_count, :class => 'textbox short'
@@ -1,5 +1,5 @@
1
1
  class EventCalendarExtension < Radiant::Extension
2
- version "1.4.1"
2
+ version "1.4.2"
3
3
  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.)"
4
4
  url "http://github.com/radiant/radiant-event_calendar-extension"
5
5
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-event_calendar-extension}
8
- s.version = "1.4.1"
8
+ s.version = "1.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["spanner"]
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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 1
10
- version: 1.4.1
9
+ - 2
10
+ version: 1.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - spanner