ama_layout 3.2.1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f1b6a71dc9073b5ad571b41c0ab7b98e36e3a44
4
- data.tar.gz: cbb02f64314870c6aa31a53b9bb2b601f46887df
3
+ metadata.gz: a490c837bd07b1cfd13faa216dcf606397a00b51
4
+ data.tar.gz: 1f092add0db363e0e61d5de622f9096165b8eddc
5
5
  SHA512:
6
- metadata.gz: 7bb45eb3e048eb145fe311ce1f12566c03e59d7b5d26da7ce77a0266a283b6d0288ae34547d03ed1771d127c31c97dafcd40242092015629cb77f8e573a2dc9d
7
- data.tar.gz: f2992d756c2842dd130c4cd6304411dd982d77d241d6c28b6af674b40b9a5c85c2a1cbe614eb5d61d4a9430fa50971aa402b6a1e35e2cea9c07c12dd6bbf8397
6
+ metadata.gz: fe625df9f94ec68e341a1313ac34f7a1a0f3a70987db4d0531d186de6770b8dc26244c0b821b4213d6598d55c3c384aa5123c6855e5a2a91ff5a17b37410b87c
7
+ data.tar.gz: 98e161833c13071412168cdc1630c7cd535b0b796b1da30d83fdc152fd448c1ec10bdea0a50b1f9101074cc4248bf7646fa5ce781967d8816c0c858073ff79c4
@@ -0,0 +1,7 @@
1
+ @charset 'utf-8';
2
+
3
+ @import 'foundation';
4
+
5
+ @include foundation-global-styles;
6
+ @include foundation-grid;
7
+ @include foundation-forms;
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '3.2.1'
2
+ VERSION = '3.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2016-07-04 00:00:00.000000000 Z
21
+ date: 2016-07-19 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -269,6 +269,7 @@ files:
269
269
  - app/assets/stylesheets/ama_layout/_settings.scss
270
270
  - app/assets/stylesheets/ama_layout/application.scss
271
271
  - app/assets/stylesheets/ama_layout/foundation_and_overrides.scss
272
+ - app/assets/stylesheets/ama_layout/foundation_and_overrides_battery.scss
272
273
  - app/assets/stylesheets/ama_layout/layout/base-styles.scss
273
274
  - app/assets/stylesheets/ama_layout/layout/helper-classes.scss
274
275
  - app/assets/stylesheets/ama_layout/layout/index.scss
@@ -374,7 +375,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
374
375
  version: '0'
375
376
  requirements: []
376
377
  rubyforge_project:
377
- rubygems_version: 2.2.0
378
+ rubygems_version: 2.6.4
378
379
  signing_key:
379
380
  specification_version: 4
380
381
  summary: ".ama.ab.ca site layouts"
@@ -399,3 +400,4 @@ test_files:
399
400
  - spec/internal/log/.gitignore
400
401
  - spec/internal/public/favicon.ico
401
402
  - spec/spec_helper.rb
403
+ has_rdoc: