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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWRiZDU5YzRmOTA0NjNmMTRkZDk2ZWU3NjQ5ZjFjNTVjNDg1OGYyNA==
4
+ ZjMxNjkyNGVmZTc1Yjc1ZmMwMzE1NjBiYmZmNjI3M2U1OGQ0MWUzZg==
5
5
  data.tar.gz: !binary |-
6
- Y2QyY2NjZDk0M2E1MTYyNDllNGUwMDA4NmEzMmRmMzNhYzY2NjFiMg==
6
+ YmI4MDZlMzIyZWFjNTNjZGYxYTlhNzdlNWQ0ODEzNmE4NTJkZTIyOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjZjNzNkMDc0M2Q3ZTYwYTEwZGZkYmExYjg3OTNlNWFkMmFmODVmNjUwMTgx
10
- OGQzNWVlZjlhYzRiNmQ2NzIyODFkYTZiZjZlOGE1OGIyMjI2YWMyODBiNGI0
11
- NzdmNTBlZjE1NzMyOWRkYmQ2NzQzZjU5ZDYzMDdhZWJlODZhN2U=
9
+ ZDc1MTM2NWRhOTdjMjU0NjRjNmMxNDAxZmM1ZTJlNTIwZTdlNTRlZjM5ZGQy
10
+ YWVkY2U1MWNmYmM3YmExODM4ZjcxNjExOTliYzRhMmJjOWZmMzhjOTg2ZjQ3
11
+ MWMwMTQzZDE0Yzg3ODVmNjhhODMyZDg1MjhiNTVlYjk2YmY4Yzk=
12
12
  data.tar.gz: !binary |-
13
- MzY2YTM4MDg2Y2E5Njg1OTZjMWEyMDMzMDM4NzZkYzYyODQ1MmQ2YWQxODQw
14
- MGM1YmU3YjYxMThjM2Y5NTU1OTM4NjhkN2U4MzYzYzRmYzQ1ODJhMjAyYjJj
15
- Mjc5MWVhMzI5MjBkYWI3NDhmYzhkYmUwNzI4ZjA0Nzg4MmYzN2U=
13
+ MGFhOGU3Y2E2MTIwYjI3MmU1YTRhY2ZjNTRiNmM5YjhlZTljYTc2ZmQwZThh
14
+ M2FkZmNiM2YxNzNmMmExMzc1M2E5MzllMDZmNzk2YTFlMDhlMjFlMjdkZDg2
15
+ NTc5NTA1Y2MxNDc0N2YwNTc3NGE4NjYzNTlhNGEzYWYxZjY4NWY=
@@ -1,3 +1,3 @@
1
1
  module Abstractio
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -1,4 +1,4 @@
1
- description 'Foundation Compass Gem'
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", "foundation", ["index.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 => Foundation::VERSION, :to => 'upgrade.html'
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 foundation@zurb.com or visit foundation.zurb.com"
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 zurb-foundation foundation/upgrade
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 Foundation so you should check out http://foundation.zurb.com/docs/gem-install.php#settings.
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
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: themepile-abstractio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThemePile