themepile-abstractio 1.0.4 → 4.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +1 -0
  3. data/CONTRIBUTING.md +7 -7
  4. data/Gemfile.lock +19 -0
  5. data/Gruntfile.js +27 -0
  6. data/README.md +38 -38
  7. data/abstractio.gemspec +20 -18
  8. data/docs/CHANGELOG.md +275 -0
  9. data/docs/Capfile +4 -0
  10. data/docs/Gemfile +13 -0
  11. data/docs/Gemfile.lock +45 -0
  12. data/docs/Procfile +2 -0
  13. data/docs/README.md +1 -0
  14. data/docs/_sidebar-components.html.erb +115 -0
  15. data/docs/_sidebar.html.erb +115 -0
  16. data/docs/changelog.html.erb +33 -0
  17. data/docs/compile.rb +34 -0
  18. data/docs/components/alert-boxes.html.erb +204 -0
  19. data/docs/components/block-grid.html.erb +132 -0
  20. data/docs/components/breadcrumbs.html.erb +156 -0
  21. data/docs/components/button-groups.html.erb +230 -0
  22. data/docs/components/buttons.html.erb +222 -0
  23. data/docs/components/clearing.html.erb +152 -0
  24. data/docs/components/custom-forms.html.erb +309 -0
  25. data/docs/components/dropdown-buttons.html.erb +235 -0
  26. data/docs/components/dropdown.html.erb +188 -0
  27. data/docs/components/flex-video.html.erb +95 -0
  28. data/docs/components/forms.html.erb +477 -0
  29. data/docs/components/global.html.erb +92 -0
  30. data/docs/components/grid.html.erb +366 -0
  31. data/docs/components/inline-lists.html.erb +91 -0
  32. data/docs/components/joyride.html.erb +183 -0
  33. data/docs/components/keystrokes.html.erb +76 -0
  34. data/docs/components/kitchen-sink.html.erb +870 -0
  35. data/docs/components/labels.html.erb +102 -0
  36. data/docs/components/magellan.html.erb +86 -0
  37. data/docs/components/orbit.html.erb +276 -0
  38. data/docs/components/pagination.html.erb +183 -0
  39. data/docs/components/panels.html.erb +123 -0
  40. data/docs/components/pricing-tables.html.erb +156 -0
  41. data/docs/components/progress-bars.html.erb +123 -0
  42. data/docs/components/reveal.html.erb +162 -0
  43. data/docs/components/section.html.erb +1023 -0
  44. data/docs/components/side-nav.html.erb +124 -0
  45. data/docs/components/split-buttons.html.erb +220 -0
  46. data/docs/components/sub-nav.html.erb +122 -0
  47. data/docs/components/switch.html.erb +290 -0
  48. data/docs/components/tables.html.erb +125 -0
  49. data/docs/components/thumbnails.html.erb +89 -0
  50. data/docs/components/tooltips.html.erb +76 -0
  51. data/docs/components/top-bar.html.erb +300 -0
  52. data/docs/components/type.html.erb +396 -0
  53. data/docs/components/visibility.html.erb +110 -0
  54. data/docs/config.ru +12 -0
  55. data/docs/config/deploy.rb +36 -0
  56. data/docs/controller.rb +49 -0
  57. data/docs/css/_coderay.scss +116 -0
  58. data/docs/css/_settings.scss +1 -0
  59. data/docs/css/docs.scss +239 -0
  60. data/docs/css/normalize.scss +396 -0
  61. data/docs/css/qunit-composite.css +13 -0
  62. data/docs/css/qunit.css +235 -0
  63. data/docs/faq.html.erb +63 -0
  64. data/docs/img/demos/demo1-th.jpg +0 -0
  65. data/docs/img/demos/demo1.jpg +0 -0
  66. data/docs/img/demos/demo2-th.jpg +0 -0
  67. data/docs/img/demos/demo2.jpg +0 -0
  68. data/docs/img/demos/demo3-th.jpg +0 -0
  69. data/docs/img/demos/demo3.jpg +0 -0
  70. data/docs/img/demos/demo4-th.jpg +0 -0
  71. data/docs/img/demos/demo4.jpg +0 -0
  72. data/docs/img/demos/demo5-th.jpg +0 -0
  73. data/docs/img/demos/demo5.jpg +0 -0
  74. data/docs/index.html.erb +298 -0
  75. data/docs/javascript.html.erb +138 -0
  76. data/docs/js/docs.js +3 -0
  77. data/docs/js/qunit-composite.js +105 -0
  78. data/docs/js/qunit.js +1977 -0
  79. data/docs/js/tests/tabs/simple_tabs.html +57 -0
  80. data/docs/js/tests/tabs/simple_tabs.js +54 -0
  81. data/docs/js/tests/tooltips/tooltips.html +39 -0
  82. data/docs/js/tests/tooltips/tooltips.js +11 -0
  83. data/docs/layout.html.erb +128 -0
  84. data/docs/media-queries.html.erb +96 -0
  85. data/docs/rails.html.erb +76 -0
  86. data/docs/rtl.html.erb +53 -0
  87. data/docs/sass.html.erb +1297 -0
  88. data/docs/support.html.erb +143 -0
  89. data/js/{foundation/foundation.alerts.js → abstractio/abstractio.alerts.js} +2 -2
  90. data/js/{foundation/foundation.clearing.js → abstractio/abstractio.clearing.js} +6 -6
  91. data/js/{foundation/foundation.cookie.js → abstractio/abstractio.cookie.js} +1 -1
  92. data/js/{foundation/foundation.dropdown.js → abstractio/abstractio.dropdown.js} +5 -5
  93. data/js/{foundation/foundation.forms.js → abstractio/abstractio.forms.js} +7 -7
  94. data/js/{foundation/foundation.joyride.js → abstractio/abstractio.joyride.js} +5 -5
  95. data/js/{foundation/foundation.js → abstractio/abstractio.js} +13 -13
  96. data/js/{foundation/foundation.magellan.js → abstractio/abstractio.magellan.js} +3 -3
  97. data/js/{foundation/foundation.orbit.js → abstractio/abstractio.orbit.js} +6 -6
  98. data/js/{foundation/foundation.placeholder.js → abstractio/abstractio.placeholder.js} +1 -1
  99. data/js/{foundation/foundation.reveal.js → abstractio/abstractio.reveal.js} +3 -3
  100. data/js/{foundation/foundation.section.js → abstractio/abstractio.section.js} +5 -5
  101. data/js/{foundation/foundation.tooltips.js → abstractio/abstractio.tooltips.js} +6 -6
  102. data/js/{foundation/foundation.topbar.js → abstractio/abstractio.topbar.js} +3 -3
  103. data/js/abstractio/index.js +16 -0
  104. data/js/vendor/jquery.js +3 -3
  105. data/lib/abstractio/generators/USAGE +1 -1
  106. data/lib/abstractio/version.rb +1 -1
  107. data/package.json +15 -0
  108. data/scss/abstractio.scss +37 -37
  109. data/scss/abstractio/_variables.scss +1 -1
  110. data/scss/abstractio/components/_alert-boxes.scss +1 -1
  111. data/scss/abstractio/components/_block-grid.scss +2 -2
  112. data/scss/abstractio/components/_dropdown.scss +1 -1
  113. data/scss/abstractio/components/_global.scss +2 -2
  114. data/scss/abstractio/components/_joyride.scss +1 -1
  115. data/scss/abstractio/components/_pagination.scss +1 -1
  116. data/scss/abstractio/components/_switch.scss +1 -1
  117. data/scss/abstractio/components/_visibility.scss +2 -2
  118. data/templates/project/.gitignore +1 -1
  119. data/templates/project/MIT-LICENSE.txt +1 -1
  120. data/templates/project/config.rb +1 -1
  121. data/templates/project/humans.txt +2 -2
  122. data/templates/project/index.html +11 -11
  123. data/templates/project/manifest.rb +1 -1
  124. data/templates/project/scss/app.scss +38 -38
  125. data/templates/upgrade/manifest.rb +2 -2
  126. metadata +104 -22
  127. data/Gemfile +0 -4
  128. data/Rakefile +0 -2
  129. data/js/foundation/index.js +0 -16
  130. data/lib/abstractio.rb +0 -17
