pageflow-parent-page-box 1.0.0 → 1.1.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 +5 -5
- data/CHANGELOG.md +6 -6
- data/lib/pageflow/parent_page_box/version.rb +1 -1
- data/pageflow-parent-page-box.gemspec +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 38a520c2f05ffeac663d0dd1e21a94f0bd28d0549ab1f4a9c18e5f17c003ab40
|
|
4
|
+
data.tar.gz: f81306c59526e4b639ae68519178a8edd26435008fecca5e3ad0d9f7a6922182
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 753d9f2b6e1e413e190ededbecd989717ea4a1c5a7449523fd1ae15599755a4dbfc0f649eb56e7adbded95dd755ea2d17055dcd3769294fc33139b2353115da7
|
|
7
|
+
data.tar.gz: 65244430dbb74a5b2da2ea7629534828db4a6fc250a6385fa053842645ff3e21975c289ece2d357ae16242c173b1372e3d7c817d93687236931567546917ae54
|
data/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
### Version 1.
|
|
3
|
+
### Version 1.1.0
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
2018-12-10
|
|
6
6
|
|
|
7
|
-
[Compare changes](https://github.com/codevise/pageflow-parent-page-box/compare/0-
|
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-parent-page-box/compare/1-0-stable...v1.1.0)
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
([#
|
|
9
|
+
- Add support for Pageflow 13
|
|
10
|
+
([#2](https://github.com/codevise/pageflow-parent-page-box/pull/2))
|
|
11
11
|
|
|
12
12
|
See
|
|
13
|
-
[0-
|
|
13
|
+
[1-0-stable branch](https://github.com/codevise/pageflow-parent-page-box/blob/1-0-stable/CHANGELOG.md)
|
|
14
14
|
for previous changes.
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
|
|
19
19
|
spec.required_ruby_version = '~> 2.1'
|
|
20
20
|
|
|
21
|
-
spec.add_runtime_dependency 'pageflow', '
|
|
21
|
+
spec.add_runtime_dependency 'pageflow', ['>= 12.x', '< 14']
|
|
22
22
|
spec.add_runtime_dependency 'pageflow-public-i18n', '~> 1.1'
|
|
23
23
|
|
|
24
24
|
spec.add_development_dependency 'bundler', '~> 1.0'
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pageflow-parent-page-box
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.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:
|
|
11
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pageflow
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 12.x
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '14'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 12.x
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '14'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: pageflow-public-i18n
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -123,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
129
|
version: '0'
|
|
124
130
|
requirements: []
|
|
125
131
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.
|
|
132
|
+
rubygems_version: 2.7.5
|
|
127
133
|
signing_key:
|
|
128
134
|
specification_version: 4
|
|
129
135
|
summary: Pageflow navigation widget to leave current storyline.
|