compass_extension 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/manifest.rb +1 -1
- metadata +2 -2
@@ -74,7 +74,7 @@ html 'files/robots.txt', :to => 'robots.txt'
|
|
74
74
|
html 'files/humans.txt', :to => 'humans.txt'
|
75
75
|
image 'files/dummy-full.png', :to => 'dummy-full.png'
|
76
76
|
image 'files/logo.png', :to => 'logo.png'
|
77
|
-
image 'files/logox2.png', :to => 'logox2.png'
|
77
|
+
#image 'files/logox2.png', :to => 'logox2.png'
|
78
78
|
html 'files/apple-touch-icon.png', :to => 'apple-touch-icon.png'
|
79
79
|
html 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png'
|
80
80
|
html 'files/apple-touch-icon-72x72-precomposed.png', :to => 'apple-touch-icon-72x72-precomposed.png'
|
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.
|
4
|
+
version: 0.1.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|