smurfville 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  module Smurfville
2
2
  class StyleguideController < ApplicationController
3
+ layout "smurfville/application"
4
+
3
5
  def colors
4
6
  @parser = Smurfville::ColorVariableParser.new
5
7
  @parser.parse
@@ -1,3 +1,3 @@
1
1
  module Smurfville
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -8930,3 +8930,159 @@ Errno::ENOENT (No such file or directory - /home/jk/projects/smurf/test/dummy/ap
8930
8930
  Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
8931
8931
  Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
8932
8932
  Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
8933
+
8934
+
8935
+ Started GET "/" for 127.0.0.1 at 2012-06-15 18:07:33 +0200
8936
+
8937
+ ActionController::RoutingError (No route matches [GET] "/"):
8938
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8939
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8940
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
8941
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
8942
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
8943
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
8944
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
8945
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
8946
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
8947
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
8948
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
8949
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
8950
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
8951
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
8952
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
8953
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
8954
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
8955
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
8956
+
8957
+
8958
+ Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
8959
+
8960
+
8961
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:07:39 +0200
8962
+
8963
+ ActionController::RoutingError (uninitialized constant Smurfville::StyleguideController):
8964
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize'
8965
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each'
8966
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize'
8967
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
8968
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller'
8969
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call'
8970
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
8971
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
8972
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
8973
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
8974
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
8975
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
8976
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
8977
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
8978
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
8979
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
8980
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
8981
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
8982
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
8983
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
8984
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
8985
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
8986
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
8987
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
8988
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
8989
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
8990
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__4012388094047544036__call__3259952358107929586__callbacks'
8991
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
8992
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
8993
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
8994
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8995
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
8996
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
8997
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
8998
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8999
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9000
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9001
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9002
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9003
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9004
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9005
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9006
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9007
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9008
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9009
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9010
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9011
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9012
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9013
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9014
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9015
+
9016
+
9017
+ Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
9018
+
9019
+
9020
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:25:53 +0200
9021
+ Processing by Smurfville::StyleguideController#colors as HTML
9022
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
9023
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
9024
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
9025
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.4ms)
9026
+ Compiled smurfville/application.css (8ms) (pid 31810)
9027
+ Compiled jquery.js (1ms) (pid 31810)
9028
+ Compiled smurfville/application.js (13ms) (pid 31810)
9029
+ Completed 200 OK in 136ms (Views: 92.2ms)
9030
+
9031
+
9032
+ Started GET "/assets/smurfville/application.css?body=1" for 127.0.0.1 at 2012-06-15 18:25:53 +0200
9033
+ Served asset /smurfville/application.css - 200 OK (4ms)
9034
+
9035
+
9036
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-15 18:25:53 +0200
9037
+ Served asset /jquery.js - 200 OK (2ms)
9038
+
9039
+
9040
+ Started GET "/assets/smurfville/application.js?body=1" for 127.0.0.1 at 2012-06-15 18:25:53 +0200
9041
+ Served asset /smurfville/application.js - 200 OK (3ms)
9042
+
9043
+
9044
+ Started GET "/smurfville/modules" for 127.0.0.1 at 2012-06-15 18:31:18 +0200
9045
+
9046
+ ActionController::RoutingError (No route matches [GET] "/smurfville/modules"):
9047
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9048
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9049
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9050
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9051
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9052
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9053
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9054
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9055
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9056
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9057
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9058
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9059
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9060
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9061
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9062
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9063
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9064
+ /home/jk/.rvm/rubies/ruby-1.9.3-p125-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9065
+
9066
+
9067
+ Rendered /home/jk/.rvm/gems/ruby-1.9.3-p125-perf@smurf/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
9068
+
9069
+
9070
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:31:23 +0200
9071
+ Processing by Smurfville::StyleguideController#colors as HTML
9072
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (2.1ms)
9073
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
9074
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
9075
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.5ms)
9076
+ Completed 200 OK in 46ms (Views: 37.4ms)
9077
+
9078
+
9079
+ Started GET "/assets/smurfville/application.css?body=1" for 127.0.0.1 at 2012-06-15 18:31:23 +0200
9080
+ Served asset /smurfville/application.css - 304 Not Modified (2ms)
9081
+
9082
+
9083
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-15 18:31:23 +0200
9084
+ Served asset /jquery.js - 304 Not Modified (6ms)
9085
+
9086
+
9087
+ Started GET "/assets/smurfville/application.js?body=1" for 127.0.0.1 at 2012-06-15 18:31:23 +0200
9088
+ Served asset /smurfville/application.js - 304 Not Modified (3ms)
@@ -108,3 +108,47 @@
108
108
 
