fullcalendar-rails 1.5.3.0

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.
@@ -0,0 +1,61 @@
1
+ /*
2
+ * FullCalendar v1.5.3 Print Stylesheet
3
+ *
4
+ * Include this stylesheet on your page to get a more printer-friendly calendar.
5
+ * When including this stylesheet, use the media='print' attribute of the <link> tag.
6
+ * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
7
+ *
8
+ * Copyright (c) 2011 Adam Shaw
9
+ * Dual licensed under the MIT and GPL licenses, located in
10
+ * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
11
+ *
12
+ * Date: Mon Feb 6 22:40:40 2012 -0800
13
+ *
14
+ */
15
+
16
+
17
+ /* Events
18
+ -----------------------------------------------------*/
19
+
20
+ .fc-event-skin {
21
+ background: none !important;
22
+ color: #000 !important;
23
+ }
24
+
25
+ /* horizontal events */
26
+
27
+ .fc-event-hori {
28
+ border-width: 0 0 1px 0 !important;
29
+ border-bottom-style: dotted !important;
30
+ border-bottom-color: #000 !important;
31
+ padding: 1px 0 0 0 !important;
32
+ }
33
+
34
+ .fc-event-hori .fc-event-inner {
35
+ border-width: 0 !important;
36
+ padding: 0 1px !important;
37
+ }
38
+
39
+ /* vertical events */
40
+
41
+ .fc-event-vert {
42
+ border-width: 0 0 0 1px !important;
43
+ border-left-style: dotted !important;
44
+ border-left-color: #000 !important;
45
+ padding: 0 1px 0 0 !important;
46
+ }
47
+
48
+ .fc-event-vert .fc-event-inner {
49
+ border-width: 0 !important;
50
+ padding: 1px 0 !important;
51
+ }
52
+
53
+ .fc-event-bg {
54
+ display: none !important;
55
+ }
56
+
57
+ .fc-event .ui-resizable-handle {
58
+ display: none !important;
59
+ }
60
+
61
+
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fullcalendar-rails
3
+ version: !ruby/object:Gem::Version
4
+ hash: 123
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 5
9
+ - 3
10
+ - 0
11
+ version: 1.5.3.0
12
+ platform: ruby
13
+ authors:
14
+ - bokmann
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2012-03-19 00:00:00 Z
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ type: :development
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ name: rake
33
+ version_requirements: *id001
34
+ prerelease: false
35
+ description: FullCalendar is a fantastic jquery plugin that gives you an event calendar with tons of great ajax wizardry, incluing drag and drop of events. I like having managed pipeline assets, so I gemified it.
36
+ email:
37
+ - dbock@codesherpas.com
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files: []
43
+
44
+ files:
45
+ - .gitignore
46
+ - Gemfile
47
+ - LICENSE
48
+ - README.md
49
+ - Rakefile
50
+ - fullcalendar-rails.gemspec
51
+ - lib/fullcalendar-rails.rb
52
+ - lib/fullcalendar-rails/version.rb
53
+ - vendor/assets/javascripts/fullcalendar.js
54
+ - vendor/assets/stylesheets/fullcalendar.css
55
+ - vendor/assets/stylesheets/fullcalendar.print.css
56
+ homepage: https://github.com/bokmann/fullcalendar-rails
57
+ licenses: []
58
+
59
+ post_install_message:
60
+ rdoc_options: []
61
+
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ hash: 3
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ hash: 3
79
+ segments:
80
+ - 0
81
+ version: "0"
82
+ requirements: []
83
+
84
+ rubyforge_project:
85
+ rubygems_version: 1.8.10
86
+ signing_key:
87
+ specification_version: 3
88
+ summary: A simple asset pipeline bundling of the fullcalendar jquery plugin.
89
+ test_files: []
90
+