mountain_view 0.4.2 → 0.4.3

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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/mountain_view.js.erb +9 -5
  3. data/app/assets/stylesheets/mountain_view.css.erb +10 -5
  4. data/app/assets/stylesheets/mountain_view/styleguide.css +10 -0
  5. data/app/views/mountain_view/styleguide/index.html.erb +30 -3
  6. data/lib/mountain_view/version.rb +1 -1
  7. data/test/dummy/log/development.log +2081 -0
  8. data/test/dummy/log/test.log +65 -0
  9. data/test/dummy/tmp/cache/assets/development/sprockets/0848104d612d68babe788b064bb6a773 +0 -0
  10. data/test/dummy/tmp/cache/assets/development/sprockets/0a5bb8ddcf321e88738e02ffb0cd02ef +0 -0
  11. data/test/dummy/tmp/cache/assets/development/sprockets/1358febedd4ca96d2bffd10daf71a841 +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/13e30b9b47c795b0bf1c24f728ef72bb +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/1a3befd27690385985935fbefadee114 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/24edf0f5a75b1eaf031a84d2eec7e54f +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/37f90f006cee6a567571d9ef098f959c +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/46844defcba01dc849d9b419893f98cc +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/6469b6494dfcb7811bd823eb37679edb +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/6b18a41e40b87e9cf56140076eaf8ee7 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/6d1c1dbe626c83b900adee3270c25207 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/7eb84ecf34a4f7e714d58448a8eb10bd +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/824c181bcb9f516c1654e68382637e0d +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/895678836daa2e7d767a0b18998d3b32 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/8c07e75d74ea0522402fbfac992809c9 +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/90a2a412cf77f0878e811db239c79cbc +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/9779666a1e99dffc397e70f9a09f2163 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/9e3fff55e666e905677ea1ec03cbf90c +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/a668b6ff88911a6fc7ee3ed2bce99925 +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/b9bd83a3b44c1d3d3f3475bd4c0cba7f +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/c6c9787ab538d56f0bf078335b046968 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/c7ee05b0bd8082e947e7f11a52d43d4d +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/cd456657bdefb4c3249301a5754fdbe2 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/d6c936f92dce001a74c5de9eff308ea2 +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/d78f431479fa8ad43875544b8c50d206 +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/fd60d93b12b3001c215f1c6581eca777 +0 -0
  41. metadata +66 -2
@@ -1663,3 +1663,68 @@ Completed 200 OK in 2ms (Views: 1.9ms)
1663
1663
  MountainViewTest: test_stylesheets_are_properly_served
1664
1664
  ------------------------------------------------------
1665
1665
  Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-04-25 19:10:32 -0300
1666
+ -----------------------------------------------
1667
+ MountainViewComponentTest: test_humanized_title
1668
+ -----------------------------------------------
1669
+ ------------------------------------
1670
+ MountainViewComponentTest: test_name
1671
+ ------------------------------------
1672
+ --------------------------------------
1673
+ MountainViewComponentTest: test_stubs?
1674
+ --------------------------------------
1675
+ ------------------------------------------
1676
+ MountainViewComponentTest: test_stubs_file
1677
+ ------------------------------------------
1678
+ ------------------------------------------------
1679
+ MountainViewComponentTest: test_styleguide_stubs
1680
+ ------------------------------------------------
1681
+ --------------------------------------------------------------------
1682
+ MountainView::ComponentHelperTest: test_renders_the_proper_component
1683
+ --------------------------------------------------------------------
1684
+ Rendered app/components/header/_header.html.erb (2.0ms)
1685
+ ------------------------------------------------------------------
1686
+ ComponentGeneratorTest: test_Assert_all_files_are_properly_created
1687
+ ------------------------------------------------------------------
1688
+ --------------------------------------------------------
1689
+ ComponentGeneratorTest: test_Generates_different_engines
1690
+ --------------------------------------------------------
1691
+ ---------------------------------------
1692
+ MountainViewTest: test_engine_is_loaded
1693
+ ---------------------------------------
1694
+ ------------------------------------------------------
1695
+ MountainViewTest: test_javascripts_are_properly_served
1696
+ ------------------------------------------------------
1697
+ Started GET "/assets/mountain_view.js" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
1698
+ -------------------------------------------------------------------------------
1699
+ MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_empty
1700
+ -------------------------------------------------------------------------------
1701
+ Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
1702
+ Processing by MountainView::StyleguideController#show as HTML
1703
+ Parameters: {"id"=>"breadcrumbs"}
1704
+ Completed 200 OK in 34ms (Views: 33.5ms)
1705
+ -----------------------------------------------------------------------------------
1706
+ MountainViewTest: test_shows_a_hint_message_if_the_component_stub_file_is_not_found
1707
+ -----------------------------------------------------------------------------------
1708
+ Started GET "/mountain_view/styleguide/something" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
1709
+ Processing by MountainView::StyleguideController#show as HTML
1710
+ Parameters: {"id"=>"something"}
1711
+ Completed 200 OK in 2ms (Views: 1.8ms)
1712
+ -----------------------------------------------
1713
+ MountainViewTest: test_shows_specific_component
1714
+ -----------------------------------------------
1715
+ Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
1716
+ Processing by MountainView::StyleguideController#show as HTML
1717
+ Parameters: {"id"=>"header"}
1718
+ Rendered app/components/header/_header.html.erb (0.4ms)
1719
+ Rendered app/components/header/_header.html.erb (0.0ms)
1720
+ Completed 200 OK in 4ms (Views: 3.4ms)
1721
+ ---------------------------------------
1722
+ MountainViewTest: test_shows_styleguide
1723
+ ---------------------------------------
1724
+ Started GET "/mountain_view" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
1725
+ Processing by MountainView::StyleguideController#index as HTML
1726
+ Completed 200 OK in 2ms (Views: 2.0ms)
1727
+ ------------------------------------------------------
1728
+ MountainViewTest: test_stylesheets_are_properly_served
1729
+ ------------------------------------------------------
1730
+ Started GET "/assets/mountain_view.css" for 127.0.0.1 at 2015-04-28 20:55:44 -0300
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.4.2
4
+ version: 0.4.3
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-04-26 00:00:00.000000000 Z
12
+ date: 2015-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -120,6 +120,38 @@ files:
120
120
  - test/dummy/public/422.html