109
109
  ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
110
110
 
111
+
112
+
113
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:12:03 +0200
114
+ Processing by Smurfville::StyleguideController#colors as HTML
115
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (1.9ms)
116
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
117
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
118
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml (5.9ms)
119
+ Completed 200 OK in 29ms (Views: 9.9ms)
120
+
121
+
122
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:14:09 +0200
123
+ Processing by Smurfville::StyleguideController#colors as HTML
124
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
125
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
126
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
127
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml (6.9ms)
128
+ Completed 200 OK in 20ms (Views: 11.3ms)
129
+
130
+
131
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:27:09 +0200
132
+ Processing by Smurfville::StyleguideController#colors as HTML
133
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (3.2ms)
134
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
135
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
136
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (10.5ms)
137
+ Completed 200 OK in 33ms (Views: 17.8ms)
138
+
139
+
140
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:31:52 +0200
141
+ Processing by Smurfville::StyleguideController#colors as HTML
142
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (2.7ms)
143
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
144
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
145
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.3ms)
146
+ Completed 200 OK in 20ms (Views: 11.8ms)
147
+
148
+
149
+ Started GET "/smurfville" for 127.0.0.1 at 2012-06-15 18:31:52 +0200
150
+ Processing by Smurfville::StyleguideController#colors as HTML
151
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
152
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
153
+ Rendered /home/jk/projects/smurf/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
154
+ Completed 200 OK in 41ms (Views: 3.3ms)
@@ -0,0 +1 @@
1
+ 31831
@@ -1,10 +1,18 @@
1
1
  require 'test_helper'
2
2
 
3
3
  class NavigationTest < ActionDispatch::IntegrationTest
4
- #fixtures :all
5
4
 
6
- # test "the truth" do
7
- # assert true
8
- # end
9
- end
5
+ test "root path" do
6
+ get "/smurfville"
10
7
 
8
+ assert_response :success
9
+ assert_tag :ul, attributes: { class: "smurfville-color-list" }
10
+ end
11
+
12
+ test "colors" do
13
+ get "/smurfville"
14
+
15
+ assert_response :success
16
+ assert_tag :ul, attributes: { class: "smurfville-color-list" }
17
+ end
18
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smurfville
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,9 +92,9 @@ files:
92
92
  - app/assets/stylesheets/smurfville/application.css.sass
93
93
  - app/assets/images/smurfville/smurf.png
94
94
  - app/assets/javascripts/smurfville/application.js
95
- - app/controllers/smurf/application_controller.rb
96
- - app/controllers/smurf/styleguide_controller.rb
97
- - app/views/layouts/smurf/application.html.erb
95
+ - app/controllers/smurfville/application_controller.rb
96
+ - app/controllers/smurfville/styleguide_controller.rb
97
+ - app/views/layouts/smurfville/application.html.erb
98
98
  - app/views/smurfville/styleguide/_color_var.html.haml
99
99
  - app/views/smurfville/styleguide/colors.html.haml
100
100
  - app/views/smurfville/styleguide/typography.html.haml
@@ -112,22 +112,31 @@ files:
112
112
  - test/smurf_test.rb
113
113
  - test/test_helper.rb
114
114
  - test/integration/navigation_test.rb
