scrollytelling-loading_spinner 0.1.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa742ece754be8ec74f60fe85cfc4027c8e1776e
4
- data.tar.gz: 61817862271e7941b8033db189a52b888422fdc2
3
+ metadata.gz: 1b76c4c0fce9ebbf9e1834c0a4b65e1468c4ac86
4
+ data.tar.gz: b8099d7a0d1d9b23c527f74f663be50cf6f5db19
5
5
  SHA512:
6
- metadata.gz: ae8e1baa6f90227db88501b26eee94c44e7573bc97d377adbdf3f67e84be8c118c2eaf418934eae37284f04e7b0ff241d6faa08e6d59ba843c9ee2e89e094240
7
- data.tar.gz: ced1299bc0f8cc708f51fe4c15deb778051dc9c4976186632ab80704f72fee3e4d9dd783b22c7574e6d170030abc7bad74286c80689e3e75de6091b327cdadeb
6
+ metadata.gz: 886a59c2b297e90671ca6d438bbad9c06893a3e623600eda9a63f6f0fd1c47227249b857abdf30f80bd1a884f1ef1f18e8fc7325e134d86535188173151592a2
7
+ data.tar.gz: efea9eac5638e46c81036709aef3fbfa47d8b76e1399543254c8769d585ea87479376f63270664d44a52f73c09362785cff7f9bf06ffd0e3ea13ded7e6153044
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Scrollytelling::LoadingSpinner
2
2
 
3
- Replace the built-in [Pageflow](https://github.com/codevise/pageflow) loading spinner with a pure CSS version.
3
+ Replace the built-in [Pageflow](https://github.com/codevise/pageflow) loading spinner with the [Scrollytelling](https://www.scrollytelling.io) version. Our version does not have a ring and just one color for the spinning wheel; white.
4
4
 
5
5
  ## Hack Attack!
6
6
 
7
- This plugin uses an **unoffical API** to patch Pageflow. This is why the version check for this gem is a little more strict than usual.
7
+ This plugin uses an **unoffical API** to patch Pageflow. This is why the version check for this gem is a little more strict than usual. If you're able to install this, it will work just fine. When a new version of Pageflow comes out, I will have to verify that all paths are still the same. If so I'll update the gemspec.
8
8
 
9
9
  ## Installation
10
10
 
@@ -79,8 +79,11 @@
79
79
  background-image: asset-url('scrollytelling/loading_spinner/logo.png');
80
80
  background-repeat: no-repeat;
81
81
  background-position: center;
82
- background-size: cover;
83
82
  margin: 10% auto;
83
+
84
+ // Logo in loader on mobile always fitting in browser
85
+ max-width: 80%;
86
+ background-size: contain;
84
87
  }
85
88
 
86
89
  // Hide loader when pageflow has finished loading.
@@ -1,5 +1,5 @@
1
1
  module Scrollytelling
2
2
  module LoadingSpinner
3
- VERSION = "0.1.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-loading_spinner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-23 00:00:00.000000000 Z
11
+ date: 2016-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  requirements: []
133
133
  rubyforge_project:
134
- rubygems_version: 2.2.2
134
+ rubygems_version: 2.4.8
135
135
  signing_key:
136
136
  specification_version: 4
137
137
  summary: Render the Scrollytelling CSS loading spinner instead of the Pageflow built-in