refinerycms-calendar 1.1.0 → 2.0.0.alpha
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/app/controllers/refinery/calendar/admin/events_controller.rb +43 -0
- data/app/controllers/refinery/calendar/events_controller.rb +34 -0
- data/app/models/refinery/calendar/core_calendar.rb +36 -0
- data/app/models/refinery/calendar/event.rb +51 -0
- data/app/views/refinery/calendar/admin/events/_actions.html.erb +25 -0
- data/app/views/refinery/calendar/admin/events/_event.html.erb +10 -0
- data/app/views/refinery/calendar/admin/events/_events.html.erb +2 -0
- data/app/views/refinery/calendar/admin/events/_form.html.erb +31 -0
- data/app/views/refinery/calendar/admin/events/_records.html.erb +18 -0
- data/app/views/refinery/calendar/admin/events/_sortable_list.html.erb +5 -0
- data/app/views/refinery/calendar/admin/events/edit.html.erb +1 -0
- data/app/views/refinery/calendar/admin/events/index.html.erb +8 -0
- data/app/views/refinery/calendar/admin/events/new.html.erb +1 -0
- data/app/views/refinery/calendar/events/index.html.erb +11 -0
- data/app/views/refinery/calendar/events/show.html.erb +27 -0
- data/config/locales/en.yml +25 -43
- data/config/locales/es.yml +28 -0
- data/config/locales/fr.yml +25 -43
- data/config/locales/nb.yml +25 -18
- data/config/locales/nl.yml +25 -18
- data/config/routes.rb +12 -10
- data/db/seeds.rb +23 -0
- data/lib/generators/refinery/calendar_generator.rb +29 -0
- data/lib/refinery/calendar.rb +28 -0
- data/lib/refinery/calendar/configuration.rb +7 -0
- data/lib/refinery/calendar/engine.rb +26 -0
- data/lib/refinery/calendar/version.rb +17 -0
- data/lib/refinery/engine/multi_parameter_assignment.rb +6 -0
- data/lib/refinerycms-calendar.rb +1 -24
- data/lib/tasks/{events.rake → refinery/calendar.rake} +6 -6
- data/readme.md +8 -40
- metadata +56 -96
- data/app/controllers/admin/event_categories_controller.rb +0 -9
- data/app/controllers/admin/events_controller.rb +0 -26
- data/app/controllers/event_categories_controller.rb +0 -15
- data/app/controllers/events_controller.rb +0 -65
- data/app/helpers/event_categories_helper.rb +0 -3
- data/app/helpers/events_helper.rb +0 -44
- data/app/models/event.rb +0 -86
- data/app/models/event_categorization.rb +0 -4
- data/app/models/event_category.rb +0 -10
- data/app/views/admin/event_categories/_event_categories.html.erb +0 -1
- data/app/views/admin/event_categories/_event_category.html.erb +0 -18
- data/app/views/admin/event_categories/_form.html.erb +0 -26
- data/app/views/admin/event_categories/_sortable_list.html.erb +0 -3
- data/app/views/admin/event_categories/edit.html.erb +0 -1
- data/app/views/admin/event_categories/index.html.erb +0 -40
- data/app/views/admin/event_categories/new.html.erb +0 -1
- data/app/views/admin/events/_event.html.erb +0 -18
- data/app/views/admin/events/_events.html.erb +0 -1
- data/app/views/admin/events/_form.html.erb +0 -126
- data/app/views/admin/events/_sortable_list.html.erb +0 -20
- data/app/views/admin/events/edit.html.erb +0 -1
- data/app/views/admin/events/index.html.erb +0 -41
- data/app/views/admin/events/new.html.erb +0 -1
- data/app/views/event_categories/show.html.erb +0 -15
- data/app/views/events/_event.html.erb +0 -111
- data/app/views/events/_sidebar.html.erb +0 -38
- data/app/views/events/archive.html.erb +0 -17
- data/app/views/events/index.html.erb +0 -17
- data/app/views/events/index.rss.builder +0 -24
- data/app/views/events/show.html.erb +0 -15
- data/app/views/events/show.ics.erb +0 -16
- data/changelog.md +0 -35
- data/config/locales/lolcat.yml +0 -24
- data/db/migrate/01_create_events.rb +0 -33
- data/db/migrate/02_create_event_categories.rb +0 -13
- data/db/migrate/03_create_event_categorizations.rb +0 -17
- data/db/migrate/04_add_cached_slugs.rb +0 -11
- data/db/seeds/events.rb +0 -17
- data/features/manage_events.feature +0 -54
- data/features/step_definitions/event_steps.rb +0 -14
- data/features/support/factories/event_categories.rb +0 -3
- data/features/support/factories/events.rb +0 -6
- data/features/support/paths.rb +0 -17
- data/lib/generators/refinerycms_calendar_generator.rb +0 -6
- data/public/stylesheets/refinerycms-events.css +0 -73
- data/refinerycms-calendar-1.0.4.gem +0 -0
- data/refinerycms-calendar.gemspec +0 -17
- data/spec/controllers/events_controller_spec.rb +0 -14
- data/spec/helpers/events_helper_spec.rb +0 -16
- data/spec/models/event_category_spec.rb +0 -29
- data/spec/models/event_spec.rb +0 -77
data/config/locales/nb.yml
CHANGED
@@ -1,20 +1,27 @@
|
|
1
1
|
nb:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
admin:
|
6
|
-
calendar:
|
7
|
-
index:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
events:
|
8
5
|
title: Events
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
6
|
+
calendar:
|
7
|
+
admin:
|
8
|
+
events:
|
9
|
+
actions:
|
10
|
+
create_new: Lag en ny Event
|
11
|
+
reorder: Endre rekkefølgen på Events
|
12
|
+
reorder_done: Ferdig å endre rekkefølgen Events
|
13
|
+
records:
|
14
|
+
title: Events
|
15
|
+
sorry_no_results: Beklager! Vi fant ikke noen resultater.
|
16
|
+
no_items_yet: Det er ingen Events enda. Klikk på "Lag en ny Event" for å legge til din første event.
|
17
|
+
event:
|
18
|
+
view_live_html: Vis hvordan denne event ser ut offentlig <br/><em>(åpner i et nytt vindu)</em>
|
19
|
+
edit: Rediger denne event
|
20
|
+
delete: Fjern denne event permanent
|
21
|
+
events:
|
22
|
+
show:
|
23
|
+
other: Andre Events
|
24
|
+
activerecord:
|
25
|
+
attributes:
|
26
|
+
'refinery/calendar/event':
|
27
|
+
title: Title
|
data/config/locales/nl.yml
CHANGED
@@ -1,20 +1,27 @@
|
|
1
1
|
nl:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
admin:
|
6
|
-
calendar:
|
7
|
-
index:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
events:
|
8
5
|
title: Events
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
6
|
+
calendar:
|
7
|
+
admin:
|
8
|
+
events:
|
9
|
+
actions:
|
10
|
+
create_new: Maak een nieuwe Event
|
11
|
+
reorder: Wijzig de volgorde van de Events
|
12
|
+
reorder_done: Klaar met het wijzingen van de volgorde van de Events
|
13
|
+
records:
|
14
|
+
title: Events
|
15
|
+
sorry_no_results: Helaas! Er zijn geen resultaten gevonden.
|
16
|
+
no_items_yet: Er zijn nog geen Events. Druk op 'Maak een nieuwe Event' om de eerste aan te maken.
|
17
|
+
event:
|
18
|
+
view_live_html: Bekijk deze event op de website <br/><em>(opent een nieuw venster)</em>
|
19
|
+
edit: Bewerk deze event
|
20
|
+
delete: Verwijder deze event voor eeuwig
|
21
|
+
events:
|
22
|
+
show:
|
23
|
+
other: Andere Events
|
24
|
+
activerecord:
|
25
|
+
attributes:
|
26
|
+
'refinery/calendar/event':
|
27
|
+
title: Title
|
data/config/routes.rb
CHANGED
@@ -1,13 +1,15 @@
|
|
1
|
-
Refinery::
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
end
|
1
|
+
Refinery::Core::Engine.routes.append do
|
2
|
+
|
3
|
+
# Frontend routes
|
4
|
+
namespace :calendar do
|
5
|
+
resources :events, :only => [:index, :show]
|
7
6
|
end
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
|
8
|
+
# Admin routes
|
9
|
+
namespace :calendar, :path => '' do
|
10
|
+
namespace :admin, :path => 'refinery/calendar' do
|
11
|
+
resources :events, :except => :show
|
12
|
+
end
|
12
13
|
end
|
14
|
+
|
13
15
|
end
|
data/db/seeds.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
if defined?(::Refinery::User)
|
2
|
+
::Refinery::User.all.each do |user|
|
3
|
+
if user.plugins.where(:name => 'refinerycms-calendar').blank?
|
4
|
+
user.plugins.create(:name => 'refinerycms-calendar',
|
5
|
+
:position => (user.plugins.maximum(:position) || -1) +1)
|
6
|
+
end
|
7
|
+
end
|
8
|
+
end
|
9
|
+
|
10
|
+
|
11
|
+
url = "/calendar/events"
|
12
|
+
if defined?(::Refinery::Page) && ::Refinery::Page.where(:link_url => url).empty?
|
13
|
+
page = ::Refinery::Page.create(
|
14
|
+
:title => 'Events',
|
15
|
+
:link_url => url,
|
16
|
+
:deletable => false,
|
17
|
+
:menu_match => "^#{url}(\/|\/.+?|)$"
|
18
|
+
)
|
19
|
+
Refinery::Pages.default_parts.each_with_index do |default_page_part, index|
|
20
|
+
page.parts.create(:title => default_page_part, :body => nil, :position => index)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
module Refinery
|
2
|
+
class CalendarGenerator < Rails::Generators::Base
|
3
|
+
|
4
|
+
def create_initializer_file
|
5
|
+
create_file 'config/initializers/refinery/calendar.rb',
|
6
|
+
<<-EOH
|
7
|
+
REFINERY_CALENDAR = Refinery::Calendar::CoreCalendar.new
|
8
|
+
|
9
|
+
Refinery::Calendar.configure do |config|
|
10
|
+
config.title = 'RefineryCMS Calendar'
|
11
|
+
end
|
12
|
+
EOH
|
13
|
+
end
|
14
|
+
|
15
|
+
# def rake_db
|
16
|
+
# rake("refinery_calendar:install:migrations")
|
17
|
+
# end
|
18
|
+
|
19
|
+
def append_load_seed_data
|
20
|
+
create_file 'db/seeds.rb' unless File.exists?(File.join(destination_root, 'db', 'seeds.rb'))
|
21
|
+
append_file 'db/seeds.rb', :verbose => true do
|
22
|
+
<<-EOH
|
23
|
+
|
24
|
+
Refinery::Calendar::Engine.load_seed
|
25
|
+
EOH
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
require 'refinerycms-core'
|
2
|
+
|
3
|
+
module Refinery
|
4
|
+
autoload :CalendarGenerator, 'generators/refinery/calendar_generator'
|
5
|
+
|
6
|
+
module Calendar
|
7
|
+
require 'refinery/calendar/engine'
|
8
|
+
require 'refinery/calendar/configuration'
|
9
|
+
|
10
|
+
autoload :Version, 'refinery/calendar/version'
|
11
|
+
|
12
|
+
class << self
|
13
|
+
attr_writer :root
|
14
|
+
|
15
|
+
def root
|
16
|
+
@root ||= Pathname.new(File.expand_path('../../../', __FILE__))
|
17
|
+
end
|
18
|
+
|
19
|
+
def version
|
20
|
+
::Refinery::Calendar::Version.to_s
|
21
|
+
end
|
22
|
+
|
23
|
+
def factory_paths
|
24
|
+
@factory_paths ||= [ root.join('spec', 'factories').to_s ]
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
module Refinery
|
2
|
+
module Calendar
|
3
|
+
class Engine < Rails::Engine
|
4
|
+
include Refinery::Engine
|
5
|
+
isolate_namespace Refinery::Calendar
|
6
|
+
|
7
|
+
engine_name :refinery_calendar
|
8
|
+
|
9
|
+
initializer "register refinerycms_calendar plugin" do
|
10
|
+
Refinery::Plugin.register do |plugin|
|
11
|
+
plugin.name = "calendar"
|
12
|
+
plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.calendar_admin_events_path }
|
13
|
+
plugin.pathname = root
|
14
|
+
plugin.activity = {
|
15
|
+
:class_name => :'refinery/calendar/event'
|
16
|
+
}
|
17
|
+
plugin.menu_match = %r{refinery/calendar(/events)?(/.*)?$}
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
config.after_initialize do
|
22
|
+
Refinery.register_extension(Refinery::Calendar)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
data/lib/refinerycms-calendar.rb
CHANGED
@@ -1,24 +1 @@
|
|
1
|
-
require 'refinery'
|
2
|
-
|
3
|
-
module Refinery
|
4
|
-
module Calendar
|
5
|
-
class Engine < Rails::Engine
|
6
|
-
initializer "static assets" do |app|
|
7
|
-
app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
|
8
|
-
end
|
9
|
-
|
10
|
-
config.after_initialize do
|
11
|
-
Refinery::Plugin.register do |plugin|
|
12
|
-
plugin.name = "calendar"
|
13
|
-
plugin.activity = [{
|
14
|
-
:class => Event
|
15
|
-
}, {
|
16
|
-
:class => EventCategory
|
17
|
-
}]
|
18
|
-
plugin.url = {:controller => '/admin/events'}
|
19
|
-
plugin.menu_match = /^(admin|refinery)\/(event(_categorie)?s)/
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
1
|
+
require 'refinery/calendar'
|
@@ -1,13 +1,13 @@
|
|
1
1
|
namespace :refinery do
|
2
|
-
|
3
|
-
namespace :
|
4
|
-
|
5
|
-
# call this task
|
2
|
+
|
3
|
+
namespace :calendar do
|
4
|
+
|
5
|
+
# call this task by running: rake refinery:calendar:my_task
|
6
6
|
# desc "Description of my task below"
|
7
7
|
# task :my_task => :environment do
|
8
8
|
# # add your logic here
|
9
9
|
# end
|
10
|
-
|
10
|
+
|
11
11
|
end
|
12
|
-
|
12
|
+
|
13
13
|
end
|
data/readme.md
CHANGED
@@ -1,44 +1,12 @@
|
|
1
|
-
#
|
1
|
+
# Calendar extension for Refinery CMS.
|
2
2
|
|
3
|
-
|
4
|
-
* Ticket pricing & Link
|
5
|
-
* Mark featured events
|
6
|
-
* Specify a main image
|
7
|
-
* Archives
|
8
|
-
* Categories
|
9
|
-
* Basic layout and styling to get started immediately [blake0102](http://github.com/blake0102)
|
10
|
-
* Easily hook onto a few semantic CSS classes built into the markup [blake0102](http://github.com/blake0102)
|
11
|
-
* Basic Facebook & Twitter sharing interface
|
12
|
-
* RSS feed
|
3
|
+
[](http://travis-ci.org/resolve/refinerycms-calendar)
|
13
4
|
|
14
|
-
|
5
|
+
## How to build this extension as a gem
|
15
6
|
|
16
|
-
|
7
|
+
cd vendor/extensions/calendar
|
8
|
+
gem build refinerycms-calendar.gemspec
|
9
|
+
gem install refinerycms-calendar.gem
|
17
10
|
|
18
|
-
|
19
|
-
|
20
|
-
bash:
|
21
|
-
|
22
|
-
bundle install
|
23
|
-
|
24
|
-
rails g refinerycms_calendar
|
25
|
-
|
26
|
-
rake db:migrate
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
Maintained by [joemsak](http://github.com/joemsak)
|
31
|
-
|
32
|
-
## TODO for 1.2 Release:
|
33
|
-
|
34
|
-
* Import events from Facebook fan page?
|
35
|
-
* JS datepicker in admin backend
|
36
|
-
* Calendar grid view? (can be kinda gross, honestly)
|
37
|
-
* Address finder?
|
38
|
-
|
39
|
-
## Acknowledgements
|
40
|
-
|
41
|
-
* [Ed Blake](http://github.com/blake0102) structured semantic markup and design-minded workflow.
|
42
|
-
* [Neoteric Design, Inc.](http://www.neotericdesign.com) support and enthusiasm for my time & energy spent on helping the Refinery community.
|
43
|
-
* [Philip Arndt](http://github.com/parndt) Core team, RefineryCMS. Built the generator that makes this engine possible.
|
44
|
-
* [Resolve Digital](http://www.resolvedigital.com) The company behind the fabulous [RefineryCMS](http://www.refinerycms.com).
|
11
|
+
# Sign up for a http://rubygems.org/ account and publish the gem
|
12
|
+
gem push refinerycms-calendar.gem
|
metadata
CHANGED
@@ -1,126 +1,86 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-calendar
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.0.alpha
|
5
|
+
prerelease: 6
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
- Neoteric Design
|
7
|
+
authors:
|
9
8
|
- Joe Sak
|
10
|
-
- Philip Arndt
|
11
9
|
autorequire:
|
12
10
|
bindir: bin
|
13
11
|
cert_chain: []
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
dependencies:
|
18
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-03-26 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
19
15
|
name: refinerycms-core
|
20
|
-
|
21
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: &2152143760 !ruby/object:Gem::Requirement
|
22
17
|
none: false
|
23
|
-
requirements:
|
24
|
-
- -
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 2.0.2
|
27
22
|
type: :runtime
|
28
|
-
|
29
|
-
|
30
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *2152143760
|
25
|
+
description: Ruby on Rails Calendar extension for Refinery CMS
|
26
|
+
email:
|
31
27
|
executables: []
|
32
|
-
|
33
28
|
extensions: []
|
34
|
-
|
35
29
|
extra_rdoc_files: []
|
36
|
-
|
37
|
-
|
38
|
-
- app/controllers/
|
39
|
-
- app/
|
40
|
-
- app/
|
41
|
-
- app/
|
42
|
-
- app/
|
43
|
-
- app/
|
44
|
-
- app/
|
45
|
-
- app/
|
46
|
-
- app/
|
47
|
-
- app/views/admin/
|
48
|
-
- app/views/admin/
|
49
|
-
- app/views/admin/
|
50
|
-
- app/views/
|
51
|
-
- app/views/
|
52
|
-
- app/views/admin/event_categories/index.html.erb
|
53
|
-
- app/views/admin/event_categories/new.html.erb
|
54
|
-
- app/views/admin/events/_event.html.erb
|
55
|
-
- app/views/admin/events/_events.html.erb
|
56
|
-
- app/views/admin/events/_form.html.erb
|
57
|
-
- app/views/admin/events/_sortable_list.html.erb
|
58
|
-
- app/views/admin/events/edit.html.erb
|
59
|
-
- app/views/admin/events/index.html.erb
|
60
|
-
- app/views/admin/events/new.html.erb
|
61
|
-
- app/views/event_categories/show.html.erb
|
62
|
-
- app/views/events/_event.html.erb
|
63
|
-
- app/views/events/_sidebar.html.erb
|
64
|
-
- app/views/events/archive.html.erb
|
65
|
-
- app/views/events/index.html.erb
|
66
|
-
- app/views/events/index.rss.builder
|
67
|
-
- app/views/events/show.html.erb
|
68
|
-
- app/views/events/show.ics.erb
|
69
|
-
- changelog.md
|
30
|
+
files:
|
31
|
+
- app/controllers/refinery/calendar/admin/events_controller.rb
|
32
|
+
- app/controllers/refinery/calendar/events_controller.rb
|
33
|
+
- app/models/refinery/calendar/core_calendar.rb
|
34
|
+
- app/models/refinery/calendar/event.rb
|
35
|
+
- app/views/refinery/calendar/admin/events/_actions.html.erb
|
36
|
+
- app/views/refinery/calendar/admin/events/_event.html.erb
|
37
|
+
- app/views/refinery/calendar/admin/events/_events.html.erb
|
38
|
+
- app/views/refinery/calendar/admin/events/_form.html.erb
|
39
|
+
- app/views/refinery/calendar/admin/events/_records.html.erb
|
40
|
+
- app/views/refinery/calendar/admin/events/_sortable_list.html.erb
|
41
|
+
- app/views/refinery/calendar/admin/events/edit.html.erb
|
42
|
+
- app/views/refinery/calendar/admin/events/index.html.erb
|
43
|
+
- app/views/refinery/calendar/admin/events/new.html.erb
|
44
|
+
- app/views/refinery/calendar/events/index.html.erb
|
45
|
+
- app/views/refinery/calendar/events/show.html.erb
|
70
46
|
- config/locales/en.yml
|
47
|
+
- config/locales/es.yml
|
71
48
|
- config/locales/fr.yml
|
72
|
-
- config/locales/lolcat.yml
|
73
49
|
- config/locales/nb.yml
|
74
50
|
- config/locales/nl.yml
|
75
51
|
- config/routes.rb
|
76
|
-
- db/
|
77
|
-
-
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
- features/support/factories/event_categories.rb
|
84
|
-
- features/support/factories/events.rb
|
85
|
-
- features/support/paths.rb
|
86
|
-
- lib/generators/refinerycms_calendar_generator.rb
|
52
|
+
- db/seeds.rb
|
53
|
+
- lib/generators/refinery/calendar_generator.rb
|
54
|
+
- lib/refinery/calendar/configuration.rb
|
55
|
+
- lib/refinery/calendar/engine.rb
|
56
|
+
- lib/refinery/calendar/version.rb
|
57
|
+
- lib/refinery/calendar.rb
|
58
|
+
- lib/refinery/engine/multi_parameter_assignment.rb
|
87
59
|
- lib/refinerycms-calendar.rb
|
88
|
-
- lib/tasks/
|
89
|
-
- public/stylesheets/refinerycms-events.css
|
60
|
+
- lib/tasks/refinery/calendar.rake
|
90
61
|
- readme.md
|
91
|
-
|
92
|
-
- refinerycms-calendar.gemspec
|
93
|
-
- spec/controllers/events_controller_spec.rb
|
94
|
-
- spec/helpers/events_helper_spec.rb
|
95
|
-
- spec/models/event_category_spec.rb
|
96
|
-
- spec/models/event_spec.rb
|
97
|
-
has_rdoc: true
|
98
|
-
homepage: https://github.com/resolve/refinerycms-calendar
|
62
|
+
homepage:
|
99
63
|
licenses: []
|
100
|
-
|
101
64
|
post_install_message:
|
102
65
|
rdoc_options: []
|
103
|
-
|
104
|
-
require_paths:
|
66
|
+
require_paths:
|
105
67
|
- lib
|
106
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
107
69
|
none: false
|
108
|
-
requirements:
|
109
|
-
- -
|
110
|
-
- !ruby/object:Gem::Version
|
111
|
-
version:
|
112
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ! '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
75
|
none: false
|
114
|
-
requirements:
|
115
|
-
- -
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version:
|
76
|
+
requirements:
|
77
|
+
- - ! '>'
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: 1.3.1
|
118
80
|
requirements: []
|
119
|
-
|
120
81
|
rubyforge_project:
|
121
|
-
rubygems_version: 1.
|
82
|
+
rubygems_version: 1.8.16
|
122
83
|
signing_key:
|
123
84
|
specification_version: 3
|
124
|
-
summary:
|
85
|
+
summary: Calendar extension for Refinery CMS
|
125
86
|
test_files: []
|
126
|
-
|