critical-path-css-rails 0.3.1 → 0.4.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 +4 -4
- data/README.md +2 -2
- data/critical-path-css-rails.gemspec +1 -1
- data/lib/critical_path_css/rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f12a2c3085e97f5d3692a659ed83cd592260f373
|
|
4
|
+
data.tar.gz: aa7a212ba6508a30d99caf689df0703e54735443
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f40cdba39ff43d8ef47648f636edaf6aebbe424cbb07cea0290e3990caff0bcf641afd0aa06cd75afe9d2f6abb1407366a05ef829c2a673c28e6b0b0ce9aaa41
|
|
7
|
+
data.tar.gz: b70058d8bd403384a1dde2107b6721f01d8489e1acbaf68e5af5d41cc7aea4a8746f7b22558d7dc81d38d058176f06f880a96894277c19f2e0ff669f9e5e4aec
|
data/README.md
CHANGED
|
@@ -10,14 +10,14 @@ This gem uses [PhantomJS](https://github.com/colszowka/phantomjs-gem) and [Penth
|
|
|
10
10
|
|
|
11
11
|
## Update
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Versions below 0.3.0 are not compatible with this version. Please read the Upgrading from Previous Versions section below for more information.
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
17
|
Add `critical-path-css-rails` to your Gemfile:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
gem 'critical-path-css-rails', '~> 0.
|
|
20
|
+
gem 'critical-path-css-rails', '~> 0.4.0'
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Download and install by running:
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.description = 'Only load the CSS you need for the initial viewport in Rails!'
|
|
11
11
|
s.license = 'MIT'
|
|
12
12
|
|
|
13
|
-
s.add_runtime_dependency 'phantomjs', ['~> 1.
|
|
13
|
+
s.add_runtime_dependency 'phantomjs', ['~> 2.1.1']
|
|
14
14
|
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: critical-path-css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Misshore
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: phantomjs
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 2.1.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 2.1.1
|
|
27
27
|
description: Only load the CSS you need for the initial viewport in Rails!
|
|
28
28
|
email: mmisshore@gmail.com
|
|
29
29
|
executables: []
|