woo 0.1.11 → 0.1.12

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: 9b38a3fbb1c72541bc36fd0b409f847f13cbb7b4
4
- data.tar.gz: 3eaa95136e540c8950420d9fbec76532c61b1d17
3
+ metadata.gz: 33444ef1752fbb95b6d4d38d41498078358385fa
4
+ data.tar.gz: 7070ff70e795d983f428fe1a07497cb4f4b7f932
5
5
  SHA512:
6
- metadata.gz: ed9fa036753bd5834a5d26dcfa51af52102d591d8e4156a81412086bc31024c11b8f4c43c288663167f60012cd01a88ccec35b4f2e63f91da7e1b2cbd7180cc1
7
- data.tar.gz: 2ef749110b16e09ebcaefcbcb660aa5757d786649509433917ef2166245c2ea17651eeac70e8e2f4aa755d0e952058654f0f774c3874244cbffb8048d4e2604b
6
+ metadata.gz: 57de074f7e662e8f67ca67ec77999088882014270b837d5d444b72e169558d213eecda59581b9b93cad6ed1e3808707c728edd24cde0fc6ea65e410a7981c229
7
+ data.tar.gz: 93bf1c89a3219b9f4921c62cdda754209d5aacbc7be6841ce2aca5df54dae3409f1434c910833c52ec1390465bfad003721f4a39e9e145b83b1b2432419c8305
data/README.md CHANGED
@@ -38,7 +38,7 @@ Creates `app/views/styleguide/ui_elements/_NAME.html.haml`
38
38
  UI Elements are rendered as partials rather than individual pages.
39
39
 
40
40
  ```
41
- rails generate styleguide:ui_element NAME
41
+ rails generate woo:ui_element NAME
42
42
  ```
43
43
 
44
44
  ## Configuration
@@ -7,7 +7,7 @@
7
7
  - if notes
8
8
  %dd.notes
9
9
  .row
10
- .small-12.columns
10
+ .small-12.column
11
11
  .wrapper
12
12
  %h3.notes-title # Notes
13
13
  = render_haml_string(notes)
@@ -10,7 +10,7 @@ Example:
10
10
  Creates app/views/styleguide/DIRECTORY/NAME
11
11
  If <DIRECTORY> is not specified, it will default to 'pages'
12
12
 
13
- rails generate styleguide:ui_element NAME
13
+ rails generate woo:ui_element NAME
14
14
 
15
15
  Creates app/views/styleguide/ui_elements/_NAME
16
16
  ui_elements are rendered as partials
@@ -1,3 +1,3 @@
1
1
  module Woo
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Altman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-10 00:00:00.000000000 Z
12
+ date: 2016-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails