themepile-abstractio 1.0.2 → 1.0.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.
- checksums.yaml +8 -8
- data/lib/abstractio/version.rb +1 -1
- data/templates/upgrade/manifest.rb +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjMxNjkyNGVmZTc1Yjc1ZmMwMzE1NjBiYmZmNjI3M2U1OGQ0MWUzZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmI4MDZlMzIyZWFjNTNjZGYxYTlhNzdlNWQ0ODEzNmE4NTJkZTIyOQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDc1MTM2NWRhOTdjMjU0NjRjNmMxNDAxZmM1ZTJlNTIwZTdlNTRlZjM5ZGQy
|
10
|
+
YWVkY2U1MWNmYmM3YmExODM4ZjcxNjExOTliYzRhMmJjOWZmMzhjOTg2ZjQ3
|
11
|
+
MWMwMTQzZDE0Yzg3ODVmNjhhODMyZDg1MjhiNTVlYjk2YmY4Yzk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MGFhOGU3Y2E2MTIwYjI3MmU1YTRhY2ZjNTRiNmM5YjhlZTljYTc2ZmQwZThh
|
14
|
+
M2FkZmNiM2YxNzNmMmExMzc1M2E5MzllMDZmNzk2YTFlMDhlMjFlMjdkZDg2
|
15
|
+
NTc5NTA1Y2MxNDc0N2YwNTc3NGE4NjYzNTlhNGEzYWYxZjY4NWY=
|
data/lib/abstractio/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
description '
|
1
|
+
description 'Abstractio Compass Gem'
|
2
2
|
|
3
3
|
stylesheet '../project/scss/_settings.scss', :to => '_settings.scss'
|
4
4
|
stylesheet '../project/scss/app.scss', :to => 'app.scss'
|
@@ -14,21 +14,21 @@ def copy_js_from(relative_path, prefix_path, excludes=[])
|
|
14
14
|
end
|
15
15
|
end
|
16
16
|
|
17
|
-
javascripts = copy_js_from("../../js", "
|
17
|
+
javascripts = copy_js_from("../../js", "abstractio", ["index.js"])
|
18
18
|
copy_js_from("../../js", "vendor")
|
19
19
|
|
20
|
-
html '../project/index.html', :erb => true, :javascripts => javascripts, :version =>
|
20
|
+
html '../project/index.html', :erb => true, :javascripts => javascripts, :version => Abstractio::VERSION, :to => 'upgrade.html'
|
21
21
|
|
22
22
|
help %Q{
|
23
23
|
|
24
|
-
If you need help, email us at
|
24
|
+
If you need help, email us at shaggysmile@gmail.com or visit abstractio.themepile.co.uk"
|
25
25
|
|
26
26
|
}
|
27
27
|
|
28
28
|
welcome_message %Q{
|
29
29
|
|
30
|
-
bundle exec compass install -r
|
30
|
+
bundle exec compass install -r themepile-abstractio abstractio/upgrade
|
31
31
|
|
32
|
-
Your project assets have been upgraded, w00t! It's possible there have been additional customizable settings added to
|
32
|
+
Your project assets have been upgraded, w00t! It's possible there have been additional customizable settings added to Abstractio so you should check out abstractio.themepile.co.uk
|
33
33
|
|
34
34
|
}
|