foundation-rails 5.5.3.1 → 5.5.3.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18f5f13ec3427b37bd7c22d3bbc65094d90d4ba1
4
- data.tar.gz: b8c0fcfda7ab5a42f4411699622a9f3488c4bdc9
3
+ metadata.gz: b1188fbfd0e095eeb2eb0cb54d23999a15cd78ff
4
+ data.tar.gz: 28b05dda3f3030bd2e86ba7d07b3dccf0e3c969a
5
5
  SHA512:
6
- metadata.gz: a795af141ae083f13451265c38517c26095de939e22ae24031fa1ed1a75f4ad1c7443e9eeb991e7a46ff4a5d7c24921e9ad079741cbf939e4daf4877cbd3a3a7
7
- data.tar.gz: 75a8415f4875695cc21e830acf5634564e195512cba605288d839a6552218682bf0141a0d0ddfba8ee44f1e17eee3c792a55885b4eb7fef3af74c04ae1dd5061
6
+ metadata.gz: 5cca190ab52ea79e01f3dc3536acfc712a22ec22420585097551e91489886dc935c7e26bf8e5c09dcb335b677615d16ca2bb7d77c092388bf5eeb27d69a3b6af
7
+ data.tar.gz: eb1eed1c61abb0c0defa55c4e35fc32b0687701bfd6d03d10628b27ca6a2b2fc5d4e72a28483a08ff97b50556400ddf3afbe3e92b1bd3e48946a23948a7907f6
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundation-rails",
3
- "version": "5.5.3.1",
3
+ "version": "5.5.3.2",
4
4
  "dependencies": {
5
5
  "foundation": "5.5.3"
6
6
  }
@@ -1,5 +1,5 @@
1
1
  module Foundation
2
2
  module Rails
3
- VERSION = "5.5.3.1"
3
+ VERSION = "5.5.3.2"
4
4
  end
5
5
  end
@@ -12,7 +12,9 @@ cp -R bower_components/foundation/scss/* vendor/assets/stylesheets/
12
12
 
13
13
  # create vendor/assets/javascripts/foundation.js (rails inclusions //=require foundation, ...)
14
14
  cd vendor/assets/javascripts
15
- for f in foundation/*.js; do echo "//= require $f" | sed 's/.js//' >> foundation.js ; done
15
+ echo '//= require foundation/foundation' > foundation.js
16
+ for f in foundation/*.*.js; do echo "//= require $f" | sed 's/.js//' >> foundation.js ; done
16
17
 
17
18
  # echo "Now update version.rb"
18
19
 
20
+ cd -
@@ -1,3 +1,4 @@
1
+ //= require foundation/foundation
1
2
  //= require foundation/foundation.abide
2
3
  //= require foundation/foundation.accordion
3
4
  //= require foundation/foundation.alert
@@ -6,7 +7,6 @@
6
7
  //= require foundation/foundation.equalizer
7
8
  //= require foundation/foundation.interchange
8
9
  //= require foundation/foundation.joyride
9
- //= require foundation/foundation
10
10
  //= require foundation/foundation.magellan
11
11
  //= require foundation/foundation.offcanvas
12
12
  //= require foundation/foundation.orbit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundation-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.3.1
4
+ version: 5.5.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZURB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2015-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass