infopark_cloud_connector 6.8.3.2.153416031 → 6.8.3.67.110847540
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/helpers/rails_connector/editing_helper.rb +26 -0
- data/lib/assets/fonts/infopark_icons-webfont.eot +0 -0
- data/lib/assets/fonts/infopark_icons-webfont.ttf +0 -0
- data/lib/assets/fonts/infopark_icons-webfont.woff +0 -0
- data/lib/assets/javascripts/infopark_editing.js +4451 -0
- data/lib/assets/stylesheets/infopark_editing.css +1093 -0
- metadata +10 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_cloud_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.8.3.
|
4
|
+
version: 6.8.3.67.110847540
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 6.8.3.
|
53
|
+
version: 6.8.3.67.110847540
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 6.8.3.
|
61
|
+
version: 6.8.3.67.110847540
|
62
62
|
description: The Cloud Connector for Infopark CMS Fiona enables you to develop modern,
|
63
63
|
dynamic Web 2.0 applications using Ruby on Rails and at the same time display CMS
|
64
64
|
managed content.
|
@@ -71,8 +71,14 @@ files:
|
|
71
71
|
- README
|
72
72
|
- app/controllers/rails_connector/objs_controller.rb
|
73
73
|
- app/helpers/rails_connector/cms_tag_helper.rb
|
74
|
+
- app/helpers/rails_connector/editing_helper.rb
|
74
75
|
- app/helpers/rails_connector/marker_helper.rb
|
75
76
|
- config/routes.rb
|
77
|
+
- lib/assets/fonts/infopark_icons-webfont.eot
|
78
|
+
- lib/assets/fonts/infopark_icons-webfont.ttf
|
79
|
+
- lib/assets/fonts/infopark_icons-webfont.woff
|
80
|
+
- lib/assets/javascripts/infopark_editing.js
|
81
|
+
- lib/assets/stylesheets/infopark_editing.css
|
76
82
|
- lib/generators/cms/migration/USAGE
|
77
83
|
- lib/generators/cms/migration/migration_generator.rb
|
78
84
|
- lib/generators/cms/migration/templates/migration.rb
|
@@ -146,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
152
|
version: '0'
|
147
153
|
segments:
|
148
154
|
- 0
|
149
|
-
hash:
|
155
|
+
hash: -953046157
|
150
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
151
157
|
none: false
|
152
158
|
requirements:
|