rails_layout 1.0.17 → 1.0.18

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: b3fa1279aad47da23ed6695f14c549bfb787413f
4
- data.tar.gz: 9ab17b3864318489a1c3048ac6924a9b215d1b22
3
+ metadata.gz: eaaf7fe996af44a08acda6e0d29ecc70e8857ab4
4
+ data.tar.gz: 54cbaf1e6767f130583635e397517a6d038b738e
5
5
  SHA512:
6
- metadata.gz: 7ff9256f7f44685f8267022d9a5ec61077ac8ac9655a5dcc2a1e476fcd6f0679fd5f7043e4af5af9a2325a294c8b213d1eb3cb640f9d15df41e0eb48142ddca1
7
- data.tar.gz: 3c8fc7f3aed0ff9adf45ad9fc367124e84ff8a496e884824434562963c4b354399072585f317ca8a24a429551b6b3724294fc4ae90dd4adfde0d5fcb449c48f0
6
+ metadata.gz: a035f091a1d5493bc4caff2829e98419c3611b260a35939bfb80399626f2728faf2c8cce52fe303da8a4882fee12746b7f4dc24b64640cc3fa5a78a73f74c324
7
+ data.tar.gz: 9132bdbd343d30006098522e44d0345bbdc7347143819c371ed1deb4a86e40f6aaa333067c147441b76e77dac6dfd4b6acdf9d7fe7733e8048eb4fa3878e0002
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.18 June 2, 2014
4
+
5
+ * update for RSpec 3.0
6
+
3
7
  h3. 1.0.17 May 30, 2014
4
8
 
5
9
  * add styling for forms when either Devise or OmniAuth is present
data/README.textile CHANGED
@@ -132,6 +132,8 @@ It creates partials for:
132
132
  * Rails flash messages
133
133
  * navigation links
134
134
 
135
+ Additionally, if Devise or OmniAuth is present, the command will add Sass mixins to accommodate forms. The Sass mixins add form styling to be used with either Bootstrap or Foundation (so we don't have to maintain separate views for each front-end framework).
136
+
135
137
  h4. Supported Frameworks
136
138
 
137
139
  You can generate layout files suitable for use with the following front-end frameworks:
@@ -418,12 +420,6 @@ The command will create (or replace) these files:
418
420
  * app/views/devise/registrations/edit.html.erb
419
421
  * app/views/devise/registrations/new.html.erb
420
422
 
421
- Additionally, the command will update a file to append Sass mixins to accommodate Bootstrap or Foundation:
422
-
423
- * app/assets/stylesheets/framework_and_overrides.css.scss
424
-
425
- The Sass mixins allow any view to be used with either Bootstrap or Foundation (so we don't have to maintain separate views for each front-end framework).
426
-
427
423
  h4. Limitations
428
424
 
429
425
  At this time, with the "layout:devise" command, only Foundation 5 or Bootstrap 3 are supported. Files are not generated for Haml or Slim.
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require 'rails_helper'
2
2
 
3
3
  # Feature: Navigation links
4
4
  # As a visitor
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.17"
2
+ VERSION = "1.0.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-31 00:00:00.000000000 Z
11
+ date: 2014-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler