File tree 2 files changed +3
-3
lines changed
lib/critical_path_css/rails
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments