themepile-abstractio 1.0.3 → 1.0.4

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
- ZjMxNjkyNGVmZTc1Yjc1ZmMwMzE1NjBiYmZmNjI3M2U1OGQ0MWUzZg==
4
+ YTljZTI0ZjVmYzM4ZTdkOTA4N2Y2ZWI0NzBhYWI3MjdlY2YyNzIxOQ==
5
5
  data.tar.gz: !binary |-
6
- YmI4MDZlMzIyZWFjNTNjZGYxYTlhNzdlNWQ0ODEzNmE4NTJkZTIyOQ==
6
+ Y2EyYTYxMzY4ZjM5NzdlZDI2ZmFkNDQ0OTc3YzJjMmU0YTc0YzI2Zg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZDc1MTM2NWRhOTdjMjU0NjRjNmMxNDAxZmM1ZTJlNTIwZTdlNTRlZjM5ZGQy
10
- YWVkY2U1MWNmYmM3YmExODM4ZjcxNjExOTliYzRhMmJjOWZmMzhjOTg2ZjQ3
11
- MWMwMTQzZDE0Yzg3ODVmNjhhODMyZDg1MjhiNTVlYjk2YmY4Yzk=
9
+ NjI2OGQwNDcyOTYwY2M1MmJiN2E5MmJmZGYwOTZlY2UyODgzZWE4YmVlYjRl
10
+ ZDZjMDgwYzQ4YWQxZGQ3YjExZTk0NmMyNDAwNTUzODBlYzdmMWI4M2M5OGEy
11
+ OGNkYWE0MTJkNWUxODM1MzVhYTY5NjBkYTA4NDQ4ODdiNWUwNGU=
12
12
  data.tar.gz: !binary |-
13
- MGFhOGU3Y2E2MTIwYjI3MmU1YTRhY2ZjNTRiNmM5YjhlZTljYTc2ZmQwZThh
14
- M2FkZmNiM2YxNzNmMmExMzc1M2E5MzllMDZmNzk2YTFlMDhlMjFlMjdkZDg2
15
- NTc5NTA1Y2MxNDc0N2YwNTc3NGE4NjYzNTlhNGEzYWYxZjY4NWY=
13
+ NWNjZDdkMDQ0YzJmNGQxNDRmMjUyNjUwZmZiMWQ1MzUyMjViMGMzMGE2MDlm
14
+ Y2U1NWZlYzA3NGRjNWE5MmU2NWYzODgxOGM2MzE3MjZhODAxYTNiMjQ3YmYz
15
+ NTRmMDZiMmQyNTQ5OWZiOTQyN2E3ZDMxNmVlYmE0MzhiNTVlZWQ=
@@ -1,3 +1,3 @@
1
1
  module Abstractio
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -1,8 +1,8 @@
1
- description 'Foundation Compass Gem'
1
+ description 'Abstractio Compass Gem'
2
2
 
3
3
  # Sass Files
4
4
  stylesheet '../../scss/normalize.scss', :to => '_normalize.scss'
5
- stylesheet '../../scss/foundation/_variables.scss', :to => '_settings.scss'
5
+ stylesheet '../../scss/abstractio/_variables.scss', :to => '_settings.scss'
6
6
  stylesheet 'scss/app.scss', :to => 'app.scss', :media => "screen, projector, print"
7
7
 
8
8
  # Make sure you list all the project template files here in the manifest.
@@ -21,22 +21,22 @@ def copy_js_from(relative_path, prefix_path, excludes=[])
21
21
  return js_files.map {|f| "#{prefix_path}/#{File.basename(f)}"}
22
22
  end
23
23
 
24
- javascripts = copy_js_from("../../js", "foundation", ["foundation.js", "index.js"])
24
+ javascripts = copy_js_from("../../js", "abstractio", ["abstractio.js", "index.js"])
25
25
  vendor_javascripts = copy_js_from("../../js", "vendor")
26
26
 
27
- javascript "../../js/foundation/foundation.js", :to => "foundation/foundation.js"
27
+ javascript "../../js/abstractio/abstractio.js", :to => "abstractio/abstractio.js"
28
28
 
29
- html 'index.html', :erb => true, :javascripts => javascripts, :version => Foundation::VERSION
29
+ html 'index.html', :erb => true, :javascripts => javascripts, :version => Abstractio::VERSION
30
30
 
31
31
  help %Q{
32
32
 
33
- If you need help, email us at foundation@zurb.com or visit foundation.zurb.com"
33
+ If you need help, email us at abstractio@zurb.com or visit abstractio.zurb.com"
34
34
 
35
35
  }
36
36
 
37
37
  welcome_message %Q{
38
38
 
39
- w00t! You're using ZURB Foundation, now go forth and rock 'n roll!
39
+ w00t! You're using ZURB Abstractio, now go forth and rock 'n roll!
40
40
 
41
41
  }
42
42
 
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThemePile