File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
lib/critical_path_css/rails Expand file tree Collapse file tree 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+
13Gem ::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
77 s . authors = [ 'Michael Misshore' ]
889- 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!'
1011 s . license = 'MIT'
1112
12- s . add_runtime_dependency 'phantomjs' , [ '~> 1.9.8.0 ' ]
13+ s . add_runtime_dependency 'phantomjs' , [ '~> 1.9' ]
1314
1415 s . files = `git ls-files` . split ( "\n " )
1516 s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
1617 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