concerto_calendar 0.0.7 → 0.0.8
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f6683b4f897e8fa6fa0999aa95ac77e68dd2ce1
|
|
4
|
+
data.tar.gz: fe10b87be48822f02d725cf4baf283cfe57f8f68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e14a69cb8541b92799c72d37227c62ce2190b82ea880df223d5e62538a7d8f3057fde90af96931d9e9876171c564be8de7c71b0ece005c7d0af097f5ac2f1bca
|
|
7
|
+
data.tar.gz: a928c6dbab3786c9fb901aadad9c7b246c45933f09b3f5262d0811f8b15f615f746c8e8cd6eb010725042aca3184f68d2e142a95eb8e41827360d3c7e61c2de8
|
data/app/models/calendar.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<i class="
|
|
1
|
+
<i class="fa fa-calendar"></i>
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_calendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marvin Frederickson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-api-client
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: icalendar
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Simple support to render google calendar v2/v3 or iCal content in Concerto
|
|
@@ -60,6 +60,9 @@ executables: []
|
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
+
- LICENSE
|
|
64
|
+
- README.md
|
|
65
|
+
- Rakefile
|
|
63
66
|
- app/assets/javascripts/concerto_calendar/application.js
|
|
64
67
|
- app/assets/javascripts/concerto_calendar/concerto_calendar.js
|
|
65
68
|
- app/assets/stylesheets/concerto_calendar/application.css
|
|
@@ -69,19 +72,20 @@ files:
|
|
|
69
72
|
- app/views/contents/calendar/_render_grid.html.erb
|
|
70
73
|
- app/views/contents/calendar/_render_tile.html.erb
|
|
71
74
|
- app/views/contents/calendar/_tab_icon.html.erb
|
|
75
|
+
- config/locales/en.yml
|
|
72
76
|
- config/routes.rb
|
|
77
|
+
- lib/concerto_calendar.rb
|
|
73
78
|
- lib/concerto_calendar/engine.rb
|
|
74
79
|
- lib/concerto_calendar/version.rb
|
|
75
|
-
- lib/concerto_calendar.rb
|
|
76
|
-
- LICENSE
|
|
77
|
-
- Rakefile
|
|
78
|
-
- README.md
|
|
79
80
|
- test/concerto_calendar_test.rb
|
|
81
|
+
- test/dummy/README.rdoc
|
|
82
|
+
- test/dummy/Rakefile
|
|
80
83
|
- test/dummy/app/assets/javascripts/application.js
|
|
81
84
|
- test/dummy/app/assets/stylesheets/application.css
|
|
82
85
|
- test/dummy/app/controllers/application_controller.rb
|
|
83
86
|
- test/dummy/app/helpers/application_helper.rb
|
|
84
87
|
- test/dummy/app/views/layouts/application.html.erb
|
|
88
|
+
- test/dummy/config.ru
|
|
85
89
|
- test/dummy/config/application.rb
|
|
86
90
|
- test/dummy/config/boot.rb
|
|
87
91
|
- test/dummy/config/database.yml
|
|
@@ -98,13 +102,10 @@ files:
|
|
|
98
102
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
99
103
|
- test/dummy/config/locales/en.yml
|
|
100
104
|
- test/dummy/config/routes.rb
|
|
101
|
-
- test/dummy/config.ru
|
|
102
105
|
- test/dummy/public/404.html
|
|
103
106
|
- test/dummy/public/422.html
|
|
104
107
|
- test/dummy/public/500.html
|
|
105
108
|
- test/dummy/public/favicon.ico
|
|
106
|
-
- test/dummy/Rakefile
|
|
107
|
-
- test/dummy/README.rdoc
|
|
108
109
|
- test/dummy/script/rails
|
|
109
110
|
- test/integration/navigation_test.rb
|
|
110
111
|
- test/test_helper.rb
|
|
@@ -118,17 +119,17 @@ require_paths:
|
|
|
118
119
|
- lib
|
|
119
120
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
121
|
requirements:
|
|
121
|
-
- -
|
|
122
|
+
- - ">="
|
|
122
123
|
- !ruby/object:Gem::Version
|
|
123
124
|
version: '0'
|
|
124
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
126
|
requirements:
|
|
126
|
-
- -
|
|
127
|
+
- - ">="
|
|
127
128
|
- !ruby/object:Gem::Version
|
|
128
129
|
version: '0'
|
|
129
130
|
requirements: []
|
|
130
131
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.
|
|
132
|
+
rubygems_version: 2.4.5
|
|
132
133
|
signing_key:
|
|
133
134
|
specification_version: 4
|
|
134
135
|
summary: Calendar Content for Concerto 2.
|