fullcalendar-rails 1.5.4.0 → 1.6.1.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.
- data/README.md +1 -1
- data/lib/fullcalendar-rails/version.rb +1 -1
- data/vendor/assets/javascripts/fullcalendar.js +398 -240
- data/vendor/assets/javascripts/gcal.js +107 -0
- data/vendor/assets/stylesheets/fullcalendar.css +142 -181
- data/vendor/assets/stylesheets/fullcalendar.print.css +9 -38
- metadata +37 -54
@@ -1,54 +1,25 @@
|
|
1
|
+
/*!
|
2
|
+
* FullCalendar v1.6.1 Print Stylesheet
|
3
|
+
* Docs & License: http://arshaw.com/fullcalendar/
|
4
|
+
* (c) 2013 Adam Shaw
|
5
|
+
*/
|
6
|
+
|
1
7
|
/*
|
2
|
-
* FullCalendar v1.5.4 Print Stylesheet
|
3
|
-
*
|
4
8
|
* Include this stylesheet on your page to get a more printer-friendly calendar.
|
5
9
|
* When including this stylesheet, use the media='print' attribute of the <link> tag.
|
6
10
|
* 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: Tue Sep 4 23:38:33 2012 -0700
|
13
|
-
*
|
14
11
|
*/
|
15
12
|
|
16
13
|
|
17
14
|
/* Events
|
18
15
|
-----------------------------------------------------*/
|
19
16
|
|
20
|
-
.fc-event
|
21
|
-
background:
|
17
|
+
.fc-event {
|
18
|
+
background: #fff !important;
|
22
19
|
color: #000 !important;
|
23
20
|
}
|
24
21
|
|
25
|
-
/*
|
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
|
-
}
|
22
|
+
/* for vertical events */
|
52
23
|
|
53
24
|
.fc-event-bg {
|
54
25
|
display: none !important;
|
metadata
CHANGED
@@ -1,48 +1,41 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: fullcalendar-rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.6.1.0
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 5
|
9
|
-
- 4
|
10
|
-
- 0
|
11
|
-
version: 1.5.4.0
|
12
6
|
platform: ruby
|
13
|
-
authors:
|
7
|
+
authors:
|
14
8
|
- bokmann
|
15
9
|
autorequire:
|
16
10
|
bindir: bin
|
17
11
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2013-06-02 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
23
15
|
name: rake
|
24
|
-
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
26
17
|
none: false
|
27
|
-
requirements:
|
28
|
-
- -
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
|
31
|
-
segments:
|
32
|
-
- 0
|
33
|
-
version: "0"
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
34
22
|
type: :development
|
35
|
-
|
36
|
-
|
37
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0'
|
30
|
+
description: FullCalendar is a fantastic jquery plugin that gives you an event calendar
|
31
|
+
with tons of great ajax wizardry, incluing drag and drop of events. I like having
|
32
|
+
managed pipeline assets, so I gemified it.
|
33
|
+
email:
|
38
34
|
- dbock@codesherpas.com
|
39
35
|
executables: []
|
40
|
-
|
41
36
|
extensions: []
|
42
|
-
|
43
37
|
extra_rdoc_files: []
|
44
|
-
|
45
|
-
files:
|
38
|
+
files:
|
46
39
|
- .gitignore
|
47
40
|
- Gemfile
|
48
41
|
- LICENSE
|
@@ -52,41 +45,31 @@ files:
|
|
52
45
|
- lib/fullcalendar-rails.rb
|
53
46
|
- lib/fullcalendar-rails/version.rb
|
54
47
|
- vendor/assets/javascripts/fullcalendar.js
|
48
|
+
- vendor/assets/javascripts/gcal.js
|
55
49
|
- vendor/assets/stylesheets/fullcalendar.css
|
56
50
|
- vendor/assets/stylesheets/fullcalendar.print.css
|
57
|
-
has_rdoc: true
|
58
51
|
homepage: https://github.com/bokmann/fullcalendar-rails
|
59
52
|
licenses: []
|
60
|
-
|
61
53
|
post_install_message:
|
62
54
|
rdoc_options: []
|
63
|
-
|
64
|
-
require_paths:
|
55
|
+
require_paths:
|
65
56
|
- lib
|
66
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
67
58
|
none: false
|
68
|
-
requirements:
|
69
|
-
- -
|
70
|
-
- !ruby/object:Gem::Version
|
71
|
-
|
72
|
-
|
73
|
-
- 0
|
74
|
-
version: "0"
|
75
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ! '>='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
63
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
64
|
none: false
|
77
|
-
requirements:
|
78
|
-
- -
|
79
|
-
- !ruby/object:Gem::Version
|
80
|
-
|
81
|
-
segments:
|
82
|
-
- 0
|
83
|
-
version: "0"
|
65
|
+
requirements:
|
66
|
+
- - ! '>='
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
84
69
|
requirements: []
|
85
|
-
|
86
70
|
rubyforge_project:
|
87
|
-
rubygems_version: 1.
|
71
|
+
rubygems_version: 1.8.23
|
88
72
|
signing_key:
|
89
73
|
specification_version: 3
|
90
74
|
summary: A simple asset pipeline bundling of the fullcalendar jquery plugin.
|
91
75
|
test_files: []
|
92
|
-
|