115
+ - test/dummy/tmp/pids/server.pid
115
116
  - test/dummy/tmp/sass-cache/8533189236bf1aa999c1f771fbe4dd9915738473/typography.sassc
116
117
  - test/dummy/tmp/cache/assets/DF2/040/sprockets%2Fabe2c880aeb0bf05a2651c9a3d68ce5f
118
+ - test/dummy/tmp/cache/assets/CC9/D70/sprockets%2Fb5eec6ea3314928b12412afb42700742
119
+ - test/dummy/tmp/cache/assets/D46/DA0/sprockets%2Fb785673bd858ab455e151eec0ae418e7
120
+ - test/dummy/tmp/cache/assets/C56/270/sprockets%2F273916bb94b3722e3e459828c12264d6
117
121
  - test/dummy/tmp/cache/assets/D16/910/sprockets%2Ff4ea1f2c07dd541e81f481f835a64838
118
122
  - test/dummy/tmp/cache/assets/D03/150/sprockets%2F82855a1c8339d7bef8a98868ab858f18
119
123
  - test/dummy/tmp/cache/assets/D97/AA0/sprockets%2F30c4ef2c6254a2c8ecedf8f7259c01b0
124
+ - test/dummy/tmp/cache/assets/D0E/C10/sprockets%2F7598ca77e6ee634a513f1aae7301224f
120
125
  - test/dummy/tmp/cache/assets/D18/840/sprockets%2F50c1885539f61359c48af74fcae1df31
121
126
  - test/dummy/tmp/cache/assets/CCA/0C0/sprockets%2F6c3e053393afe303432ca73f1b41490b
122
127
  - test/dummy/tmp/cache/assets/D5E/470/sprockets%2Fb90e61060b73e4c4c2466c5ad8acc06b
128
+ - test/dummy/tmp/cache/assets/CCD/960/sprockets%2F5b732d00b13576b0b77615b508c80bdd
123
129
  - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
124
130
  - test/dummy/tmp/cache/assets/CE3/2B0/sprockets%2Fac9929105133c62d94cedd5e46b52493
125
131
  - test/dummy/tmp/cache/assets/DA6/120/sprockets%2Fc5880aca76ccbb51f9388362e8afc1e6
132
+ - test/dummy/tmp/cache/assets/D4B/F00/sprockets%2Fe9a4ca585f66ac38b057374f5e0f1a89
126
133
  - test/dummy/tmp/cache/assets/CC3/D80/sprockets%2F664f76338152c770cfef980d5588be21
127
134
  - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
135
+ - test/dummy/tmp/cache/assets/D23/A70/sprockets%2Fb2a771becdd733f147d5c6489587189e
128
136
  - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
129
137
  - test/dummy/tmp/cache/assets/CBE/460/sprockets%2F82cd2698ea187319b82eee783227407b
130
138
  - test/dummy/tmp/cache/assets/DF1/3C0/sprockets%2Fa6c7bdfdcdc7a50417324089c9a1abcc
139
+ - test/dummy/tmp/cache/assets/D9F/F60/sprockets%2Fdfa3dbe9480ab25d509d7fc34547b3f3
131
140
  - test/dummy/tmp/cache/assets/D35/5E0/sprockets%2F50cfa004a8a405f2e48625bec5c583e6
132
141
  - test/dummy/tmp/cache/assets/D44/0E0/sprockets%2Fe82cfc1252647fb8586c7abf2c2056c7
133
142
  - test/dummy/tmp/cache/assets/D58/580/sprockets%2F82e92c71c797dac98897e20a7df20df7
@@ -184,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
193
  version: '0'
185
194
  segments:
186
195
  - 0
187
- hash: -294411419811707935
196
+ hash: 1855875496911022957
188
197
  required_rubygems_version: !ruby/object:Gem::Requirement
189
198
  none: false
190
199
  requirements:
@@ -193,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
202
  version: '0'
194
203
  segments:
195
204
  - 0