@@ -41,4 +41,4 @@ publish
41
41
  # build script local files
42
42
  build/buildinfo.properties
43
43
  build/config/buildinfo.properties
44
- marketing/files/foundation-download.zip
44
+ marketing/files/abstractio-download.zip
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 ZURB, http://www.zurb.com/
1
+ Copyright (c) 2011 ZURB, http://www.themepile.co.uk/
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- require 'zurb-foundation'
1
+ require 'themepile-abstractio'
2
2
  # Require any additional compass plugins here.
3
3
 
4
4
 
@@ -1,5 +1,5 @@
1
- /* Foundation was made by ZURB, an interaction design and design strategy firm in Campbell, CA */
2
- /* zurb.com */
1
+ /* Abstractio was made by ZURB, an interaction design and design strategy firm in Campbell, CA */
2
+ /* themepile.co.uk */
3
3
  /* humanstxt.org */
4
4
 
5
5
  /* SITE */
@@ -6,10 +6,10 @@
6
6
  <head>
7
7
  <meta charset="utf-8" />
8
8
  <meta name="viewport" content="width=device-width" />
9
- <title>Foundation 4</title>
9
+ <title>Abstractio 4</title>
10
10
 
11
11
  <% if template[:options][:customizer_used] %>
12
- <link rel="stylesheet" href="<%= css_dir %>/foundation.css" />
12
+ <link rel="stylesheet" href="<%= css_dir %>/abstractio.css" />
13
13
  <% else %>
