mountain_view 0.7.0 → 0.7.1
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 +4 -4
- data/README.md +0 -7
- data/app/assets/javascripts/mountain_view.js.erb +4 -4
- data/app/assets/stylesheets/mountain_view/styleguide.css +2 -1
- data/app/assets/stylesheets/mountain_view.css.erb +4 -4
- data/app/helpers/mountain_view/styleguide_helper.rb +2 -1
- data/lib/mountain_view/component.rb +1 -1
- data/lib/mountain_view/configuration.rb +5 -0
- data/lib/mountain_view/engine.rb +9 -2
- data/lib/mountain_view/version.rb +1 -1
- data/lib/mountain_view.rb +2 -1
- data/test/dummy/log/test.log +1779 -2415
- metadata +3 -5
- data/test/dummy/log/development.log +0 -5452
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.7.
|
|
4
|
+
version: 0.7.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: 2015-
|
|
12
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -119,7 +119,6 @@ files:
|
|
|
119
119
|
- test/dummy/config/locales/en.yml
|
|
120
120
|
- test/dummy/config/routes.rb
|
|
121
121
|
- test/dummy/config/secrets.yml
|
|
122
|
-
- test/dummy/log/development.log
|
|
123
122
|
- test/dummy/log/test.log
|
|
124
123
|
- test/dummy/public/404.html
|
|
125
124
|
- test/dummy/public/422.html
|
|
@@ -155,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
154
|
version: '0'
|
|
156
155
|
requirements: []
|
|
157
156
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 2.
|
|
157
|
+
rubygems_version: 2.4.8
|
|
159
158
|
signing_key:
|
|
160
159
|
specification_version: 4
|
|
161
160
|
summary: Mountain View helps you create reusable visual components on your Rails Application.
|
|
@@ -205,7 +204,6 @@ test_files:
|
|
|
205
204
|
- test/dummy/config/routes.rb
|
|
206
205
|
- test/dummy/config/secrets.yml
|
|
207
206
|
- test/dummy/config.ru
|
|
208
|
-
- test/dummy/log/development.log
|
|
209
207
|
- test/dummy/log/test.log
|
|
210
208
|
- test/dummy/public/404.html
|
|
211
209
|
- test/dummy/public/422.html
|