mountain_view 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/app/views/mountain_view/styleguide/show.html.erb +1 -1
- data/lib/mountain_view/version.rb +1 -1
- data/test/tmp/app/components/widget/_widget.html.haml +0 -0
- data/test/tmp/app/components/widget/widget.coffee +0 -0
- data/test/tmp/app/components/widget/widget.scss +0 -0
- data/test/tmp/app/components/widget/widget.yml +0 -0
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83f60d5460852f2b3da478f9e0b26a5086eddaa4
|
4
|
+
data.tar.gz: 72f7885a1f190095646f6d4ec09f3abcc719141f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c887c08827b419b6c2c674ccbae3d4aef524565430d2fca40d0eb45d79e75a4e1aa050b07fabd2d71ebca512930a95da208ea26e85ec656bc03798d6eda637eb
|
7
|
+
data.tar.gz: b20d3e97269e455e7859da4e48e0f7898d8fdbabd1e8c169c13210a0ee15ee663aee6aa5a2d7577f6c3ed424170a3ccf19816c45f2580277dd79098d1a7ab8b7
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
![Mountain View](https://cloud.githubusercontent.com/assets/623766/7324123/e4f4a9fe-ea89-11e4-97cd-006314593252.png)
|
2
2
|
|
3
3
|
|
4
|
-
[![Build Status](https://travis-ci.org/
|
5
|
-
[![Code Climate](https://codeclimate.com/github/
|
4
|
+
[![Build Status](https://travis-ci.org/devnacho/mountain_view.svg?branch=master)](https://travis-ci.org/devnacho/mountain_view)
|
5
|
+
[![Code Climate](https://codeclimate.com/github/devnacho/mountain_view/badges/gpa.svg)](https://codeclimate.com/github/devnacho/mountain_view)
|
6
6
|
|
7
7
|
With Mountain View you create reusable components for your Rails frontend, while generating a living style guide.
|
8
8
|
|
@@ -11,7 +11,7 @@ _FAQ_: Does it generate it automatically? You bet!
|
|
11
11
|
#### Example Style Guide
|
12
12
|
|
13
13
|
Visit the **<a href="https://mountain-view.herokuapp.com/mountain_view/styleguide" target="_blank">living style guide demo!</a>**
|
14
|
-
(<a href="https://github.com/
|
14
|
+
(<a href="https://github.com/devnacho/mountain_view_demo" target="_blank">source repo</a>)
|
15
15
|
|
16
16
|
<a href="https://mountain-view.herokuapp.com" target="_blank">Usage of components demo here!</a>
|
17
17
|
|
@@ -125,7 +125,7 @@ E.g: `app/components/card/card.yml`
|
|
125
125
|
#### Example Style Guide
|
126
126
|
|
127
127
|
Visit the **<a href="https://mountain-view.herokuapp.com/mountain_view/styleguide" target="_blank">living style guide demo!</a>**
|
128
|
-
(<a href="https://github.com/
|
128
|
+
(<a href="https://github.com/devnacho/mountain_view_demo" target="_blank">source repo</a>)
|
129
129
|
|
130
130
|
<a href="https://mountain-view.herokuapp.com" target="_blank">Usage of components demo here!</a>
|
131
131
|
|
@@ -140,7 +140,7 @@ See the [contributing guide](./CONTRIBUTING.md).
|
|
140
140
|
### Current Maintainers
|
141
141
|
|
142
142
|
* [Esteban Pastorino](https://github.com/kitop)
|
143
|
-
* [Ignacio Gutierrez](https://github.com/
|
143
|
+
* [Ignacio Gutierrez](https://github.com/devnacho)
|
144
144
|
|
145
145
|
## Credits
|
146
146
|
This library was inspired by [Rizzo](http://rizzo.lonelyplanet.com/styleguide/ui-components/cards), a wonderful living style guide created by the guys at LonelyPlanet. [More info here](http://engineering.lonelyplanet.com/2014/05/18/a-maintainable-styleguide.html)
|
@@ -13,7 +13,7 @@
|
|
13
13
|
<% @component.component_stubs.each_with_index do |component_properties, index| %>
|
14
14
|
<div class="mv-component">
|
15
15
|
<div class="mv-component__item">
|
16
|
-
<%= render_component @component.name, component_properties %>
|
16
|
+
<%= render_component @component.name, component_properties.clone %>
|
17
17
|
</div>
|
18
18
|
<div class="mv-component__description">
|
19
19
|
<h2><%= @component.title %> <%= index + 1 %></h2>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mountain_view
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ignacio Gutierrez
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -130,7 +130,11 @@ files:
|
|
130
130
|
- test/mountain_view/configuration_test.rb
|
131
131
|
- test/mountain_view_test.rb
|
132
132
|
- test/test_helper.rb
|
133
|
-
|
133
|
+
- test/tmp/app/components/widget/_widget.html.haml
|
134
|
+
- test/tmp/app/components/widget/widget.coffee
|
135
|
+
- test/tmp/app/components/widget/widget.scss
|
136
|
+
- test/tmp/app/components/widget/widget.yml
|
137
|
+
homepage: http://github.com/devnacho/mountain_view
|
134
138
|
licenses:
|
135
139
|
- MIT
|
136
140
|
metadata: {}
|
@@ -150,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
154
|
version: '0'
|
151
155
|
requirements: []
|
152
156
|
rubyforge_project:
|
153
|
-
rubygems_version: 2.5.1
|
157
|
+
rubygems_version: 2.4.5.1
|
154
158
|
signing_key:
|
155
159
|
specification_version: 4
|
156
160
|
summary: Mountain View helps you create reusable visual components on your Rails Application.
|
@@ -212,3 +216,7 @@ test_files:
|
|
212
216
|
- test/mountain_view/configuration_test.rb
|
213
217
|
- test/mountain_view_test.rb
|
214
218
|
- test/test_helper.rb
|
219
|
+
- test/tmp/app/components/widget/_widget.html.haml
|
220
|
+
- test/tmp/app/components/widget/widget.coffee
|
221
|
+
- test/tmp/app/components/widget/widget.scss
|
222
|
+
- test/tmp/app/components/widget/widget.yml
|