14
14
  <link rel="stylesheet" href="<%= css_dir %>/app.css" />
15
15
  <% end %>
@@ -21,7 +21,7 @@
21
21
 
22
22
  <div class="row">
23
23
  <div class="large-12 columns">
24
- <h2>Welcome to Foundation</h2>
24
+ <h2>Welcome to Abstractio</h2>
25
25
  <p>This is version <%= template[:options][:version] %>.</p>
26
26
  <hr />
27
27
  </div>
@@ -87,14 +87,14 @@
87
87
 
88
88
  <div class="large-4 columns">
89
89
  <h4>Getting Started</h4>
90
- <p>We're stoked you want to try Foundation! To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
90
+ <p>We're stoked you want to try Abstractio! To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
91
91
 
92
92
  <h4>Other Resources</h4>
93
93
  <p>Once you've exhausted the fun in this document, you should check out:</p>
94
94
  <ul class="disc">
95
- <li><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</li>
96
- <li><a href="http://github.com/zurb/foundation">Foundation on Github</a><br />Latest code, issue reports, feature requests and more.</li>
97
- <li><a href="http://twitter.com/foundationzurb">@foundationzurb</a><br />Ping us on Twitter if you have questions. If you build something with this we'd love to see it (and send you a totally boss sticker).</li>
95
+ <li><a href="http://abstractio.themepile.co.uk/docs">Abstractio Documentation</a><br />Everything you need to know about using the framework.</li>
96
+ <li><a href="http://github.com/themepile/abstractio">Abstractio on Github</a><br />Latest code, issue reports, feature requests and more.</li>
97
+ <li><a href="http://twitter.com/abstractiothemepile">@abstractiothemepile</a><br />Ping us on Twitter if you have questions. If you build something with this we'd love to see it (and send you a totally boss sticker).</li>
98
98
  </ul>
99
99
  </div>
100
100
  </div>
@@ -105,20 +105,20 @@
105
105
  '.js><\/script>')
106
106
  </script>
107
107
  <% if template[:options][:customizer_used] %>
108
- <script src="<%= javascripts_dir %>/foundation.min.js"></script>
108
+ <script src="<%= javascripts_dir %>/abstractio.min.js"></script>
109
109
  <!--
110
110
  <% template[:options][:javascripts].each do |f| %>
111
- <script src="<%= javascripts_dir %>/foundation/<%= f %>"></script>
111
+ <script src="<%= javascripts_dir %>/abstractio/<%= f %>"></script>
112
112
  <% end %>
113
113
  -->
114
114
  <% else %>
115
- <script src="<%= javascripts_dir %>/foundation/foundation.js"></script>
115
+ <script src="<%= javascripts_dir %>/abstractio/abstractio.js"></script>
116
116
  <% template[:options][:javascripts].each do |f| %>
117
117
  <script src="<%= javascripts_dir %>/<%= f %>"></script>
118
118
  <% end %>
119
119
  <% end %>
120
120
  <script>
121
- $(document).foundation();
121
+ $(document).abstractio();
122
122
  </script>
123
123
  </body>
124
124
  </html>
@@ -30,7 +30,7 @@ html 'index.html', :erb => true, :javascripts => javascripts, :version => Abstra
30
30
 
31
31
  help %Q{
32
32
 
33
- If you need help, email us at abstractio@zurb.com or visit abstractio.zurb.com"
33
+ If you need help, email us at abstractio@themepile.co.uk or visit abstractio.themepile.co.uk"
34
34
 
35
35
  }
36
36
 
@@ -1,48 +1,48 @@
1
- // Global Foundation Settings
1
+ // Global Abstractio Settings
2
2
  @import "settings";
3
3
 
4
4
  // Comment out this import if you don't want to use normalize
