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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efbeb0837b2752563a6e71bb6bd960e1faa22df1
4
- data.tar.gz: 024c57f77b449192a39ae2c46f236f8f5faff5bd
3
+ metadata.gz: f12a2c3085e97f5d3692a659ed83cd592260f373
4
+ data.tar.gz: aa7a212ba6508a30d99caf689df0703e54735443
5
5
  SHA512:
6
- metadata.gz: 1d40eca9468a179785263c60826766fc237ef9f0c908f5613641e9458dba18982395bc2404e0a0f4f0cfbe5a05528c77e5cfa60686a87b3c29bd507d9ffcae58
7
- data.tar.gz: 98cd11ed349e88d1c5fe89daee6bb98e87d2141f9f86d4e4e9d43e583615c544774486f8f34759e205f730ae48c79b720dfb3268f0d27517e94252fe17e66064
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
- Version 0.3.0 is not compatible with previous versions. Please read the Upgrading from Previous Versions section below for more information.
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.3.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.9']
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) }
@@ -1,6 +1,6 @@
1
1
  module CriticalPathCSS
2
2
  module Rails
3
- VERSION = '0.3.1'
3
+ VERSION = '0.4.0'
4
4
  PENTHOUSE_VERSION = '0.3.4'
5
5
  end
6
6
  end
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.3.1
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-01-18 00:00:00.000000000 Z
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: '1.9'
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: '1.9'
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: []