-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge github.com:kyan/foundation-rails - ( PULLING IN 5.5.0 )
# By Arthur (17) and others # Via Arthur (2) and others * github.com:kyan/foundation-rails: Updating version rb file Updating to Foundation 5.5.0 uses Sass 3.4.9 Updating Added coffeescript support for the foundation initializer Updating version Updating to Version 5.4.5 Updating Version New Version Don't allow sass 3.4+ in the gemspec Updating version Updating 5.4.3 5.4.3 Fix Updating to 5.4.2 Updating Bower.json Updating to 5.4.1 Changing back to 5.4.0 Bumping Version #s Updating to 5.4.0 Moving application `javascript_include_tag` to the HTML <head>. Conflicts: bower.json lib/foundation/rails/version.rb vendor/assets/_settings.scss vendor/assets/javascripts/foundation/foundation.abide.js vendor/assets/javascripts/foundation/foundation.accordion.js vendor/assets/javascripts/foundation/foundation.alert.js vendor/assets/javascripts/foundation/foundation.clearing.js vendor/assets/javascripts/foundation/foundation.dropdown.js vendor/assets/javascripts/foundation/foundation.equalizer.js vendor/assets/javascripts/foundation/foundation.interchange.js vendor/assets/javascripts/foundation/foundation.joyride.js vendor/assets/javascripts/foundation/foundation.js vendor/assets/javascripts/foundation/foundation.magellan.js vendor/assets/javascripts/foundation/foundation.offcanvas.js vendor/assets/javascripts/foundation/foundation.orbit.js vendor/assets/javascripts/foundation/foundation.reveal.js vendor/assets/javascripts/foundation/foundation.slider.js vendor/assets/javascripts/foundation/foundation.tab.js vendor/assets/javascripts/foundation/foundation.tooltip.js vendor/assets/javascripts/foundation/foundation.topbar.js vendor/assets/stylesheets/foundation/_functions.scss vendor/assets/stylesheets/foundation/_settings.scss vendor/assets/stylesheets/foundation/components/_accordion.scss vendor/assets/stylesheets/foundation/components/_button-groups.scss vendor/assets/stylesheets/foundation/components/_forms.scss vendor/assets/stylesheets/foundation/components/_global.scss vendor/assets/stylesheets/foundation/components/_icon-bar.scss vendor/assets/stylesheets/foundation/components/_offcanvas.scss vendor/assets/stylesheets/foundation/components/_orbit.scss vendor/assets/stylesheets/foundation/components/_reveal.scss vendor/assets/stylesheets/foundation/components/_switches.scss vendor/assets/stylesheets/foundation/components/_tabs.scss vendor/assets/stylesheets/foundation/components/_top-bar.scss
- Loading branch information
Showing
48 changed files
with
856 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "foundation-rails", | ||
"version": "5.4.6.0", | ||
"version": "5.5.0.0", | ||
"dependencies": { | ||
"foundation": "5.4.6" | ||
"foundation": "5.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Foundation | ||
module Rails | ||
VERSION = "5.4.5.0" | ||
VERSION = "5.5.0.0" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.