196
- hash: -294411419811707935
205
+ hash: 1855875496911022957
197
206
  requirements: []
198
207
  rubyforge_project:
199
208
  rubygems_version: 1.8.19
@@ -206,22 +215,31 @@ test_files:
206
215
  - test/smurf_test.rb
207
216
  - test/test_helper.rb
208
217
  - test/integration/navigation_test.rb
218
+ - test/dummy/tmp/pids/server.pid
209
219
  - test/dummy/tmp/sass-cache/8533189236bf1aa999c1f771fbe4dd9915738473/typography.sassc
210
220
  - test/dummy/tmp/cache/assets/DF2/040/sprockets%2Fabe2c880aeb0bf05a2651c9a3d68ce5f
221
+ - test/dummy/tmp/cache/assets/CC9/D70/sprockets%2Fb5eec6ea3314928b12412afb42700742
222
+ - test/dummy/tmp/cache/assets/D46/DA0/sprockets%2Fb785673bd858ab455e151eec0ae418e7
223
+ - test/dummy/tmp/cache/assets/C56/270/sprockets%2F273916bb94b3722e3e459828c12264d6
211
224
  - test/dummy/tmp/cache/assets/D16/910/sprockets%2Ff4ea1f2c07dd541e81f481f835a64838
212
225
  - test/dummy/tmp/cache/assets/D03/150/sprockets%2F82855a1c8339d7bef8a98868ab858f18
213
226
  - test/dummy/tmp/cache/assets/D97/AA0/sprockets%2F30c4ef2c6254a2c8ecedf8f7259c01b0
227
+ - test/dummy/tmp/cache/assets/D0E/C10/sprockets%2F7598ca77e6ee634a513f1aae7301224f
214
228
  - test/dummy/tmp/cache/assets/D18/840/sprockets%2F50c1885539f61359c48af74fcae1df31
215
229
  - test/dummy/tmp/cache/assets/CCA/0C0/sprockets%2F6c3e053393afe303432ca73f1b41490b
216
230
  - test/dummy/tmp/cache/assets/D5E/470/sprockets%2Fb90e61060b73e4c4c2466c5ad8acc06b
231
+ - test/dummy/tmp/cache/assets/CCD/960/sprockets%2F5b732d00b13576b0b77615b508c80bdd
217
232
  - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
218
233
  - test/dummy/tmp/cache/assets/CE3/2B0/sprockets%2Fac9929105133c62d94cedd5e46b52493
219
234
  - test/dummy/tmp/cache/assets/DA6/120/sprockets%2Fc5880aca76ccbb51f9388362e8afc1e6
235
+ - test/dummy/tmp/cache/assets/D4B/F00/sprockets%2Fe9a4ca585f66ac38b057374f5e0f1a89
220
236
  - test/dummy/tmp/cache/assets/CC3/D80/sprockets%2F664f76338152c770cfef980d5588be21
221
237
  - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
238
+ - test/dummy/tmp/cache/assets/D23/A70/sprockets%2Fb2a771becdd733f147d5c6489587189e
222
239
  - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
223
240
  - test/dummy/tmp/cache/assets/CBE/460/sprockets%2F82cd2698ea187319b82eee783227407b
224
241
  - test/dummy/tmp/cache/assets/DF1/3C0/sprockets%2Fa6c7bdfdcdc7a50417324089c9a1abcc
242
+ - test/dummy/tmp/cache/assets/D9F/F60/sprockets%2Fdfa3dbe9480ab25d509d7fc34547b3f3
225
243
  - test/dummy/tmp/cache/assets/D35/5E0/sprockets%2F50cfa004a8a405f2e48625bec5c583e6
226
244
  - test/dummy/tmp/cache/assets/D44/0E0/sprockets%2Fe82cfc1252647fb8586c7abf2c2056c7
227
245
  - test/dummy/tmp/cache/assets/D58/580/sprockets%2F82e92c71c797dac98897e20a7df20df7