scrollytelling-navigation 1.15.0 → 1.15.1

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: 67a8074e428898c26570a9c63e51b20fc43f5463
4
- data.tar.gz: 358fcca5e8f02b06facbb8ea9ab270fcad5df372
3
+ metadata.gz: 42f3a0fefad2065d5e3a95aec623778e97bb9bcd
4
+ data.tar.gz: e8e687c3dbff06dfca61114e4a6c4aad1743523d
5
5
  SHA512:
6
- metadata.gz: 26179d4944e905e7fbac654c2129fa38958d32ed8454944f41c7304c7250f8e8eb87ebf3c8b94ceb3b2fed9c5a738d520926fd6a39fe94621794bffd18f796bb
7
- data.tar.gz: 9559f16069fba53d57ed137dd981826e2c04a21e2234183a2d79406444bcad966464f470d2149336d6feb8e789eeee86a2586de1404c4130091b30a5f582582b
6
+ metadata.gz: cd9fcba937443350e81d5b9718988e66f64d088eef69141d1b01a0d738ac0a6f080860aed200c17559d254c6e4a2604baef72bdddf1aa55e580bf60c46948863
7
+ data.tar.gz: 06e445efa7d22c21affe2c87365d9cc2d718884df28a090868cbb3ad3df92242ff31aa8b0e593517207ce6cc3be8d1e11e1cd2012d56b1cfc726e07b92ad7d2b
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
- # Scrollytelling::Navigation
1
+ # Scrollytelling Navigation
2
2
 
3
- This [Pageflow](https://github.com/codevise/pageflow) plugin replaces the built-in navigation with the Scrollytelling version.
3
+ ![Scrollytelling](scrollytelling.png?raw=true)
4
4
 
5
- The Scrollytelling navigation uses dots to show progress instead of thumbnails.
5
+ [www.scrollytelling.io](https://www.scrollytelling.io/)
6
+
7
+ This [Pageflow](https://github.com/codevise/pageflow) plugin replaces the default navigation with our version.
8
+
9
+ The Scrollytelling navigation uses dots to show *progress* instead of thumbnails.
6
10
 
7
11
  ### This is the 1-13-stable branch
8
12
 
@@ -22,7 +26,9 @@ gem 'scrollytelling-navigation'
22
26
 
23
27
  Bundle the plugin with your application by typing this on the command line:
24
28
 
25
- $ bundle
29
+ $ bundle install
30
+
31
+ [![see the installation in ACTION!](https://asciinema.org/a/MM9Vb8OuUO5b44PhANCf4IiSt.png)](https://asciinema.org/a/MM9Vb8OuUO5b44PhANCf4IiSt)
26
32
 
27
33
  ## Usage
28
34
 
@@ -1,5 +1,5 @@
1
1
  module Scrollytelling
2
2
  module Navigation
3
- VERSION = "1.15.0"
3
+ VERSION = "1.15.1"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ module Scrollytelling
13
13
 
14
14
  def render(template, entry)
15
15
  template.render(
16
- partial: 'scrollytelling/pageflow/navigation/widget.html.erb',
16
+ partial: 'scrollytelling/navigation/widget',
17
17
  locals: {
18
18
  entry: entry
19
19
  }
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-08 00:00:00.000000000 Z
11
+ date: 2017-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -126,6 +126,7 @@ files:
126
126
  - lib/scrollytelling/navigation/version.rb
127
127
  - lib/scrollytelling/navigation/widget_type.rb
128
128
  - scrollytelling-navigation.gemspec
129
+ - scrollytelling.png
129
130
  homepage: https://github.com/scrollytelling/scrollytelling-navigation
130
131
  licenses:
131
132
  - MIT