Skip to content

Commit 90a8e36

Browse files
Update gem to 1.0.0
1 parent 13883df commit 90a8e36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem give you the ability to load only the CSS you *need* on an initial page
66

77
This gem assumes that you'll load the rest of the CSS asyncronously. At the moment, the suggested way is to use the [loadcss-rails](https://github.com/michael-misshore/loadcss-rails) gem.
88

9-
This gem uses [PhantomJS](https://github.com/colszowka/phantomjs-gem) and [Penthouse](https://github.com/pocketjoso/penthouse) to generate the critical CSS.
9+
This gem uses [Penthouse](https://github.com/pocketjoso/penthouse) to generate the critical CSS.
1010

1111
## Update
1212

@@ -17,7 +17,7 @@ Versions below 0.3.0 are not compatible with this version. Please read the Upgr
1717
Add `critical-path-css-rails` to your Gemfile:
1818

1919
```
20-
gem 'critical-path-css-rails', '~> 0.4.0'
20+
gem 'critical-path-css-rails', '~> 1.0.0'
2121
```
2222

2323
Download and install by running:
@@ -128,9 +128,9 @@ Answer 'Y' when prompted to overwrite `critical_path_css.rake`. However, overwr
128128
The critical-path-css-rails gem follows these version guidelines:
129129

130130
```
131-
patch version bump = updates to critical-path-css-rails and patch-level updates to Penthouse and PhantomJS
132-
minor version bump = minor-level updates to critical-path-css-rails, Penthouse, and PhantomJS
133-
major version bump = major-level updates to critical-path-css-rails, Penthouse, PhantomJS, and updates to Rails which may be backwards-incompatible
131+
patch version bump = updates to critical-path-css-rails and patch-level updates to Penthouse
132+
minor version bump = minor-level updates to critical-path-css-rails and Penthouse
133+
major version bump = major-level updates to critical-path-css-rails, Penthouse, and updates to Rails which may be backwards-incompatible
134134
```
135135

136136
## Contributing
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CriticalPathCSS
22
module Rails
3-
VERSION = '0.4.0'
3+
VERSION = '1.0.0'
44
end
55
end

0 commit comments

Comments
 (0)