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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48440d3d9b61479fd626bb86f549fd3420f6f7de
4
- data.tar.gz: ae42aa4bff08fb3e264b74e65799576432386a04
3
+ metadata.gz: 83f60d5460852f2b3da478f9e0b26a5086eddaa4
4
+ data.tar.gz: 72f7885a1f190095646f6d4ec09f3abcc719141f
5
5
  SHA512:
6
- metadata.gz: 8bd1af8db259ac3aa85718456e917516cedd9768cc5bfd278e025e69623a001d1fe5f5b22d9d0be775a61544f1196ca3d3550f3ac08d2b64d9482029108fd136
7
- data.tar.gz: 8180bc5af346fdb2ed0c207c90aabe57d79b2cedbb188151fddc88352845df8af8656b03413a4a79a078403139631da62161382391c8e00fe2c740248ef40a64
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/jgnatch/mountain_view.svg?branch=master)](https://travis-ci.org/jgnatch/mountain_view)
5
- [![Code Climate](https://codeclimate.com/github/jgnatch/mountain_view/badges/gpa.svg)](https://codeclimate.com/github/jgnatch/mountain_view)
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/jgnatch/mountain_view_demo" target="_blank">source repo</a>)
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/jgnatch/mountain_view_demo" target="_blank">source repo</a>)
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/jgnatch)
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>
@@ -1,3 +1,3 @@
1
1
  module MountainView
2
- VERSION = "0.8.0".freeze
2
+ VERSION = "0.8.1".freeze
3
3
  end
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.0
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-01-22 00:00:00.000000000 Z
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
- homepage: http://github.com/jgnatch/mountain_view
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