type_station 0.3.3 → 0.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbc3bfe45610ed1a0658853f418a200ab072ae20
4
- data.tar.gz: 242b1d85fc6f8d990db57990c3d8e010ce0917cd
3
+ metadata.gz: f1e2c875af09a5e3f22fa771972baa78601b82b7
4
+ data.tar.gz: e0fadc81b6d37579e9f7326260935361edf801ff
5
5
  SHA512:
6
- metadata.gz: 903ab291d03f3f5cc70c5d8c5d2fffbc09e0393db2b58b5694ca1ad9eccf7b1f21a54dc54dc223692e7b2fde9ab4a7da66843dc07943967a47bc6b470376fd16
7
- data.tar.gz: dc98920de5e9f4ae6f994593b3e38a6124916bdfc8b47a7706f3db81472c8faf52cae51870f4eda38a762ae424580ecace8feced32bb5b2295671bc28471eef3
6
+ metadata.gz: 4bf929a7bf80ee79adb0c8abd741777ef3d186181aaf91ce3c98cc5e47f5963fdf42d3952ac3352602cfacd37752a008d5a28b0aae19bdfbc3730fe4e0b6f9db
7
+ data.tar.gz: 64c468374ad6d1c4e6412f5735932c485ab444fddeab91722d981db9d5a2a57955db9f98b33025b2d9ee0ed91e746f02017cfb157bc3f43d3260dc5d08f3d074
@@ -58,7 +58,7 @@ module TypeStation
58
58
  def entity_block(content, options = {})
59
59
  unless options[:fields]
60
60
  presenter_klass = options[:presenter] || "#{(options[:type] || @object._type).to_s.classify}Presenter".constantize
61
- options[:fields] = presenter_klass.form_fields || []
61
+ options[:fields] = presenter_klass.form_fields.deep_dup || []
62
62
  end
63
63
 
64
64
  options[:url] = h.type_station.admin_entity_url(@object)
@@ -2,7 +2,7 @@ module TypeStation
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 3
5
+ TINY = 4
6
6
  PRE = nil
7
7
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
8
8
  end
@@ -1,11 +1,11 @@
1
1
  test:
2
- sessions:
2
+ clients:
3
3
  default:
4
4
  database: type_station_test
5
5
  hosts:
6
6
  - db:27017
7
7
  development:
8
- sessions:
8
+ clients:
9
9
  default:
10
10
  database: type_station_development
11
11
  hosts:
@@ -12501,3 +12501,166 @@ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-25
12501
12501
 
12502
12502
 
12503
12503
  Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-25 11:08:11 +0000