5
5
  @import "normalize";
6
6
 
7
7
  // Comment out this import if you are customizing you imports below
8
- @import "foundation";
8
+ @import "abstractio";
9
9
 
10
- // Import specific parts of Foundation by commenting the import "foundation"
10
+ // Import specific parts of Abstractio by commenting the import "abstractio"
11
11
  // and uncommenting what you want below. You must uncomment the following if customizing
12
12
 
13
- // @import "foundation/components/global"; // *always required
14
- // @import "foundation/components/grid";
15
- // @import "foundation/components/visibility";
16
- // @import "foundation/components/block-grid";
17
- // @import "foundation/components/type";
18
- // @import "foundation/components/buttons";
19
- // @import "foundation/components/forms"; // *requires components/buttons
20
- // @import "foundation/components/custom-forms"; // *requires components/buttons, components/forms
21
- // @import "foundation/components/button-groups"; // *requires components/buttons
22
- // @import "foundation/components/dropdown-buttons"; // *requires components/buttons
23
- // @import "foundation/components/split-buttons"; // *requires components/buttons
24
- // @import "foundation/components/flex-video";
25
- // @import "foundation/components/section";
26
- // @import "foundation/components/top-bar"; // *requires components/grid
27
- // @import "foundation/components/orbit";
28
- // @import "foundation/components/reveal";
29
- // @import "foundation/components/joyride";
30
- // @import "foundation/components/clearing";
31
- // @import "foundation/components/alert-boxes";
32
- // @import "foundation/components/breadcrumbs";
33
- // @import "foundation/components/keystrokes";
34
- // @import "foundation/components/labels";
35
- // @import "foundation/components/inline-lists";
36
- // @import "foundation/components/pagination";
37
- // @import "foundation/components/panels";
38
- // @import "foundation/components/pricing-tables";
39
- // @import "foundation/components/progress-bars";
40
- // @import "foundation/components/side-nav";
41
- // @import "foundation/components/sub-nav";
42
- // @import "foundation/components/switch";
43
- // @import "foundation/components/magellan";
44
- // @import "foundation/components/tables";
45
- // @import "foundation/components/thumbs";
46
- // @import "foundation/components/tooltips";
47
- // @import "foundation/components/dropdown";
13
+ // @import "abstractio/components/global"; // *always required
14
+ // @import "abstractio/components/grid";
15
+ // @import "abstractio/components/visibility";
16
+ // @import "abstractio/components/block-grid";
17
+ // @import "abstractio/components/type";
18
+ // @import "abstractio/components/buttons";
19
+ // @import "abstractio/components/forms"; // *requires components/buttons
20
+ // @import "abstractio/components/custom-forms"; // *requires components/buttons, components/forms
21
+ // @import "abstractio/components/button-groups"; // *requires components/buttons
22
+ // @import "abstractio/components/dropdown-buttons"; // *requires components/buttons
23
+ // @import "abstractio/components/split-buttons"; // *requires components/buttons
24
+ // @import "abstractio/components/flex-video";
25
+ // @import "abstractio/components/section";
26
+ // @import "abstractio/components/top-bar"; // *requires components/grid
27
+ // @import "abstractio/components/orbit";
28
+ // @import "abstractio/components/reveal";
29
+ // @import "abstractio/components/joyride";
30
+ // @import "abstractio/components/clearing";
31
+ // @import "abstractio/components/alert-boxes";
32
+ // @import "abstractio/components/breadcrumbs";
33
+ // @import "abstractio/components/keystrokes";
34
+ // @import "abstractio/components/labels";
35
+ // @import "abstractio/components/inline-lists";
36
+ // @import "abstractio/components/pagination";
37
+ // @import "abstractio/components/panels";
38
+ // @import "abstractio/components/pricing-tables";
39
+ // @import "abstractio/components/progress-bars";
40
+ // @import "abstractio/components/side-nav";
41
+ // @import "abstractio/components/sub-nav";
42
+ // @import "abstractio/components/switch";
43
+ // @import "abstractio/components/magellan";
44
+ // @import "abstractio/components/tables";
45
+ // @import "abstractio/components/thumbs";
46
+ // @import "abstractio/components/tooltips";
47
+ // @import "abstractio/components/dropdown";
48
48
 
@@ -21,7 +21,7 @@ html '../project/index.html', :erb => true, :javascripts => javascripts, :versio
21
21
 