121
121
  - test/dummy/public/500.html
122
122
  - test/dummy/public/favicon.ico
123
+ - test/dummy/tmp/cache/assets/development/sprockets/0848104d612d68babe788b064bb6a773
124
+ - test/dummy/tmp/cache/assets/development/sprockets/0a5bb8ddcf321e88738e02ffb0cd02ef
125
+ - test/dummy/tmp/cache/assets/development/sprockets/1358febedd4ca96d2bffd10daf71a841
126
+ - test/dummy/tmp/cache/assets/development/sprockets/13e30b9b47c795b0bf1c24f728ef72bb
127
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
128
+ - test/dummy/tmp/cache/assets/development/sprockets/1a3befd27690385985935fbefadee114
129
+ - test/dummy/tmp/cache/assets/development/sprockets/24edf0f5a75b1eaf031a84d2eec7e54f
130
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
131
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
132
+ - test/dummy/tmp/cache/assets/development/sprockets/37f90f006cee6a567571d9ef098f959c
133
+ - test/dummy/tmp/cache/assets/development/sprockets/46844defcba01dc849d9b419893f98cc
134
+ - test/dummy/tmp/cache/assets/development/sprockets/6469b6494dfcb7811bd823eb37679edb
135
+ - test/dummy/tmp/cache/assets/development/sprockets/6b18a41e40b87e9cf56140076eaf8ee7
136
+ - test/dummy/tmp/cache/assets/development/sprockets/6d1c1dbe626c83b900adee3270c25207
137
+ - test/dummy/tmp/cache/assets/development/sprockets/7eb84ecf34a4f7e714d58448a8eb10bd
138
+ - test/dummy/tmp/cache/assets/development/sprockets/824c181bcb9f516c1654e68382637e0d
139
+ - test/dummy/tmp/cache/assets/development/sprockets/895678836daa2e7d767a0b18998d3b32
140
+ - test/dummy/tmp/cache/assets/development/sprockets/8c07e75d74ea0522402fbfac992809c9
141
+ - test/dummy/tmp/cache/assets/development/sprockets/90a2a412cf77f0878e811db239c79cbc
142
+ - test/dummy/tmp/cache/assets/development/sprockets/9779666a1e99dffc397e70f9a09f2163
143
+ - test/dummy/tmp/cache/assets/development/sprockets/9e3fff55e666e905677ea1ec03cbf90c
144
+ - test/dummy/tmp/cache/assets/development/sprockets/a668b6ff88911a6fc7ee3ed2bce99925
145
+ - test/dummy/tmp/cache/assets/development/sprockets/b9bd83a3b44c1d3d3f3475bd4c0cba7f
146
+ - test/dummy/tmp/cache/assets/development/sprockets/c6c9787ab538d56f0bf078335b046968
147
+ - test/dummy/tmp/cache/assets/development/sprockets/c7ee05b0bd8082e947e7f11a52d43d4d
148
+ - test/dummy/tmp/cache/assets/development/sprockets/cd456657bdefb4c3249301a5754fdbe2
149
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
150
+ - test/dummy/tmp/cache/assets/development/sprockets/d6c936f92dce001a74c5de9eff308ea2
151
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
152
+ - test/dummy/tmp/cache/assets/development/sprockets/d78f431479fa8ad43875544b8c50d206
153
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
154
+ - test/dummy/tmp/cache/assets/development/sprockets/fd60d93b12b3001c215f1c6581eca777
123
155
  - test/generators/component_generator_test.rb
