compass_extension 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. data/templates/project/manifest.rb +6 -6
  2. metadata +1 -1
@@ -49,16 +49,16 @@ else
49
49
  javascript 'javascripts/script.js', :to => 'script.js'
50
50
  end
51
51
  html 'files/404.html', :to => '404.html'
52
- html 'files/htaccess', :to => '.htaccess'
52
+ file 'files/htaccess', :to => '.htaccess'
53
53
  html 'files/crossdomain.xml', :to => 'crossdomain.xml'
54
54
  html 'files/robots.txt', :to => 'robots.txt'
55
55
  html 'files/humans.txt', :to => 'humans.txt'
56
56
  html 'files/apple-touch-icon.png', :to => 'apple-touch-icon.png'
57
- html 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png'
58
- html 'files/apple-touch-icon-72x72-precomposed.png', :to => 'apple-touch-icon-72x72-precomposed.png'
59
- html 'files/apple-touch-icon-114x114-precomposed.png', :to => 'apple-touch-icon-114x114-precomposed.png'
60
- html 'files/apple-touch-icon-precomposed.png', :to => 'apple-touch-icon-precomposed.png'
61
- html 'files/favicon.png', :to => 'favicon.png'
57
+ image 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png'
58
+ image 'files/apple-touch-icon-72x72-precomposed.png', :to => 'apple-touch-icon-72x72-precomposed.png'
59
+ image 'files/apple-touch-icon-114x114-precomposed.png', :to => 'apple-touch-icon-114x114-precomposed.png'
60
+ image 'files/apple-touch-icon-precomposed.png', :to => 'apple-touch-icon-precomposed.png'
61
+ image 'files/favicon.png', :to => 'favicon.png'
62
62
 
63
63
  help %Q{
64
64
  This is a Compass extension for HTML5 Boilerplate by Paul Irish
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: