pageflow-chart 0.2.2 → 1.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -75
- data/Gemfile +1 -1
- data/README.md +6 -6
- data/app/assets/javascripts/pageflow/chart/editor/views/configuration_editor.js +1 -1
- data/app/assets/javascripts/pageflow/chart/page_type.js +2 -13
- data/app/assets/stylesheets/pageflow/chart/{custom.css.scss → custom.scss} +0 -0
- data/app/assets/stylesheets/pageflow/chart/{editor.css.scss → editor.scss} +0 -0
- data/app/assets/stylesheets/pageflow/chart/themes/{default.css.scss → default.scss} +0 -0
- data/app/assets/stylesheets/pageflow/{chart.css.scss → chart.scss} +0 -0
- data/app/views/pageflow/chart/page.html +1 -1
- data/chart.gemspec +21 -20
- data/config/locales/de.yml +1 -1
- data/config/locales/en.yml +1 -1
- data/lib/pageflow/chart/version.rb +1 -1
- data/spec/dummy/config/application.rb +3 -0
- data/spec/dummy/config/environments/production.rb +1 -1
- data/spec/dummy/config/environments/test.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- metadata +51 -59
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5514df58d41f2afed4ac37f7a84bf0a8809659df
|
4
|
+
data.tar.gz: 23d2fe5e8d6177ed4c619db85da87c1a2f8d8423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a843b49bcfa409ba7b5e64f924c22ddb50484b08ea7a90ebbc83fd02e040df7b6ab5ca9e87ca51c4987747b48476510b618d03447e65e081811ed042af2389d
|
7
|
+
data.tar.gz: ba6ea3108bb7d389cf9348619c29136bc941b0f522b5921fb64e2318dd255e5acf83f5fc1304cb76d3353ac95da7f50cadecc180d3bd855c1af3f6eb06541f16
|
data/CHANGELOG.md
CHANGED
@@ -1,81 +1,19 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
### Version 0.
|
3
|
+
### Version 1.0.0
|
4
4
|
|
5
|
-
2017-
|
5
|
+
2017-08-11
|
6
6
|
|
7
|
-
[Compare changes](https://github.com/codevise/pageflow-chart/compare/
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-chart/compare/0-2-stable...v1.0.0)
|
8
8
|
|
9
|
-
-
|
10
|
-
([#
|
9
|
+
- Allow to use background video
|
10
|
+
([#29](https://github.com/codevise/pageflow-chart/pull/29),
|
11
|
+
[#30](https://github.com/codevise/pageflow-chart/pull/30))
|
12
|
+
- Drop the superfluous .css extension
|
13
|
+
([#34](https://github.com/codevise/pageflow-chart/pull/34))
|
14
|
+
- Improve gemspec
|
15
|
+
([#38](https://github.com/codevise/pageflow-chart/pull/38))
|
11
16
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
[Compare changes](https://github.com/codevise/pageflow-chart/compare/v0.2.0...v0.2.1)
|
17
|
-
|
18
|
-
- Update datawrapper scraping
|
19
|
-
([#36](https://github.com/codevise/pageflow-chart/pull/36))
|
20
|
-
- Ensure custom theme attribute is evaluated correctly
|
21
|
-
([#28](https://github.com/codevise/pageflow-chart/pull/28))
|
22
|
-
- Fix test suite
|
23
|
-
([#27](https://github.com/codevise/pageflow-chart/pull/27))
|
24
|
-
|
25
|
-
### Version 0.2.0
|
26
|
-
|
27
|
-
2016-06-09
|
28
|
-
|
29
|
-
[Compare changes](https://github.com/codevise/pageflow-chart/compare/v0.1.0...v0.2.0)
|
30
|
-
|
31
|
-
- Feature full width
|
32
|
-
([#23](https://github.com/codevise/pageflow-chart/pull/23))
|
33
|
-
- Fix toggle button position
|
34
|
-
([#22](https://github.com/codevise/pageflow-chart/pull/22))
|
35
|
-
- Remove padding of iframe container
|
36
|
-
([#21](https://github.com/codevise/pageflow-chart/pull/21))
|
37
|
-
- Bug fix: Improve iframe event propagation on mobile
|
38
|
-
([#20](https://github.com/codevise/pageflow-chart/pull/20))
|
39
|
-
- Allow configuring themes with transparent background
|
40
|
-
([#19](https://github.com/codevise/pageflow-chart/pull/19))
|
41
|
-
- Add 'create chart' button to configuration editor
|
42
|
-
([#18](https://github.com/codevise/pageflow-chart/pull/18))
|
43
|
-
- Add config option to stop using the custom theme
|
44
|
-
([#17](https://github.com/codevise/pageflow-chart/pull/17))
|
45
|
-
- Use configurable page type pictograms
|
46
|
-
([#16](https://github.com/codevise/pageflow-chart/pull/16))
|
47
|
-
- Add datawrapper.dwcdn.net to supported hosts
|
48
|
-
([#15](https://github.com/codevise/pageflow-chart/pull/15))
|
49
|
-
- Add pageflow-public-i18n gem dependency
|
50
|
-
([#14](https://github.com/codevise/pageflow-chart/pull/14))
|
51
|
-
- Extract publicly visible i18n strings from locale
|
52
|
-
([#11](https://github.com/codevise/pageflow-chart/pull/11))
|
53
|
-
- Bug fix: Do not abort js execution on exception in chart
|
54
|
-
([#25](https://github.com/codevise/pageflow-chart/pull/25))
|
55
|
-
- Add .idea entry to .gitignore
|
56
|
-
([#12](https://github.com/codevise/pageflow-chart/pull/12))
|
57
|
-
- Add .jshintrc
|
58
|
-
([#24](https://github.com/codevise/pageflow-chart/pull/24))
|
59
|
-
|
60
|
-
### Version 0.1.1
|
61
|
-
|
62
|
-
2015-07-02
|
63
|
-
|
64
|
-
[Compare changes](https://github.com/codevise/pageflow-chart/compare/v0.1.0...v0.1.1)
|
65
|
-
|
66
|
-
- Bug fix: Support new datawrapper host name.
|
67
|
-
([#9](https://github.com/codevise/pageflow-chart/pull/9),
|
68
|
-
[#10](https://github.com/codevise/pageflow-chart/pull/10))
|
69
|
-
- Bug fix: Save correct content types for scraped files with
|
70
|
-
Paperclip 4.x.
|
71
|
-
([#7](https://github.com/codevise/pageflow-chart/pull/7))
|
72
|
-
- Bug fix: Explicitly disable Paperclip attachment validation.
|
73
|
-
([#5](https://github.com/codevise/pageflow-chart/pull/5))
|
74
|
-
- Bug fix: Do not report binstubs as executables in gemspec.
|
75
|
-
([#6](https://github.com/codevise/pageflow-chart/pull/6))
|
76
|
-
|
77
|
-
### Version 0.1.0
|
78
|
-
|
79
|
-
2015-02-03
|
80
|
-
|
81
|
-
Initial release.
|
17
|
+
See
|
18
|
+
[0-2-stable branch](https://github.com/codevise/pageflow-chart/blob/0-2-stable/CHANGELOG.md)
|
19
|
+
for previous changes.
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -15,12 +15,12 @@ Add this line to your application's Gemfile:
|
|
15
15
|
Mount the engine:
|
16
16
|
|
17
17
|
# config/routes.rb
|
18
|
-
mount Pageflow::Chart::Engine, :
|
18
|
+
mount Pageflow::Chart::Engine, at: '/chart'
|
19
19
|
|
20
20
|
Register the page type:
|
21
21
|
|
22
22
|
# config/initializers/pageflow.rb
|
23
|
-
config.
|
23
|
+
config.page_types.register(Pageflow::Chart.page_type)
|
24
24
|
|
25
25
|
Include javascript/stylesheets:
|
26
26
|
|
@@ -30,15 +30,15 @@ Include javascript/stylesheets:
|
|
30
30
|
# app/assets/javascripts/pageflow/editor.js
|
31
31
|
//= require pageflow/chart/editor
|
32
32
|
|
33
|
-
# app/assets/stylesheets/pageflow/application.
|
33
|
+
# app/assets/stylesheets/pageflow/application.scss;
|
34
34
|
@import "pageflow/chart";
|
35
35
|
|
36
36
|
|
37
|
-
# app/assets/stylesheets/pageflow/editor.
|
37
|
+
# app/assets/stylesheets/pageflow/editor.scss;
|
38
38
|
@import "pageflow/chart/editor";
|
39
39
|
|
40
40
|
# Adding basic style to your theme
|
41
|
-
# app/assets/stylesheets/pageflow/themes/default.
|
41
|
+
# app/assets/stylesheets/pageflow/themes/default.scss
|
42
42
|
@import "pageflow/chart/themes/default";
|
43
43
|
|
44
44
|
Execute `bundle install`. Then Install and run migrations:
|
@@ -71,7 +71,7 @@ Example:
|
|
71
71
|
|
72
72
|
Pageflow::Chart.configure do |config|
|
73
73
|
config.scraped_sites_root_url = '/datawrapper'
|
74
|
-
|
74
|
+
|
75
75
|
# Allow scraping charts from custom account URLs
|
76
76
|
config.supported_hosts << 'http://mycustom.datawrapper.de'
|
77
77
|
|
@@ -14,7 +14,7 @@ pageflow.ConfigurationEditorView.register('chart', {
|
|
14
14
|
});
|
15
15
|
this.view(pageflow.chart.DatawrapperAdView);
|
16
16
|
this.input('full_width', pageflow.CheckBoxInputView);
|
17
|
-
this.
|
17
|
+
this.group('background');
|
18
18
|
this.input('thumbnail_image_id', pageflow.FileInputView, {
|
19
19
|
collection: pageflow.imageFiles,
|
20
20
|
imagePositioning: false
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pageflow.
|
1
|
+
pageflow.react.registerPageTypeWithDefaultBackground('chart', {
|
2
2
|
|
3
3
|
prepareNextPageTimeout: 0,
|
4
4
|
|
@@ -127,10 +127,6 @@ pageflow.pageType.register('chart', _.extend({
|
|
127
127
|
this._loadIframe(pageElement);
|
128
128
|
},
|
129
129
|
|
130
|
-
preload: function(pageElement, configuration) {
|
131
|
-
return pageflow.preload.backgroundImage(pageElement.find('.background_image'));
|
132
|
-
},
|
133
|
-
|
134
130
|
activating: function(pageElement, configuration) {
|
135
131
|
this._loadIframe(pageElement);
|
136
132
|
this.resize(pageElement, configuration);
|
@@ -152,8 +148,6 @@ pageflow.pageType.register('chart', _.extend({
|
|
152
148
|
pageElement.find('h2 .subtitle').text(configuration.get('subtitle') || '');
|
153
149
|
pageElement.find('p').html(configuration.get('text') || '');
|
154
150
|
|
155
|
-
this.updateCommonPageCssClasses(pageElement, configuration);
|
156
|
-
|
157
151
|
pageElement.find('.shadow').css({
|
158
152
|
opacity: configuration.get('gradient_opacity') / 100
|
159
153
|
});
|
@@ -167,11 +161,6 @@ pageflow.pageType.register('chart', _.extend({
|
|
167
161
|
|
168
162
|
embeddedEditorViews: function() {
|
169
163
|
return {
|
170
|
-
'.background_image': {
|
171
|
-
view: pageflow.BackgroundImageEmbeddedView,
|
172
|
-
options: {propertyName: 'background_image_id'}
|
173
|
-
},
|
174
|
-
|
175
164
|
'iframe': {
|
176
165
|
view: pageflow.chart.IframeEmbeddedView,
|
177
166
|
options: {propertyName: 'scraped_site_id'}
|
@@ -188,4 +177,4 @@ pageflow.pageType.register('chart', _.extend({
|
|
188
177
|
}
|
189
178
|
});
|
190
179
|
}
|
191
|
-
}
|
180
|
+
});
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="blackLayer"></div>
|
2
2
|
<div class="content_and_background chart_page">
|
3
3
|
<div class="backgroundArea">
|
4
|
-
<%=
|
4
|
+
<%= page_background_asset(configuration) %>
|
5
5
|
<%= shadow_div :opacity => configuration['gradient_opacity'] %>
|
6
6
|
</div>
|
7
7
|
|
data/chart.gemspec
CHANGED
@@ -4,33 +4,34 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
require 'pageflow/chart/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name =
|
7
|
+
spec.name = 'pageflow-chart'
|
8
8
|
spec.version = Pageflow::Chart::VERSION
|
9
|
-
spec.authors = [
|
10
|
-
spec.email = [
|
11
|
-
spec.summary =
|
12
|
-
spec.homepage =
|
13
|
-
spec.license =
|
9
|
+
spec.authors = ['Codevise Solutions Ltd']
|
10
|
+
spec.email = ['info@codevise.de']
|
11
|
+
spec.summary = 'Pagetype for Embedded Datawrapper Charts'
|
12
|
+
spec.homepage = 'https://github.com/codevise/pageflow-chart'
|
13
|
+
spec.license = 'MIT'
|
14
14
|
|
15
15
|
spec.files = `git ls-files`.split($/)
|
16
16
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
17
|
-
spec.require_paths = [
|
17
|
+
spec.require_paths = ['lib']
|
18
18
|
|
19
|
-
spec.
|
20
|
-
|
21
|
-
spec.add_runtime_dependency
|
22
|
-
spec.add_runtime_dependency
|
23
|
-
spec.add_runtime_dependency
|
24
|
-
spec.add_runtime_dependency '
|
19
|
+
spec.required_ruby_version = '~> 2.1'
|
20
|
+
|
21
|
+
spec.add_runtime_dependency 'pageflow', '~> 12.x'
|
22
|
+
spec.add_runtime_dependency 'nokogiri', '~> 1.0'
|
23
|
+
spec.add_runtime_dependency 'paperclip', '~> 4.2'
|
24
|
+
spec.add_runtime_dependency 'state_machine', '~> 1.2'
|
25
|
+
spec.add_runtime_dependency 'state_machine_job', ['>= 0.2', '< 2']
|
25
26
|
spec.add_runtime_dependency 'pageflow-public-i18n', '~> 1.0'
|
26
27
|
|
27
|
-
spec.add_development_dependency
|
28
|
-
spec.add_development_dependency
|
29
|
-
spec.add_development_dependency
|
30
|
-
spec.add_development_dependency 'factory_girl_rails'
|
31
|
-
spec.add_development_dependency
|
32
|
-
spec.add_development_dependency
|
28
|
+
spec.add_development_dependency 'bundler', '~> 1.0'
|
29
|
+
spec.add_development_dependency 'rake', '~> 12.0'
|
30
|
+
spec.add_development_dependency 'rspec-rails', '~> 3.0'
|
31
|
+
spec.add_development_dependency 'factory_girl_rails', '~> 4.5'
|
32
|
+
spec.add_development_dependency 'sqlite3', '~> 1.3'
|
33
|
+
spec.add_development_dependency 'webmock', '~> 3.0'
|
33
34
|
|
34
35
|
# Semantic versioning rake tasks
|
35
|
-
spec.add_development_dependency 'semmy', '~> 0
|
36
|
+
spec.add_development_dependency 'semmy', '~> 1.0'
|
36
37
|
end
|
data/config/locales/de.yml
CHANGED
@@ -21,7 +21,7 @@ de:
|
|
21
21
|
Einbindung von Datawrapper-Diagrammen
|
22
22
|
|
23
23
|
Hier kannst Du Deinen Pageflow um animierte Infografiken ergänzen. Eingebettet ist das
|
24
|
-
Diagramm in ein Hintergrund-Bild und Text. Die Infografik lässt sich durch Klicken
|
24
|
+
Diagramm in ein Hintergrund-Bild/Video und Text. Die Infografik lässt sich durch Klicken
|
25
25
|
vergrössern.
|
26
26
|
|
27
27
|
Dein Diagramm musst Du allerdings zuvor extern erstellen und einen entsprechenden Link generieren. Unter www.datawrapper.de findest Du Beispiele und die Konditionen, um
|
data/config/locales/en.yml
CHANGED
@@ -15,7 +15,7 @@ en:
|
|
15
15
|
help_entries:
|
16
16
|
page_type:
|
17
17
|
menu_item: Chart
|
18
|
-
text: "# Chart\n\nIntegration of a Datawrapper-Diagram\n\nHere you can add animated infographics to your Pageflow. The diagram is embedded into a background-picture and text. To enlarge the graphic you simply have to click on it. \n\nBut first of all you have to create your graphic externally and generate a link. You can find examples and requirements for this under www.datawrapper.de.\n\nNote that Datawrapper offers a special layout option for charts that shall be embedded into a Pageflow: In the \"Visualize\" step of the chart creation wizard, click the \"Design\" tab and select the \"Pageflow\" layout. That way a color scheme is used which complements Pageflow's look.\n\nExamples of application: statistics, diagrams, numbers & facts"
|
18
|
+
text: "# Chart\n\nIntegration of a Datawrapper-Diagram\n\nHere you can add animated infographics to your Pageflow. The diagram is embedded into a background-picture/video and text. To enlarge the graphic you simply have to click on it. \n\nBut first of all you have to create your graphic externally and generate a link. You can find examples and requirements for this under www.datawrapper.de.\n\nNote that Datawrapper offers a special layout option for charts that shall be embedded into a Pageflow: In the \"Visualize\" step of the chart creation wizard, click the \"Design\" tab and select the \"Pageflow\" layout. That way a color scheme is used which complements Pageflow's look.\n\nExamples of application: statistics, diagrams, numbers & facts"
|
19
19
|
page_attributes:
|
20
20
|
full_width:
|
21
21
|
inline_help: Extends the chart to use the maximum width available.
|
@@ -18,5 +18,8 @@ module Dummy
|
|
18
18
|
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
19
19
|
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
20
20
|
# config.i18n.default_locale = :de
|
21
|
+
|
22
|
+
# Opt in to future default to remove deprecation warning
|
23
|
+
config.active_record.raise_in_transactional_callbacks = true
|
21
24
|
end
|
22
25
|
end
|
@@ -20,7 +20,7 @@ Dummy::Application.configure do
|
|
20
20
|
# config.action_dispatch.rack_cache = true
|
21
21
|
|
22
22
|
# Disable Rails's static asset server (Apache or nginx will already do this).
|
23
|
-
config.
|
23
|
+
config.serve_static_files = false
|
24
24
|
|
25
25
|
# Compress JavaScripts and CSS.
|
26
26
|
config.assets.js_compressor = :uglifier
|
@@ -13,7 +13,7 @@ Dummy::Application.configure do
|
|
13
13
|
config.eager_load = false
|
14
14
|
|
15
15
|
# Configure static asset server for tests with Cache-Control for performance.
|
16
|
-
config.
|
16
|
+
config.serve_static_files = true
|
17
17
|
config.static_cache_control = "public, max-age=3600"
|
18
18
|
|
19
19
|
# Show full error reports and disable caching.
|
data/spec/spec_helper.rb
CHANGED
@@ -10,6 +10,7 @@ Dir[File.join(engine_root, 'spec/support/**/*.rb')].each { |file| require(file)
|
|
10
10
|
RSpec.configure do |config|
|
11
11
|
config.use_transactional_fixtures = true
|
12
12
|
config.infer_base_class_for_anonymous_controllers = false
|
13
|
+
config.infer_spec_type_from_file_location!
|
13
14
|
config.order = "random"
|
14
15
|
end
|
15
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pageflow-chart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Codevise Solutions Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pageflow
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 12.x
|
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
|
-
version:
|
26
|
+
version: 12.x
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: nokogiri
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
33
|
+
version: '1.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
|
-
version: '0'
|
40
|
+
version: '1.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: paperclip
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,44 +56,36 @@ dependencies:
|
|
56
56
|
name: state_machine
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '1.2'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '1.2'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: state_machine_job
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '0'
|
76
|
-
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - ">="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '0'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: i18n-js
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - ">="
|
75
|
+
version: '0.2'
|
76
|
+
- - "<"
|
88
77
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
78
|
+
version: '2'
|
90
79
|
type: :runtime
|
91
80
|
prerelease: false
|
92
81
|
version_requirements: !ruby/object:Gem::Requirement
|
93
82
|
requirements:
|
94
83
|
- - ">="
|
95
84
|
- !ruby/object:Gem::Version
|
96
|
-
version: '0'
|
85
|
+
version: '0.2'
|
86
|
+
- - "<"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '2'
|
97
89
|
- !ruby/object:Gem::Dependency
|
98
90
|
name: pageflow-public-i18n
|
99
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -112,103 +104,103 @@ dependencies:
|
|
112
104
|
name: bundler
|
113
105
|
requirement: !ruby/object:Gem::Requirement
|
114
106
|
requirements:
|
115
|
-
- - "
|
107
|
+
- - "~>"
|
116
108
|
- !ruby/object:Gem::Version
|
117
|
-
version: '0'
|
109
|
+
version: '1.0'
|
118
110
|
type: :development
|
119
111
|
prerelease: false
|
120
112
|
version_requirements: !ruby/object:Gem::Requirement
|
121
113
|
requirements:
|
122
|
-
- - "
|
114
|
+
- - "~>"
|
123
115
|
- !ruby/object:Gem::Version
|
124
|
-
version: '0'
|
116
|
+
version: '1.0'
|
125
117
|
- !ruby/object:Gem::Dependency
|
126
118
|
name: rake
|
127
119
|
requirement: !ruby/object:Gem::Requirement
|
128
120
|
requirements:
|
129
|
-
- - "
|
121
|
+
- - "~>"
|
130
122
|
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
123
|
+
version: '12.0'
|
132
124
|
type: :development
|
133
125
|
prerelease: false
|
134
126
|
version_requirements: !ruby/object:Gem::Requirement
|
135
127
|
requirements:
|
136
|
-
- - "
|
128
|
+
- - "~>"
|
137
129
|
- !ruby/object:Gem::Version
|
138
|
-
version: '0'
|
130
|
+
version: '12.0'
|
139
131
|
- !ruby/object:Gem::Dependency
|
140
132
|
name: rspec-rails
|
141
133
|
requirement: !ruby/object:Gem::Requirement
|
142
134
|
requirements:
|
143
135
|
- - "~>"
|
144
136
|
- !ruby/object:Gem::Version
|
145
|
-
version: '
|
137
|
+
version: '3.0'
|
146
138
|
type: :development
|
147
139
|
prerelease: false
|
148
140
|
version_requirements: !ruby/object:Gem::Requirement
|
149
141
|
requirements:
|
150
142
|
- - "~>"
|
151
143
|
- !ruby/object:Gem::Version
|
152
|
-
version: '
|
144
|
+
version: '3.0'
|
153
145
|
- !ruby/object:Gem::Dependency
|
154
146
|
name: factory_girl_rails
|
155
147
|
requirement: !ruby/object:Gem::Requirement
|
156
148
|
requirements:
|
157
|
-
- - "
|
149
|
+
- - "~>"
|
158
150
|
- !ruby/object:Gem::Version
|
159
|
-
version: '
|
151
|
+
version: '4.5'
|
160
152
|
type: :development
|
161
153
|
prerelease: false
|
162
154
|
version_requirements: !ruby/object:Gem::Requirement
|
163
155
|
requirements:
|
164
|
-
- - "
|
156
|
+
- - "~>"
|
165
157
|
- !ruby/object:Gem::Version
|
166
|
-
version: '
|
158
|
+
version: '4.5'
|
167
159
|
- !ruby/object:Gem::Dependency
|
168
160
|
name: sqlite3
|
169
161
|
requirement: !ruby/object:Gem::Requirement
|
170
162
|
requirements:
|
171
|
-
- - "
|
163
|
+
- - "~>"
|
172
164
|
- !ruby/object:Gem::Version
|
173
|
-
version: '
|
165
|
+
version: '1.3'
|
174
166
|
type: :development
|
175
167
|
prerelease: false
|
176
168
|
version_requirements: !ruby/object:Gem::Requirement
|
177
169
|
requirements:
|
178
|
-
- - "
|
170
|
+
- - "~>"
|
179
171
|
- !ruby/object:Gem::Version
|
180
|
-
version: '
|
172
|
+
version: '1.3'
|
181
173
|
- !ruby/object:Gem::Dependency
|
182
174
|
name: webmock
|
183
175
|
requirement: !ruby/object:Gem::Requirement
|
184
176
|
requirements:
|
185
|
-
- - "
|
177
|
+
- - "~>"
|
186
178
|
- !ruby/object:Gem::Version
|
187
|
-
version: '0'
|
179
|
+
version: '3.0'
|
188
180
|
type: :development
|
189
181
|
prerelease: false
|
190
182
|
version_requirements: !ruby/object:Gem::Requirement
|
191
183
|
requirements:
|
192
|
-
- - "
|
184
|
+
- - "~>"
|
193
185
|
- !ruby/object:Gem::Version
|
194
|
-
version: '0'
|
186
|
+
version: '3.0'
|
195
187
|
- !ruby/object:Gem::Dependency
|
196
188
|
name: semmy
|
197
189
|
requirement: !ruby/object:Gem::Requirement
|
198
190
|
requirements:
|
199
191
|
- - "~>"
|
200
192
|
- !ruby/object:Gem::Version
|
201
|
-
version: '0
|
193
|
+
version: '1.0'
|
202
194
|
type: :development
|
203
195
|
prerelease: false
|
204
196
|
version_requirements: !ruby/object:Gem::Requirement
|
205
197
|
requirements:
|
206
198
|
- - "~>"
|
207
199
|
- !ruby/object:Gem::Version
|
208
|
-
version: '0
|
200
|
+
version: '1.0'
|
209
201
|
description:
|
210
202
|
email:
|
211
|
-
-
|
203
|
+
- info@codevise.de
|
212
204
|
executables: []
|
213
205
|
extensions: []
|
214
206
|
extra_rdoc_files: []
|
@@ -242,10 +234,10 @@ files:
|
|
242
234
|
- app/assets/javascripts/pageflow/chart/editor/views/inputs/scraped_url_input_view.js
|
243
235
|
- app/assets/javascripts/pageflow/chart/editor/views/scraped_site_status_view.js
|
244
236
|
- app/assets/javascripts/pageflow/chart/page_type.js
|
245
|
-
- app/assets/stylesheets/pageflow/chart.
|
246
|
-
- app/assets/stylesheets/pageflow/chart/custom.
|
247
|
-
- app/assets/stylesheets/pageflow/chart/editor.
|
248
|
-
- app/assets/stylesheets/pageflow/chart/themes/default.
|
237
|
+
- app/assets/stylesheets/pageflow/chart.scss
|
238
|
+
- app/assets/stylesheets/pageflow/chart/custom.scss
|
239
|
+
- app/assets/stylesheets/pageflow/chart/editor.scss
|
240
|
+
- app/assets/stylesheets/pageflow/chart/themes/default.scss
|
249
241
|
- app/assets/stylesheets/pageflow/chart/transparent_background.css.erb
|
250
242
|
- app/controllers/pageflow/chart/application_controller.rb
|
251
243
|
- app/controllers/pageflow/chart/scraped_sites_controller.rb
|
@@ -336,9 +328,9 @@ require_paths:
|
|
336
328
|
- lib
|
337
329
|
required_ruby_version: !ruby/object:Gem::Requirement
|
338
330
|
requirements:
|
339
|
-
- - "
|
331
|
+
- - "~>"
|
340
332
|
- !ruby/object:Gem::Version
|
341
|
-
version: '
|
333
|
+
version: '2.1'
|
342
334
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
343
335
|
requirements:
|
344
336
|
- - ">="
|