124
156
  - test/helpers/mountain_view/component_helper_test.rb
125
157
  - test/mountain_view/component_test.rb
@@ -204,6 +236,38 @@ test_files:
204
236
  - test/dummy/public/favicon.ico
205
237
  - test/dummy/Rakefile
206
238
  - test/dummy/README.rdoc
239
+ - test/dummy/tmp/cache/assets/development/sprockets/0848104d612d68babe788b064bb6a773
240
+ - test/dummy/tmp/cache/assets/development/sprockets/0a5bb8ddcf321e88738e02ffb0cd02ef
241
+ - test/dummy/tmp/cache/assets/development/sprockets/1358febedd4ca96d2bffd10daf71a841
242
+ - test/dummy/tmp/cache/assets/development/sprockets/13e30b9b47c795b0bf1c24f728ef72bb
243
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
244
+ - test/dummy/tmp/cache/assets/development/sprockets/1a3befd27690385985935fbefadee114
245
+ - test/dummy/tmp/cache/assets/development/sprockets/24edf0f5a75b1eaf031a84d2eec7e54f
246
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
247
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
248
+ - test/dummy/tmp/cache/assets/development/sprockets/37f90f006cee6a567571d9ef098f959c
249
+ - test/dummy/tmp/cache/assets/development/sprockets/46844defcba01dc849d9b419893f98cc
250
+ - test/dummy/tmp/cache/assets/development/sprockets/6469b6494dfcb7811bd823eb37679edb
251
+ - test/dummy/tmp/cache/assets/development/sprockets/6b18a41e40b87e9cf56140076eaf8ee7
252
+ - test/dummy/tmp/cache/assets/development/sprockets/6d1c1dbe626c83b900adee3270c25207
253
+ - test/dummy/tmp/cache/assets/development/sprockets/7eb84ecf34a4f7e714d58448a8eb10bd
254
+ - test/dummy/tmp/cache/assets/development/sprockets/824c181bcb9f516c1654e68382637e0d
255
+ - test/dummy/tmp/cache/assets/development/sprockets/895678836daa2e7d767a0b18998d3b32
256
+ - test/dummy/tmp/cache/assets/development/sprockets/8c07e75d74ea0522402fbfac992809c9
257
+ - test/dummy/tmp/cache/assets/development/sprockets/90a2a412cf77f0878e811db239c79cbc
258
+ - test/dummy/tmp/cache/assets/development/sprockets/9779666a1e99dffc397e70f9a09f2163
259
+ - test/dummy/tmp/cache/assets/development/sprockets/9e3fff55e666e905677ea1ec03cbf90c
260
+ - test/dummy/tmp/cache/assets/development/sprockets/a668b6ff88911a6fc7ee3ed2bce99925
261
+ - test/dummy/tmp/cache/assets/development/sprockets/b9bd83a3b44c1d3d3f3475bd4c0cba7f
262
+ - test/dummy/tmp/cache/assets/development/sprockets/c6c9787ab538d56f0bf078335b046968
263
+ - test/dummy/tmp/cache/assets/development/sprockets/c7ee05b0bd8082e947e7f11a52d43d4d
264
+ - test/dummy/tmp/cache/assets/development/sprockets/cd456657bdefb4c3249301a5754fdbe2
265
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
266
+ - test/dummy/tmp/cache/assets/development/sprockets/d6c936f92dce001a74c5de9eff308ea2
267
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
268
+ - test/dummy/tmp/cache/assets/development/sprockets/d78f431479fa8ad43875544b8c50d206
269
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
270
+ - test/dummy/tmp/cache/assets/development/sprockets/fd60d93b12b3001c215f1c6581eca777
207
271
  - test/generators/component_generator_test.rb
208
272
  - test/helpers/mountain_view/component_helper_test.rb
209
273
  - test/mountain_view/component_test.rb