chaplinks-library-timeline 2.5.1

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.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +49 -0
  3. data/Gemfile +4 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/chaplinks-library-timeline.gemspec +23 -0
  7. data/lib/chaplinks/library/timeline.rb +15 -0
  8. data/lib/chaplinks/library/timeline/railtie.rb +13 -0
  9. data/lib/chaplinks/library/timeline/version.rb +7 -0
  10. data/lib/chaplinks/library/timeline/view_helpers.rb +11 -0
  11. data/vendor/assets/images/chaplinks-library/timeline/16/delete.png +0 -0
  12. data/vendor/assets/images/chaplinks-library/timeline/16/moveleft.png +0 -0
  13. data/vendor/assets/images/chaplinks-library/timeline/16/moveright.png +0 -0
  14. data/vendor/assets/images/chaplinks-library/timeline/16/new.png +0 -0
  15. data/vendor/assets/images/chaplinks-library/timeline/16/zoomin.png +0 -0
  16. data/vendor/assets/images/chaplinks-library/timeline/16/zoomout.png +0 -0
  17. data/vendor/assets/images/chaplinks-library/timeline/24/delete.png +0 -0
  18. data/vendor/assets/images/chaplinks-library/timeline/24/moveleft.png +0 -0
  19. data/vendor/assets/images/chaplinks-library/timeline/24/moveright.png +0 -0
  20. data/vendor/assets/images/chaplinks-library/timeline/24/new.png +0 -0
  21. data/vendor/assets/images/chaplinks-library/timeline/24/zoomin.png +0 -0
  22. data/vendor/assets/images/chaplinks-library/timeline/24/zoomout.png +0 -0
  23. data/vendor/assets/images/chaplinks-library/timeline/32/delete.png +0 -0
  24. data/vendor/assets/images/chaplinks-library/timeline/32/moveleft.png +0 -0
  25. data/vendor/assets/images/chaplinks-library/timeline/32/moveright.png +0 -0
  26. data/vendor/assets/images/chaplinks-library/timeline/32/new.png +0 -0
  27. data/vendor/assets/images/chaplinks-library/timeline/32/zoomin.png +0 -0
  28. data/vendor/assets/images/chaplinks-library/timeline/32/zoomout.png +0 -0
  29. data/vendor/assets/images/chaplinks-library/timeline/cluster_bg.png +0 -0
  30. data/vendor/assets/images/chaplinks-library/timeline/deleteEvent.png +0 -0
  31. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/buttonbg.png +0 -0
  32. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/icon_color_arrow.gif +0 -0
  33. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/menuhoverbg.png +0 -0
  34. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_black_matte.png +0 -0
  35. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_black_tie.png +0 -0
  36. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_blitzer.png +0 -0
  37. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_cupertino.png +0 -0
  38. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_dark_hive.png +0 -0
  39. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_dot_luv.png +0 -0
  40. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_eggplant.png +0 -0
  41. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_excite_bike.png +0 -0
  42. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_flick.png +0 -0
  43. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_hot_sneaks.png +0 -0
  44. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_humanity.png +0 -0
  45. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_le_frog.png +0 -0
  46. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_mint_choco.png +0 -0
  47. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_overcast.png +0 -0
  48. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_pepper_grinder.png +0 -0
  49. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_smoothness.png +0 -0
  50. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_south_street.png +0 -0
  51. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_start_menu.png +0 -0
  52. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_sunny.png +0 -0
  53. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_swanky_purse.png +0 -0
  54. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_trontastic.png +0 -0
  55. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_ui_dark.png +0 -0
  56. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_ui_light.png +0 -0
  57. data/vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_windoze.png +0 -0
  58. data/vendor/assets/javascripts/chaplinks-library/timeline/index.js +2 -0
  59. data/vendor/assets/javascripts/chaplinks-library/timeline/timeline-locales.js +136 -0
  60. data/vendor/assets/javascripts/chaplinks-library/timeline/timeline.js +6444 -0
  61. data/vendor/assets/stylesheets/chaplinks-library/timeline/timeline-theme.css.erb +151 -0
  62. data/vendor/assets/stylesheets/chaplinks-library/timeline/timeline.css.erb +181 -0
  63. metadata +166 -0
