pageflow-external-links 2.0.0.beta1 → 2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ec1da87ff4117c96c6fa68d3b269212cafe78d582e488a42048005d93c2ad54
|
|
4
|
+
data.tar.gz: 980158d0537f81fa66dbbe55e3ea6272ea7c92b7f5e9e54bbcdb30ffd42be13f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7319c479fdd7308b460efefc355935c8dcb4fcc33c6c3a8bb203659eb4e7bcfa28148bda2335cdba4d4429493a4f1444ab546d817034ca76b69dfdba689abd9
|
|
7
|
+
data.tar.gz: f506de9aecfaf3ee09064b1ad326399aa31cec73bbb5b6398c572e17148366f270e112cf6c07f8e42b76028dca0369552ba07139a02d53678bc15728e0ab68da
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
### Version 2.0.0
|
|
3
|
+
### Version 2.0.0
|
|
4
4
|
|
|
5
5
|
2018-07-31
|
|
6
6
|
|
|
7
|
-
[Compare changes](https://github.com/codevise/pageflow-external-links/compare/1-x-stable...v2.0.0
|
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-external-links/compare/1-x-stable...v2.0.0)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- Upgrade to Rails 5/Pageflow 13
|
|
10
|
+
([#37](https://github.com/codevise/pageflow-external-links/pull/37))
|
|
11
|
+
- Fix template file extension
|
|
12
|
+
([#38](https://github.com/codevise/pageflow-external-links/pull/38))
|
|
10
13
|
|
|
11
14
|
See
|
|
12
15
|
[1-x-stable branch](https://github.com/codevise/pageflow-external-links/blob/1-x-stable/CHANGELOG.md)
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pageflow-external-links
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0
|
|
4
|
+
version: 2.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: 2018-
|
|
11
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pageflow
|
|
@@ -144,7 +144,7 @@ files:
|
|
|
144
144
|
- app/controllers/pageflow/external_links/sites_controller.rb
|
|
145
145
|
- app/helpers/pageflow/external_links/sites_helper.rb
|
|
146
146
|
- app/models/pageflow/external_links/site.rb
|
|
147
|
-
- app/views/pageflow/external_links/page.html
|
|
147
|
+
- app/views/pageflow/external_links/page.html.erb
|
|
148
148
|
- app/views/pageflow/external_links/sites/_site.html.erb
|
|
149
149
|
- config/locales/de.yml
|
|
150
150
|
- config/locales/en.yml
|
|
@@ -173,9 +173,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
173
173
|
version: '2.1'
|
|
174
174
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
|
176
|
-
- - "
|
|
176
|
+
- - ">="
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
version:
|
|
178
|
+
version: '0'
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
181
|
rubygems_version: 2.7.5
|