mechio-brand 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ <img src="/assets/mechio/logo.png"/>
@@ -1,3 +1,3 @@
1
1
  module MechioBrand
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,4 +1,4 @@
1
1
  <h1>Home#index</h1>
2
2
  <p>Find me in app/views/home/index.html.erb</p>
3
3
 
4
- <%= render partial: "mechio/brand/logo" %>
4
+ <%= render partial: "mechio/brand/logo_image" %>
@@ -776,3 +776,91 @@ Served asset /home.js - 304 Not Modified (0ms)
776
776
 
777
777
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-28 02:49:00 +0000
778
778
  Served asset /application.js - 304 Not Modified (0ms)
779
+
780
+
781
+ Started GET "/" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
782
+ Connecting to database specified by database.yml
783
+ Processing by HomeController#index as HTML
784
+ Rendered /Users/nc/Workspace/mechio-brand/app/views/mechio/brand/_logo.html.erb (0.3ms)
785
+ Rendered home/index.html.erb within layouts/application (5.8ms)
786
+ Completed 200 OK in 53ms (Views: 52.3ms | ActiveRecord: 0.0ms)
787
+
788
+
789
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
790
+ Served asset /home.css - 200 OK (1ms)
791
+
792
+
793
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
794
+ Served asset /home.js - 200 OK (5ms)
795
+
796
+
797
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
798
+ Served asset /application.css - 200 OK (2ms)
799
+
800
+
801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
802
+ Served asset /jquery.js - 200 OK (2ms)
803
+
804
+
805
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
806
+ Served asset /jquery_ujs.js - 200 OK (1ms)
807
+
808
+
809
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-28 15:59:59 +0000
810
+ Served asset /application.js - 200 OK (4ms)
811
+
812
+
813
+ Started GET "/" for 127.0.0.1 at 2012-11-28 16:00:55 +0000
814
+ Processing by HomeController#index as HTML
815
+ Rendered home/index.html.erb within layouts/application (5.2ms)
816
+ Completed 500 Internal Server Error in 7ms
817
+
818
+ ActionView::Template::Error (Missing partial mechio/brand/logo with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
819
+ * "/Users/nc/Workspace/mechio-brand/test/dummy/app/views"
820
+ * "/Users/nc/Workspace/mechio-brand/app/views"
821
+ ):
822
+ 1: <h1>Home#index</h1>
823
+ 2: <p>Find me in app/views/home/index.html.erb</p>
824
+ 3:
825
+ 4: <%= render partial: "mechio/brand/logo" %>
826
+ app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb___3139917068142952599_70276252161540'
827
+
828
+
829
+ Rendered /Users/nc/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
830
+ Rendered /Users/nc/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
831
+ Rendered /Users/nc/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms)
832
+
833
+
834
+ Started GET "/" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
835
+ Processing by HomeController#index as HTML
836
+ Rendered /Users/nc/Workspace/mechio-brand/app/views/mechio/brand/_logo_image.html.erb (0.3ms)
837
+ Rendered home/index.html.erb within layouts/application (5.4ms)
838
+ Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
839
+
840
+
841
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
842
+ Served asset /application.css - 304 Not Modified (1ms)
843
+
844
+
845
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
846
+ Served asset /jquery.js - 304 Not Modified (0ms)
847
+
848
+
849
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
850
+ Served asset /home.css - 304 Not Modified (0ms)
851
+
852
+
853
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
854
+ Served asset /application.js - 304 Not Modified (0ms)
855
+
856
+
857
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
858
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
859
+
860
+
861
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
862
+ Served asset /home.js - 304 Not Modified (0ms)
863
+
864
+
865
+ Started GET "/assets/mechio/logo.png" for 127.0.0.1 at 2012-11-28 16:01:05 +0000
866
+ Served asset /mechio/logo.png - 200 OK (4ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mechio-brand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,7 +56,9 @@ files:
56
56
  - app/assets/fonts/futura-bt/FUTURABI.svg
57
57
  - app/assets/fonts/futura-bt/FUTURABI.ttf
58
58
  - app/assets/fonts/futura-bt/FUTURABI.woff
59
- - app/views/mechio/brand/_logo.html.erb
59
+ - app/assets/images/mechio/logo.png
60
+ - app/views/mechio/brand/_logo_font.html.erb
61
+ - app/views/mechio/brand/_logo_image.html.erb
60
62
  - lib/mechio-brand/engine.rb
61
63
  - lib/mechio-brand/version.rb
62
64
  - lib/mechio-brand.rb
@@ -102,6 +104,7 @@ files:
102
104
  - test/dummy/server
103
105
  - test/dummy/test/functional/home_controller_test.rb
104
106
  - test/dummy/test/unit/helpers/home_helper_test.rb
107
+ - test/dummy/tmp/cache/assets/C7F/2B0/sprockets%2F0462d1221787752dae7df5ea94026527
105
108
  - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
106
109
  - test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
107
110
  - test/dummy/tmp/cache/assets/CF8/E70/sprockets%2F9de39cc822e4c44839c82175a9d4f657
@@ -117,8 +120,8 @@ files:
117
120
  - test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
118
121
  - test/dummy/tmp/cache/assets/DBC/FD0/sprockets%2Fc64b1a3b2b85d60de94cca29bd30c3b6
119
122
  - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
123
+ - test/dummy/tmp/cache/assets/DE0/8F0/sprockets%2Fbeaadbfe83d71ef1873d08839c9be873
120
124
  - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
121
- - test/dummy/tmp/pids/server.pid
122
125
  - test/mechio-brand_test.rb
123
126
  - test/test_helper.rb
124
127
  homepage: http://mech.io
@@ -135,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
138
  version: '0'
136
139
  segments:
137
140
  - 0
138
- hash: -537806448931556715
141
+ hash: -4146403576267021482
139
142
  required_rubygems_version: !ruby/object:Gem::Requirement
140
143
  none: false
141
144
  requirements:
@@ -144,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
147
  version: '0'
145
148
  segments:
146
149
  - 0
147
- hash: -537806448931556715
150
+ hash: -4146403576267021482
148
151
  requirements: []
149
152
  rubyforge_project:
150
153
  rubygems_version: 1.8.23
@@ -190,6 +193,7 @@ test_files:
190
193
  - test/dummy/server
191
194
  - test/dummy/test/functional/home_controller_test.rb
192
195
  - test/dummy/test/unit/helpers/home_helper_test.rb
196
+ - test/dummy/tmp/cache/assets/C7F/2B0/sprockets%2F0462d1221787752dae7df5ea94026527
193
197
  - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
194
198
  - test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
195
199
  - test/dummy/tmp/cache/assets/CF8/E70/sprockets%2F9de39cc822e4c44839c82175a9d4f657
@@ -205,7 +209,7 @@ test_files:
205
209
  - test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
206
210
  - test/dummy/tmp/cache/assets/DBC/FD0/sprockets%2Fc64b1a3b2b85d60de94cca29bd30c3b6
207
211
  - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
212
+ - test/dummy/tmp/cache/assets/DE0/8F0/sprockets%2Fbeaadbfe83d71ef1873d08839c9be873
208
213
  - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
209
- - test/dummy/tmp/pids/server.pid
210
214
  - test/mechio-brand_test.rb
211
215
  - test/test_helper.rb
@@ -1 +0,0 @@
1
- 42218