@@ -0,0 +1,151 @@
1
+ div.timeline-frame {
2
+ overflow: hidden;
3
+ }
4
+
5
+ div.timeline-axis {
6
+ filter: alpha(opacity = 60);
7
+ -khtml-opacity: 0.6;
8
+ -moz-opacity: 0.6;
9
+ opacity: 0.6;
10
+ border-width: 1px;
11
+ border-top-style: solid;
12
+ }
13
+
14
+ div.timeline-axis-grid {
15
+ border-left-style: solid;
16
+ border-width: 1px;
17
+ }
18
+
19
+ div.timeline-axis-grid-minor {
20
+ filter: alpha(opacity = 30);
21
+ -khtml-opacity: 0.3;
22
+ -moz-opacity: 0.3;
23
+ opacity: 0.3;
24
+ }
25
+
26
+ div.timeline-axis-grid-major {
27
+ filter: alpha(opacity = 50);
28
+ -khtml-opacity: 0.5;
29
+ -moz-opacity: 0.5;
30
+ opacity: 0.5;
31
+ }
32
+
33
+ div.timeline-axis-text {
34
+ padding: 3px;
35
+ white-space: nowrap;
36
+ }
37
+
38
+ div.timeline-event {
39
+ display: inline-block;
40
+ }
41
+
42
+ div.timeline-event-selected {
43
+ z-index: 999;
44
+ }
45
+
46
+ div.timeline-event.timeline-event-box {
47
+ text-align: center;
48
+ border-style: solid;
49
+ border-width: 1px;
50
+ border-radius: 5px;
51
+ -moz-border-radius: 5px; /* For Firefox 3.6 and older */
52
+ }
53
+
54
+ div.timeline-event.timeline-event-dot {
55
+ border-style: solid;
56
+ border-width: 5px;
57
+ border-radius: 5px;
58
+ -moz-border-radius: 5px; /* For Firefox 3.6 and older */
59
+ }
60
+
61
+ div.timeline-event.timeline-event-range {
62
+ border-style: solid;
63
+ border-width: 1px;
64
+ border-radius: 2px;
65
+ -moz-border-radius: 2px; /* For Firefox 3.6 and older */
66
+ }
67
+
68
+ div.timeline-frame div.timeline-event-dot-container {
69
+ border: none;
70
+ }
71
+
72
+ div.timeline-event-range-drag-left {
73
+ cursor: w-resize;
74
+ z-index: 1000;
75
+ }
76
+
77
+ div.timeline-event-range-drag-right {
78
+ cursor: e-resize;
79
+ z-index: 1000;
80
+ }
81
+
82
+ div.timeline-event-line {
83
+ border-left-width: 1px;
84
+ border-left-style: solid;
85
+ }
86
+
87
+ div.timeline-event-content {
88
+ margin: 5px;
89
+ white-space: nowrap;
90
+ overflow: hidden;
91
+ }
92
+
93
+ div.timeline-groups-axis {
94
+ border-width: 1px;
95
+ }
96
+
97
+ div.timeline-groups-axis-onleft {
98
+ border-style: none groove none none;
99
+ }
100
+
101
+ div.timeline-groups-axis-onright {
102
+ border-style: none none none groove;
103
+ }
104
+
105
+ div.timeline-groups-text {
106
+ padding-left: 10px;
107
+ padding-right: 10px;
108
+ }
109
+
110
+ div.timeline-currenttime {
111
+ background-color: #FF7F6E;
112
+ width: 2px;
113
+ }
114
+
115
+ div.timeline-customtime {
116
+ background-color: #6E94FF;
117
+ width: 2px;
118
+ cursor: move;
119
+ }
120
+
121
+ div.timeline-navigation-new, div.timeline-navigation-delete,
122
+ div.timeline-navigation-zoom-in, div.timeline-navigation-zoom-out,
123
+ div.timeline-navigation-move-left, div.timeline-navigation-move-right {
124
+ cursor: pointer;
125
+ float: left;
126
+ padding: 5px;
127
+ text-decoration: none;
128
+ }
129
+
130
+ div.timeline-navigation-new-line {
131
+ border-right: dotted 1px;
132
+ }
133
+
134
+ div.timeline-navigation-delete {
135
+ padding: 0 0 0 5px;
136
+ background: url('<%= asset_path "chaplinks-library/timeline/deleteEvent.png" %>') no-repeat center;
137
+ width: 13px;
138
+ height: 13px;
139
+ }
140
+
141
+ div.timeline-selectable div.timeline-event {
142
+ cursor: pointer;
143
+ }
144
+
145
+ div.timeline-selectable div.timeline-event-content {
146
+ cursor: pointer;
147
+ }
148
+
149
+ div.timeline-event-selected div.timeline-event-content {
150
+ cursor: move;
151
+ }
@@ -0,0 +1,181 @@
1
+ div.timeline-frame {
2
+ border: 1px solid #BEBEBE;
3
+ overflow: hidden;
4
+ }
5
+
6
+ div.timeline-axis {
7
+ border-color: #BEBEBE;
8
+ border-width: 1px;
9
+ border-top-style: solid;
10
+ }
11
+ div.timeline-axis-grid {
12
+ border-left-style: solid;
13
+ border-width: 1px;
14
+ }
15
+ div.timeline-axis-grid-minor {
16
+ border-color: #e5e5e5;
17
+ }
18
+ div.timeline-axis-grid-major {
19
+ border-color: #bfbfbf;
20
+ }
21
+ div.timeline-axis-text {
22
+ color: #4D4D4D;
23
+ padding: 3px;
24
+ white-space: nowrap;
25
+ }
26
+
27
+ div.timeline-axis-text-minor {
28
+ }
29
+
30
+ div.timeline-axis-text-major {
31
+ }
32
+
33
+ div.timeline-event {
34
+ color: #1A1A1A;
35
+ border-color: #97B0F8;
36
+ background-color: #D5DDF6;
37
+ display: inline-block;
38
+ }
39
+
40
+ div.timeline-event-selected {
41
+ border-color: #FFC200;
42
+ background-color: #FFF785;
43
+ z-index: 999;
44
+ }
45
+
46
+ div.timeline-event-cluster {
47
+ /* TODO: use another color or pattern? */
48
+ background: #97B0F8 url('<%= asset_path "chaplinks-library/timeline/cluster_bg.png" %>');
49
+ color: white;
50
+ }
51
+ div.timeline-event-cluster div.timeline-event-dot {
52
+ border-color: #D5DDF6;
53
+ }
54
+
55
+ div.timeline-event-box {
56
+ text-align: center;
57
+ border-style: solid;
58
+ border-width: 1px;
59
+ border-radius: 5px;
60
+ -moz-border-radius: 5px; /* For Firefox 3.6 and older */
61
+ }
62
+
63
+ div.timeline-event-dot {
64
+ border-style: solid;
65
+ border-width: 5px;
66
+ border-radius: 5px;
67
+ -moz-border-radius: 5px; /* For Firefox 3.6 and older */
68
+ }
69
+
70
+ div.timeline-event-range {
71
+ border-style: solid;
72
+ border-width: 1px;
73
+ border-radius: 2px;
74
+ -moz-border-radius: 2px; /* For Firefox 3.6 and older */
75
+ }
76
+
77
+ div.timeline-event-range-drag-left {
78
+ cursor: w-resize;
79
+ z-index: 1000;
80
+ }
81
+
82
+ div.timeline-event-range-drag-right {
83
+ cursor: e-resize;
84
+ z-index: 1000;
85
+ }
86
+
87
+ div.timeline-event-line {
88
+ border-left-width: 1px;
89
+ border-left-style: solid;
90
+ }
91
+
92
+ div.timeline-event-content {
93
+ margin: 5px;
94
+ white-space: nowrap;
95
+ overflow: hidden;
96
+ }
97
+
98
+ div.timeline-groups-axis {
99
+ border-color: #BEBEBE;
100
+ border-width: 1px;
101
+ }
102
+
103
+ div.timeline-groups-axis-onleft {
104
+ border-style: none solid none none;
105
+ }
106
+
107
+ div.timeline-groups-axis-onright {
108
+ border-style: none none none solid;
109
+ }
110
+
111
+ div.timeline-groups-text {
112
+ color: #4D4D4D;
113
+ padding-left: 10px;
114
+ padding-right: 10px;
115
+ }
116
+
117
+ div.timeline-currenttime {
118
+ background-color: #FF7F6E;
119
+ width: 2px;
120
+ }
121
+
122
+ div.timeline-customtime {
123
+ background-color: #6E94FF;
124
+ width: 2px;
125
+ cursor: move;
126
+ }
127
+
128
+ div.timeline-navigation {
129
+ font-family: arial;
130
+ font-size: 20px;
131
+ font-weight: bold;
132
+ color: gray;
133
+
134
+ border: 1px solid #BEBEBE;
135
+ background-color: #F5F5F5;
136
+ border-radius: 2px;
137
+ -moz-border-radius: 2px; /* For Firefox 3.6 and older */
138
+ }
139
+
140
+ div.timeline-navigation-new, div.timeline-navigation-delete,
141
+ div.timeline-navigation-zoom-in, div.timeline-navigation-zoom-out,
142
+ div.timeline-navigation-move-left, div.timeline-navigation-move-right {
143
+ cursor: pointer;
144
+ padding: 10px 10px;
145
+ float: left;
146
+ text-decoration: none;
147
+ border-color: #BEBEBE; /* border is used for the separator between new and navigation buttons */
148
+
149
+ width: 16px;
150
+ height: 16px;
151
+ }
152
+
153
+ div.timeline-navigation-new {
154
+ background: url('<%= asset_path "chaplinks-library/timeline/16/new.png" %>') no-repeat center;
155
+ }
156
+
157
+ div.timeline-navigation-new-line {
158
+ border-right: solid 1px;
159
+ }
160
+
161
+ div.timeline-navigation-delete {
162
+ padding: 0px;
163
+ padding-left: 5px;
164
+ background: url('<%= asset_path "chaplinks-library/timeline/16/delete.png" %>') no-repeat center;
165
+ }
166
+
167
+ div.timeline-navigation-zoom-in {
168
+ background: url('<%= asset_path "chaplinks-library/timeline/16/zoomin.png" %>') no-repeat center;
169
+ }
170
+
171
+ div.timeline-navigation-zoom-out {
172
+ background: url('<%= asset_path "chaplinks-library/timeline/16/zoomout.png" %>') no-repeat center;
173
+ }
174
+
175
+ div.timeline-navigation-move-left {
176
+ background: url('<%= asset_path "chaplinks-library/timeline/16/moveleft.png" %>') no-repeat center;
177
+ }
178
+
179
+ div.timeline-navigation-move-right {
180
+ background: url('<%= asset_path "chaplinks-library/timeline/16/moveright.png" %>') no-repeat center;
181
+ }
metadata ADDED
@@ -0,0 +1,166 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chaplinks-library-timeline
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.5.1
5
+ platform: ruby
6
+ authors:
7
+ - Almende B.V.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-09-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jquery-rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jquery-ui-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '1.3'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '1.3'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: The events can take place on a single date, or have a start and end date
70
+ (a range). You can freely move and zoom in the timeline by dragging and scrolling
71
+ in the Timeline. Events can be created, edited, and deleted in the timeline. The
72
+ time scale on the axis is adjusted automatically, and supports scales ranging from
73
+ milliseconds to years.
74
+ email:
75
+ - fozzy@hackers.net.ua
76
+ executables: []
77
+ extensions: []
78
+ extra_rdoc_files: []
79
+ files:
80
+ - .gitignore
81
+ - Gemfile
82
+ - README.md
83
+ - Rakefile
84
+ - chaplinks-library-timeline.gemspec
85
+ - lib/chaplinks/library/timeline.rb
86
+ - lib/chaplinks/library/timeline/railtie.rb
87
+ - lib/chaplinks/library/timeline/version.rb
88
+ - lib/chaplinks/library/timeline/view_helpers.rb
89
+ - vendor/assets/images/chaplinks-library/timeline/16/delete.png
90
+ - vendor/assets/images/chaplinks-library/timeline/16/moveleft.png
91
+ - vendor/assets/images/chaplinks-library/timeline/16/moveright.png
92
+ - vendor/assets/images/chaplinks-library/timeline/16/new.png
93
+ - vendor/assets/images/chaplinks-library/timeline/16/zoomin.png
94
+ - vendor/assets/images/chaplinks-library/timeline/16/zoomout.png
95
+ - vendor/assets/images/chaplinks-library/timeline/24/delete.png
96
+ - vendor/assets/images/chaplinks-library/timeline/24/moveleft.png
97
+ - vendor/assets/images/chaplinks-library/timeline/24/moveright.png
98
+ - vendor/assets/images/chaplinks-library/timeline/24/new.png
99
+ - vendor/assets/images/chaplinks-library/timeline/24/zoomin.png
100
+ - vendor/assets/images/chaplinks-library/timeline/24/zoomout.png
101
+ - vendor/assets/images/chaplinks-library/timeline/32/delete.png
102
+ - vendor/assets/images/chaplinks-library/timeline/32/moveleft.png
103
+ - vendor/assets/images/chaplinks-library/timeline/32/moveright.png
104
+ - vendor/assets/images/chaplinks-library/timeline/32/new.png
105
+ - vendor/assets/images/chaplinks-library/timeline/32/zoomin.png
106
+ - vendor/assets/images/chaplinks-library/timeline/32/zoomout.png
107
+ - vendor/assets/images/chaplinks-library/timeline/cluster_bg.png
108
+ - vendor/assets/images/chaplinks-library/timeline/deleteEvent.png
109
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/buttonbg.png
110
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/icon_color_arrow.gif
111
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/menuhoverbg.png
112
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_black_matte.png
113
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_black_tie.png
114
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_blitzer.png
115
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_cupertino.png
116
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_dark_hive.png
117
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_dot_luv.png
118
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_eggplant.png
119
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_excite_bike.png
120
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_flick.png
121
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_hot_sneaks.png
122
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_humanity.png
123
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_le_frog.png
124
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_mint_choco.png
125
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_overcast.png
126
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_pepper_grinder.png
127
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_smoothness.png
128
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_south_street.png
129
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_start_menu.png
130
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_sunny.png
131
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_swanky_purse.png
132
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_trontastic.png
133
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_ui_dark.png
134
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_ui_light.png
135
+ - vendor/assets/images/chaplinks-library/timeline/themeswitcher/theme_90_windoze.png
136
+ - vendor/assets/javascripts/chaplinks-library/timeline/index.js
137
+ - vendor/assets/javascripts/chaplinks-library/timeline/timeline-locales.js
138
+ - vendor/assets/javascripts/chaplinks-library/timeline/timeline.js
139
+ - vendor/assets/stylesheets/chaplinks-library/timeline/timeline-theme.css.erb
140
+ - vendor/assets/stylesheets/chaplinks-library/timeline/timeline.css.erb
141
+ homepage: http://almende.github.io/chap-links-library/timeline.html
142
+ licenses:
143
+ - Apache 2.0
144
+ metadata: {}
145
+ post_install_message:
146
+ rdoc_options: []
147
+ require_paths:
148
+ - lib
149
+ required_ruby_version: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - '>='
152
+ - !ruby/object:Gem::Version
153
+ version: '0'
154
+ required_rubygems_version: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - '>='
157
+ - !ruby/object:Gem::Version
158
+ version: '0'
159
+ requirements: []
160
+ rubyforge_project:
161
+ rubygems_version: 2.0.6
162
+ signing_key:
163
+ specification_version: 4
164
+ summary: The Timeline is an interactive visualization chart to visualize events in
165
+ time.
166
+ test_files: []