12504
+
12505
+
12506
+ Started GET "/" for 172.17.0.1 at 2016-05-12 15:07:01 +0000
12507
+ Processing by Rails::WelcomeController#index as HTML
12508
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (26.8ms)
12509
+ Completed 200 OK in 154ms (Views: 154.0ms)
12510
+
12511
+
12512
+ Started GET "/" for 172.17.0.1 at 2016-05-12 15:07:02 +0000
12513
+ Processing by Rails::WelcomeController#index as HTML
12514
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
12515
+ Completed 200 OK in 2ms (Views: 2.0ms)
12516
+
12517
+
12518
+ Started GET "/type_staion" for 172.17.0.1 at 2016-05-12 15:07:13 +0000
12519
+
12520
+ ActionController::RoutingError (No route matches [GET] "/type_staion"):
12521
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12522
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
12523
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
12524
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
12525
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
12526
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
12527
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
12528
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
12529
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
12530
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
12531
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
12532
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
12533
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
12534
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
12535
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
12536
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
12537
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
12538
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
12539
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
12540
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
12541
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
12542
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
12543
+ /usr/local/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
12544
+
12545
+
12546
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
12547
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
12548
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
12549
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (52.1ms)
12550
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (54.7ms)
12551
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (169.4ms)
12552
+
12553
+
12554
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-12 15:07:18 +0000
12555
+ Processing by TypeStation::PagesController#index as HTML
12556
+ Completed 500 Internal Server Error in 212ms
12557
+
12558
+ Mongoid::Errors::NoClientConfig (
12559
+ message:
12560
+ No configuration could be found for a client named 'default'.
12561
+ summary:
12562
+ When attempting to create the new client, Mongoid could not find a client configuration for the name: 'default'. This is necessary in order to know the host, port, and options needed to connect.
12563
+ resolution:
12564
+ Double check your mongoid.yml to make sure under the clients key that a configuration exists for 'default'. If you have set the configuration programatically, ensure that 'default' exists in the configuration hash.):
12565
+ mongoid (5.1.3) lib/mongoid/clients/factory.rb:26:in `create'
12566
+ mongoid (5.1.3) lib/mongoid/clients.rb:66:in `with_name'
12567
+ mongoid (5.1.3) lib/mongoid/clients.rb:115:in `mongo_client'
12568
+ mongoid (5.1.3) lib/mongoid/clients.rb:135:in `collection'
12569
+ mongoid (5.1.3) lib/mongoid/clients/options.rb:283:in `method_missing'
12570
+ mongoid (5.1.3) lib/mongoid/contextual/mongo.rb:313:in `initialize'
12571
+ mongoid (5.1.3) lib/mongoid/contextual.rb:53:in `new'
12572
+ mongoid (5.1.3) lib/mongoid/contextual.rb:53:in `create_context'
12573
+ mongoid (5.1.3) lib/mongoid/contextual.rb:35:in `context'
12574
+ mongoid (5.1.3) lib/mongoid/contextual.rb:20:in `first'
12575
+ mongoid-tree (2.0.1) lib/mongoid/tree.rb:123:in `root'
12576
+ /workspace/app/controllers/type_station/pages_controller.rb:6:in `index'
12577
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
12578
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
12579
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
12580
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
12581
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
12582
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
12583
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
12584
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
12585
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
12586
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
12587
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
12588
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
12589
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
12590
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
12591
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
12592
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
12593
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
12594
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
12595
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
12596
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
12597
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
12598
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
12599
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
12600
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
12601
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
12602
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
12603
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
12604
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
12605
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
12606
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
12607
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
12608
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
12609
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
12610
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
12611
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
12612
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
12613
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
12614
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
12615
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
12616
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
12617
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
12618
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
12619
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
12620
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
12621
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
12622
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
12623
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
12624
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
12625
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
12626
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
12627
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
12628
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
12629
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
12630
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
12631
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
12632
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
12633
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
12634
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
12635
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
12636
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
12637
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
12638
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
12639
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
12640
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
12641
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
12642
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
12643
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
12644
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
12645
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
12646
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
12647
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
12648
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
12649
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
12650
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
12651
+ /usr/local/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
12652
+
12653
+
12654
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
12655
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
12656
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
12657
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.7ms)
12658
+
12659
+
12660
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-12 15:11:54 +0000
12661
+ Processing by TypeStation::PagesController#index as HTML
12662
+ MONGODB | Adding db:27017 to the cluster.
12663
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12664
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001475643s
12665
+ Rendered public/404.html (18.3ms)
12666
+ Completed 404 Not Found in 483ms (Views: 265.2ms)
@@ -1 +1 @@
1
- 11
1
+ 7
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: type_station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Adams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-25 00:00:00.000000000 Z
11
+ date: 2016-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -612,28 +612,6 @@ test_files:
612
612
  - spec/dummy/tmp/cache/assets/development/sass/d9d756bcf855b539202ff507923feaef562a86d9/_ionicons-icons.scssc
613
613
  - spec/dummy/tmp/cache/assets/development/sass/d9d756bcf855b539202ff507923feaef562a86d9/_ionicons-variables.scssc
614
614
  - spec/dummy/tmp/cache/assets/development/sass/d9d756bcf855b539202ff507923feaef562a86d9/ionicons.scssc
615
- - spec/dummy/tmp/cache/assets/development/sprockets/d63daaafe9be33950037e285fb142eb5
616
- - spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
617
- - spec/dummy/tmp/cache/assets/development/sprockets/ddf237d5e172776d2061090bbf8fc6a5
618
- - spec/dummy/tmp/cache/assets/development/sprockets/deb9cd21864c66e80861376afc6e17cd
619
- - spec/dummy/tmp/cache/assets/development/sprockets/e03864d9763609a4fa6412863f2c9a8c
620
- - spec/dummy/tmp/cache/assets/development/sprockets/e080ee3bf59ec12040e4cabaa97dc241
621
- - spec/dummy/tmp/cache/assets/development/sprockets/e1bc9024b810c879e24aa1de0f013358
622
- - spec/dummy/tmp/cache/assets/development/sprockets/e348418df158e4447a3120415eaeb3c5
623
- - spec/dummy/tmp/cache/assets/development/sprockets/e39cb3a82453b50e888022543695b4e2
624
- - spec/dummy/tmp/cache/assets/development/sprockets/e77bfcad61fabf7ed2d4dd21e881b8c8
625
- - spec/dummy/tmp/cache/assets/development/sprockets/ea306a2a3565b22cd16bf45555e751b5
626
- - spec/dummy/tmp/cache/assets/development/sprockets/eb1b637b8414e22b792fe2f3549283e3
627
- - spec/dummy/tmp/cache/assets/development/sprockets/ebfd318084bf0cbcc2ab7ee6bf5c306c
628
- - spec/dummy/tmp/cache/assets/development/sprockets/ef58d6e4cfadfdd86e4f38c165c82e0a
629
- - spec/dummy/tmp/cache/assets/development/sprockets/f4205d4b499b80a483c15c2408be1874
630
- - spec/dummy/tmp/cache/assets/development/sprockets/f4a54e3803a4dbd2339782565404ffc1
631
- - spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
632
- - spec/dummy/tmp/cache/assets/development/sprockets/f7fe63074e55b9b04eef14bac17d6344
633
- - spec/dummy/tmp/cache/assets/development/sprockets/f8a56681cc92b0dba2c2fdb753933a8b
634
- - spec/dummy/tmp/cache/assets/development/sprockets/f9c9583263fc196b23e3630ecaca20ef
635
- - spec/dummy/tmp/cache/assets/development/sprockets/fba3208cb66e48884d72c7875e5ff4ca
636
- - spec/dummy/tmp/cache/assets/development/sprockets/fee315e7956140b77895e8a26e569ca5
637
615
  - spec/dummy/tmp/cache/assets/development/sprockets/03faf403247b5c2b01bfc3b194c9a108
