File tree 2 files changed +15
-8
lines changed
lib/critical_path_css/rails
2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
1
+ require File . expand_path ( '../lib/critical_path_css/rails/version' , __FILE__ )
2
+
1
3
Gem ::Specification . new do |s |
2
- s . name = 'critical-path-css'
3
- s . version = '0.0.0'
4
- s . date = '2015-08-27'
5
- s . summary = 'Critical Path CSS'
6
- s . description = 'Critical Path CSS'
4
+ s . name = 'critical-path-css-rails'
5
+ s . version = CriticalPathCSS ::Rails ::VERSION
6
+ s . platform = Gem ::Platform ::RUBY
7
7
s . authors = [ 'Michael Misshore' ]
8
8
s . email = 'mmisshore@gmail.com'
9
- s . homepage = 'http://rubygems.org/gems/critical-path-css'
9
+ s . summary = 'Critical Path CSS for Rails!'
10
+ s . description = 'Only load the CSS you need for the initial viewport in Rails!'
10
11
s . license = 'MIT'
11
12
12
- s . add_runtime_dependency 'phantomjs' , [ '~> 1.9.8.0 ' ]
13
+ s . add_runtime_dependency 'phantomjs' , [ '~> 1.9' ]
13
14
14
15
s . files = `git ls-files` . split ( "\n " )
15
16
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
16
17
s . require_path = 'lib'
17
- end
18
+ end
Original file line number Diff line number Diff line change
1
+ module CriticalPathCSS
2
+ module Rails
3
+ VERSION = '0.1.0'
4
+ PENTHOUSE_VERSION = '0.3.4'
5
+ end
6
+ end
You can’t perform that action at this time.
0 commit comments