22
22
  help %Q{
23
23
 
24
- If you need help, email us at shaggysmile@gmail.com or visit abstractio.themepile.co.uk"
24
+ If you need help, email us at abstractio@themepile.co.uk or visit abstractio.themepile.co.uk"
25
25
 
26
26
  }
27
27
 
@@ -29,6 +29,6 @@ welcome_message %Q{
29
29
 
30
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 Abstractio so you should check out abstractio.themepile.co.uk
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 http://abstractio.themepile.co.uk/docs/gem-install.php#settings.
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.4
4
+ version: 4.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThemePile
@@ -38,40 +38,121 @@ dependencies:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Powerful, scalable, Sass-based, BEM, OOCSS framework
41
+ description: ZURB Abstractio on Sass/Compass
42
42
  email:
43
- - shaggysmile@gmail.com
43
+ - shaggysmile@themepile.co.uk
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - .gitignore
49
+ - .idea/scopes/scope_settings.xml
49
50
  - .rbenv-version
50
51
  - CONTRIBUTING.md
51
- - Gemfile
52
+ - Gemfile.lock
53
+ - Gruntfile.js
52
54
  - LICENSE
53
55
  - README.md
54
- - Rakefile
55
56
  - abstractio.gemspec
56
- - js/foundation/foundation.alerts.js
57
- - js/foundation/foundation.clearing.js
58
- - js/foundation/foundation.cookie.js
59
- - js/foundation/foundation.dropdown.js
60
- - js/foundation/foundation.forms.js
61
- - js/foundation/foundation.joyride.js
62
- - js/foundation/foundation.js
63
- - js/foundation/foundation.magellan.js
64
- - js/foundation/foundation.orbit.js
65
- - js/foundation/foundation.placeholder.js
66
- - js/foundation/foundation.reveal.js
67
- - js/foundation/foundation.section.js
68
- - js/foundation/foundation.tooltips.js
69
- - js/foundation/foundation.topbar.js
70
- - js/foundation/index.js
57
+ - docs/CHANGELOG.md
58
+ - docs/Capfile
59
+ - docs/Gemfile
60
+ - docs/Gemfile.lock
61
+ - docs/Procfile
62
+ - docs/README.md
63
+ - docs/_sidebar-components.html.erb
64
+ - docs/_sidebar.html.erb
65
+ - docs/changelog.html.erb
66
+ - docs/compile.rb
67
+ - docs/components/alert-boxes.html.erb
68
+ - docs/components/block-grid.html.erb
69
+ - docs/components/breadcrumbs.html.erb
70
+ - docs/components/button-groups.html.erb
71
+ - docs/components/buttons.html.erb
72
+ - docs/components/clearing.html.erb
73
+ - docs/components/custom-forms.html.erb
74
+ - docs/components/dropdown-buttons.html.erb
75
+ - docs/components/dropdown.html.erb
76
+ - docs/components/flex-video.html.erb
77
+ - docs/components/forms.html.erb
78
+ - docs/components/global.html.erb
79
+ - docs/components/grid.html.erb
80
+ - docs/components/inline-lists.html.erb
81
+ - docs/components/joyride.html.erb
82
+ - docs/components/keystrokes.html.erb
83
+ - docs/components/kitchen-sink.html.erb
84
+ - docs/components/labels.html.erb
85
+ - docs/components/magellan.html.erb
86
+ - docs/components/orbit.html.erb
87
+ - docs/components/pagination.html.erb
88
+ - docs/components/panels.html.erb
89
+ - docs/components/pricing-tables.html.erb
90
+ - docs/components/progress-bars.html.erb
91
+ - docs/components/reveal.html.erb
92
+ - docs/components/section.html.erb
93
+ - docs/components/side-nav.html.erb
94
+ - docs/components/split-buttons.html.erb
95
+ - docs/components/sub-nav.html.erb
96
+ - docs/components/switch.html.erb
97
+ - docs/components/tables.html.erb
98
+ - docs/components/thumbnails.html.erb
99
+ - docs/components/tooltips.html.erb
100
+ - docs/components/top-bar.html.erb
101
+ - docs/components/type.html.erb
102
+ - docs/components/visibility.html.erb
103
+ - docs/config.ru
104
+ - docs/config/deploy.rb
105
+ - docs/controller.rb
106
+ - docs/css/_coderay.scss
107
+ - docs/css/_settings.scss
108
+ - docs/css/docs.scss
109
+ - docs/css/normalize.scss
110
+ - docs/css/qunit-composite.css
111
+ - docs/css/qunit.css
112
+ - docs/faq.html.erb
113
+ - docs/img/demos/demo1-th.jpg
114
+ - docs/img/demos/demo1.jpg
115
+ - docs/img/demos/demo2-th.jpg
116
+ - docs/img/demos/demo2.jpg
117
+ - docs/img/demos/demo3-th.jpg
118
+ - docs/img/demos/demo3.jpg
119
+ - docs/img/demos/demo4-th.jpg
120
+ - docs/img/demos/demo4.jpg
121
+ - docs/img/demos/demo5-th.jpg
122
+ - docs/img/demos/demo5.jpg
123
+ - docs/index.html.erb
124
+ - docs/javascript.html.erb
125
+ - docs/js/docs.js
126
+ - docs/js/qunit-composite.js
127
+ - docs/js/qunit.js
128
+ - docs/js/tests/tabs/simple_tabs.html
129
+ - docs/js/tests/tabs/simple_tabs.js
130
+ - docs/js/tests/tooltips/tooltips.html
131
+ - docs/js/tests/tooltips/tooltips.js
132
+ - docs/layout.html.erb
133
+ - docs/media-queries.html.erb
134
+ - docs/rails.html.erb
135
+ - docs/rtl.html.erb
136
+ - docs/sass.html.erb
137
+ - docs/support.html.erb
138
+ - js/abstractio/abstractio.alerts.js
139
+ - js/abstractio/abstractio.clearing.js
140
+ - js/abstractio/abstractio.cookie.js
141
+ - js/abstractio/abstractio.dropdown.js
142
+ - js/abstractio/abstractio.forms.js
143
+ - js/abstractio/abstractio.joyride.js
144
+ - js/abstractio/abstractio.js
145
+ - js/abstractio/abstractio.magellan.js
146
+ - js/abstractio/abstractio.orbit.js
147
+ - js/abstractio/abstractio.placeholder.js
148
+ - js/abstractio/abstractio.reveal.js
149
+ - js/abstractio/abstractio.section.js
150
+ - js/abstractio/abstractio.tooltips.js
151
+ - js/abstractio/abstractio.topbar.js
152
+ - js/abstractio/index.js
71
153
  - js/vendor/custom.modernizr.js
72
154
  - js/vendor/jquery.js
73
155
  - js/vendor/zepto.js
74
- - lib/abstractio.rb
75
156
  - lib/abstractio/engine.rb
76
157
  - lib/abstractio/generators/USAGE
77
158
  - lib/abstractio/generators/install_generator.rb
@@ -80,6 +161,7 @@ files:
80
161
  - lib/abstractio/generators/templates/application.html.slim
81
162
  - lib/abstractio/version.rb
82
163
  - lib/themepile-abstractio.rb
164
+ - package.json
83
165
  - scss/abstractio.scss
84
166
  - scss/abstractio/_variables.scss
85
167
  - scss/abstractio/components/_alert-boxes.scss
@@ -149,5 +231,5 @@ rubyforge_project:
149
231
  rubygems_version: 2.0.3
150
232
  signing_key:
151
233
  specification_version: 4
152
- summary: Powerful, scalable, Sass-based, BEM, OOCSS framework
234
+ summary: ZURB Abstractio on Sass/Compass
153
235
  test_files: []
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in abstractio.gemspec
4
- gemspec
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env rake
2
- require "bundler/gem_tasks"
@@ -1,16 +0,0 @@
1
- /*
2
- =require foundation/foundation
3
- =require foundation/foundation.alerts
4
- =require foundation/foundation.clearing
5
- =require foundation/foundation.cookie
6
- =require foundation/foundation.dropdown
7
- =require foundation/foundation.forms
8
- =require foundation/foundation.joyride
9
- =require foundation/foundation.magellan
10
- =require foundation/foundation.orbit
11
- =require foundation/foundation.placeholder
12
- =require foundation/foundation.reveal
13
- =require foundation/foundation.section
14
- =require foundation/foundation.tooltips
15
- =require foundation/foundation.topbar
16
- */
@@ -1,17 +0,0 @@
1
- root = File.join(File.dirname(__FILE__), "..")
2
- require "abstractio/version"
3
-
4
- if defined?(Rails)
5
- require "abstractio/generators/install_generator"
6
- end
7
-
8
- module Foundation
9
- require "abstractio/engine" if defined?(Rails)
10
- end
11
-
12
- if defined?(Compass)
13
- Compass::Frameworks.register("abstractio",
14
- :stylesheets_directory => File.join(root,"scss"),
15
- :templates_directory => File.join(root,"templates")
16
- )
17
- end