638
616
  - spec/dummy/tmp/cache/assets/development/sprockets/04ce8830b8d9eb9869b4e717c72e4c77
639
617
  - spec/dummy/tmp/cache/assets/development/sprockets/05111c950181c5c7db004ab0537ad63a
@@ -735,6 +713,28 @@ test_files:
735
713
  - spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
736
714
  - spec/dummy/tmp/cache/assets/development/sprockets/d54b81fedb82c1d520b92cfd20e18ef5
737
715
  - spec/dummy/tmp/cache/assets/development/sprockets/d5de77884a5b0a88b13f76a0d8d2075e
716
+ - spec/dummy/tmp/cache/assets/development/sprockets/d63daaafe9be33950037e285fb142eb5
717
+ - spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
718
+ - spec/dummy/tmp/cache/assets/development/sprockets/ddf237d5e172776d2061090bbf8fc6a5
719
+ - spec/dummy/tmp/cache/assets/development/sprockets/deb9cd21864c66e80861376afc6e17cd
720
+ - spec/dummy/tmp/cache/assets/development/sprockets/e03864d9763609a4fa6412863f2c9a8c
721
+ - spec/dummy/tmp/cache/assets/development/sprockets/e080ee3bf59ec12040e4cabaa97dc241
722
+ - spec/dummy/tmp/cache/assets/development/sprockets/e1bc9024b810c879e24aa1de0f013358
723
+ - spec/dummy/tmp/cache/assets/development/sprockets/e348418df158e4447a3120415eaeb3c5
724
+ - spec/dummy/tmp/cache/assets/development/sprockets/e39cb3a82453b50e888022543695b4e2
725
+ - spec/dummy/tmp/cache/assets/development/sprockets/e77bfcad61fabf7ed2d4dd21e881b8c8
726
+ - spec/dummy/tmp/cache/assets/development/sprockets/ea306a2a3565b22cd16bf45555e751b5
727
+ - spec/dummy/tmp/cache/assets/development/sprockets/eb1b637b8414e22b792fe2f3549283e3
728
+ - spec/dummy/tmp/cache/assets/development/sprockets/ebfd318084bf0cbcc2ab7ee6bf5c306c
729
+ - spec/dummy/tmp/cache/assets/development/sprockets/ef58d6e4cfadfdd86e4f38c165c82e0a
730
+ - spec/dummy/tmp/cache/assets/development/sprockets/f4205d4b499b80a483c15c2408be1874
731
+ - spec/dummy/tmp/cache/assets/development/sprockets/f4a54e3803a4dbd2339782565404ffc1
732
+ - spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
733
+ - spec/dummy/tmp/cache/assets/development/sprockets/f7fe63074e55b9b04eef14bac17d6344
734
+ - spec/dummy/tmp/cache/assets/development/sprockets/f8a56681cc92b0dba2c2fdb753933a8b
735
+ - spec/dummy/tmp/cache/assets/development/sprockets/f9c9583263fc196b23e3630ecaca20ef
736
+ - spec/dummy/tmp/cache/assets/development/sprockets/fba3208cb66e48884d72c7875e5ff4ca
737
+ - spec/dummy/tmp/cache/assets/development/sprockets/fee315e7956140b77895e8a26e569ca5
738
738
  - spec/dummy/tmp/pids/server.pid
739
739
  - spec/integration/pages_index_spec.rb
740
740
  - spec/lib/type_station/dsl_spec.rb