radiant-event_calendar-extension 1.4.9 → 1.4.10
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/en.yml +1 -0
- data/lib/radiant-event_calendar-extension.rb +1 -1
- metadata +4 -5
data/config/locales/en.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantEventCalendarExtension
|
2
|
-
VERSION = '1.4.
|
2
|
+
VERSION = '1.4.10'
|
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 10
|
10
|
+
version: 1.4.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Loren Johnson
|
@@ -180,7 +180,6 @@ files:
|
|
180
180
|
- public/stylesheets/sass/admin/event_calendar.sass
|
181
181
|
- public/stylesheets/sass/admin/event_calendar_dashboard.sass
|
182
182
|
- public/stylesheets/sass/event_calendar.sass
|
183
|
-
- radiant-event_calendar-extension-1.4.9.gem
|
184
183
|
- radiant-event_calendar-extension.gemspec
|
185
184
|
- Rakefile
|
186
185
|
- README.md
|
@@ -202,7 +201,7 @@ has_rdoc: true
|
|
202
201
|
homepage: http://github.com/radiant/radiant-event_calendar-extension
|
203
202
|
licenses: []
|
204
203
|
|
205
|
-
post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.4.
|
204
|
+
post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.4.10'\n\n "
|
206
205
|
rdoc_options: []
|
207
206
|
|
208
207
|
require_paths:
|