nprogress-rails 0.1.6.3 → 0.1.6.4
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/README.md +4 -1
- data/app/assets/stylesheets/{nprogress.css.scss → nprogress.scss} +0 -0
- data/nprogress-rails.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17670ff6df2ec6465a048c13cf054e8c0c8dac4d
|
|
4
|
+
data.tar.gz: 6988cb845a22d5d3e2f43107599badc2ddd7afd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f89f141cd7927af7092bb12f55bd50933e072872c62f10d1306c2df37c6e049f10893059a01e36de947da753faa4e6ad124941d438ad30fb9c4c4b50e52d77b
|
|
7
|
+
data.tar.gz: 0ca2992daba99c4b6164b72270932d954989b1fb7af6c8ac02665d60d01471bb5b491c8fa95999bbda2cd52eeb1b917337dcbb150b28aa1181981bf10aa4b200
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# nprogress-rails [](http://badge.fury.io/rb/nprogress-rails)
|
|
1
|
+
# nprogress-rails [](http://badge.fury.io/rb/nprogress-rails) [](https://gemnasium.com/caarlos0/nprogress-rails) [](https://waffle.io/caarlos0/nprogress-rails)
|
|
2
2
|
|
|
3
3
|
This is basically a ruby gem for asset pipeline which includes the version
|
|
4
4
|
0.1.6 of the awesome [rstacruz][rstacruz]' [nprogress][lib] library.
|
|
@@ -85,6 +85,9 @@ you can also change the color of the progressbar using SASS:
|
|
|
85
85
|
|
|
86
86
|
```scss
|
|
87
87
|
$nprogress-color: #f1f1f1;
|
|
88
|
+
$nprogress-height: 10px;
|
|
89
|
+
$nprogress-zindex: 10100;
|
|
90
|
+
|
|
88
91
|
@import 'nprogress';
|
|
89
92
|
@import 'nprogress-bootstrap';
|
|
90
93
|
```
|
|
File without changes
|
data/nprogress-rails.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'nprogress-rails'
|
|
7
|
-
spec.version = '0.1.6.
|
|
7
|
+
spec.version = '0.1.6.4'
|
|
8
8
|
spec.authors = ['Carlos Alexandro Becker']
|
|
9
9
|
spec.email = ['caarlos0@gmail.com']
|
|
10
10
|
spec.description = %q{This is a gem for the rstacruz' nprogress implementation. It's based on version nprogress 0.1.6.}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nprogress-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.6.
|
|
4
|
+
version: 0.1.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Alexandro Becker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -85,7 +85,7 @@ files:
|
|
|
85
85
|
- app/assets/javascripts/nprogress-turbolinks.js
|
|
86
86
|
- app/assets/javascripts/nprogress.js
|
|
87
87
|
- app/assets/stylesheets/nprogress-bootstrap.css
|
|
88
|
-
- app/assets/stylesheets/nprogress.
|
|
88
|
+
- app/assets/stylesheets/nprogress.scss
|
|
89
89
|
- lib/nprogress-rails.rb
|
|
90
90
|
- nprogress-rails.gemspec
|
|
91
91
|
homepage: https://github.com/caarlos0/nprogress-rails
|