stenographer-rails 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fb5235aaeef3601e9c15d3b1a38e8278168231808d7b3971dcd2132ca8c9dcf
4
- data.tar.gz: fe0e0b276cc817857284f7557b85e99f0a5a773d7737eef6a01092bbe94d7a3f
3
+ metadata.gz: 44f6a0e4fe7106a40fcd994f15d5864d60643c123fb197b06ac2b208080a4c21
4
+ data.tar.gz: f915d3084e372cb759c1e8774f6dd75e7fd614d136713a34e1b783c893b4af5a
5
5
  SHA512:
6
- metadata.gz: 8defe408a38518ef2bc143998028531b45cce918c84c0428afd139c830c6e2476a1e2b29e942a18a833ce31fdfc0d3b4944fa6f63fa4b3159cdc68682b211242
7
- data.tar.gz: a75f388b26b42eb1b97affe93d59a7de1481d2bcc80f7d6045c29a6e762597d0da4783f65b54cdfa0b28339673ef0d2c5a72add8da08db5bbd3d174ee37bbdba
6
+ metadata.gz: 9502dcbac8fcf9177557c98a0af798269139c49ec6310d6a7194d13e26cb93fe0b5f272a0f03af622107dd6ae911f0bebc054f0a6987d6f40de7268b81e0df46
7
+ data.tar.gz: e6da83b7427b144a8e166c7f9fe06c1bd1d8d208842e88ebc619aaba5984fca8743b6d23c27edcd6474d949e0e34402f36ee5ed4b26a99a3689f0d6314bfae61
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stenographer
4
- VERSION = '0.6.4'
4
+ VERSION = '0.6.5'
5
5
  end
@@ -26094,3 +26094,165 @@ Processing by Stenographer::ChangesController#index as HTML
26094
26094
  Completed 200 OK in 2103ms (Views: 2073.7ms | ActiveRecord: 3.9ms)
26095
26095
 
26096
26096
 
26097
+ Started GET "/stenographer" for ::1 at 2018-07-19 13:54:14 -0700
26098
+ Processing by Stenographer::ChangesController#index as HTML
26099
+  (0.7ms) SELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ? [["visible", 1]]
26100
+ ↳ /Users/michaelcarey/code/stenographer/app/controllers/stenographer/changes_controller.rb:24
26101
+ Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
26102
+ Stenographer::Change Load (0.4ms) SELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ? ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ? [["visible", 1], ["LIMIT", 100], ["OFFSET", 0]]
26103
+ ↳ /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb:6
26104
+ Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/shared/_tags.html.erb (0.3ms)
26105
+ Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/shared/_tags.html.erb (0.0ms)
26106
+ Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (17.7ms)
26107
+ Completed 500 Internal Server Error in 184ms (ActiveRecord: 3.1ms)
26108
+
26109
+
26110
+
26111
+ LoadError (cannot load such file -- sass):
26112
+
26113
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `require'
26114
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `block in require'
26115
+ activesupport (5.2.0) lib/active_support/dependencies.rb:249:in `load_dependency'
26116
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `require'
26117
+ sprockets (3.7.2) lib/sprockets/autoload/sass.rb:1:in `<top (required)>'
26118
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `require'
26119
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `block in require'
26120
+ activesupport (5.2.0) lib/active_support/dependencies.rb:249:in `load_dependency'
26121
+ activesupport (5.2.0) lib/active_support/dependencies.rb:283:in `require'
26122
+ sprockets (3.7.2) lib/sprockets/sass_processor.rb:47:in `initialize'
26123
+ sprockets (3.7.2) lib/sprockets/sass_processor.rb:26:in `new'
26124
+ sprockets (3.7.2) lib/sprockets/sass_processor.rb:26:in `instance'
26125
+ sprockets (3.7.2) lib/sprockets/sass_processor.rb:34:in `cache_key'
26126
+ sprockets (3.7.2) lib/sprockets/processor_utils.rb:93:in `processor_cache_key'
26127
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:22:in `block in initialize'
26128
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:53:in `processor_cache_key'
26129
+ sprockets (3.7.2) lib/sprockets/processor_utils.rb:102:in `block in processors_cache_keys'
26130
+ sprockets (3.7.2) lib/sprockets/processor_utils.rb:102:in `map'
26131
+ sprockets (3.7.2) lib/sprockets/processor_utils.rb:102:in `processors_cache_keys'
26132
+ sprockets (3.7.2) lib/sprockets/processing.rb:159:in `resolve_processors_cache_key_uri'
26133
+ sprockets (3.7.2) lib/sprockets.rb:162:in `block in <module:Sprockets>'
26134
+ sprockets (3.7.2) lib/sprockets/dependencies.rb:67:in `resolve_dependency'
26135
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:23:in `block in initialize'
26136
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:59:in `resolve_dependency'
26137
+ sprockets (3.7.2) lib/sprockets/loader.rb:268:in `block in resolve_dependencies'
26138
+ sprockets (3.7.2) lib/sprockets/loader.rb:268:in `map'
26139
+ sprockets (3.7.2) lib/sprockets/loader.rb:268:in `resolve_dependencies'
26140
+ sprockets (3.7.2) lib/sprockets/loader.rb:55:in `block in load'
26141
+ sprockets (3.7.2) lib/sprockets/loader.rb:311:in `block in fetch_asset_from_dependency_cache'
26142
+ sprockets (3.7.2) lib/sprockets/loader.rb:307:in `each'
26143
+ sprockets (3.7.2) lib/sprockets/loader.rb:307:in `each_with_index'
26144
+ sprockets (3.7.2) lib/sprockets/loader.rb:307:in `fetch_asset_from_dependency_cache'
26145
+ sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load'
26146
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize'
26147
+ sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load'
26148
+ sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset'
26149
+ sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]'
26150
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:355:in `find_asset'
26151
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:347:in `find_debug_asset'
26152
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:229:in `block in lookup_debug_asset'
26153
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:242:in `block in resolve_asset'
26154
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `each'
26155
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `detect'
26156
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `resolve_asset'
26157
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:228:in `lookup_debug_asset'
26158
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:170:in `block in stylesheet_link_tag'
26159
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:169:in `map'
26160
+ sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:169:in `stylesheet_link_tag'
26161
+ /Users/michaelcarey/code/stenographer/app/views/layouts/stenographer/application.html.erb:9:in `___sers_michaelcarey_code_stenographer_app_views_layouts_stenographer_application_html_erb__3312221135946821036_70297467170440'
26162
+ actionview (5.2.0) lib/action_view/template.rb:159:in `block in render'
26163
+ activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument'
26164
+ actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template'
26165
+ actionview (5.2.0) lib/action_view/template.rb:157:in `render'
26166
+ actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
26167
+ actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
26168
+ actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render'
26169
+ actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template'
26170
+ actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render'
26171
+ actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template'
26172
+ actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
26173
+ actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body'
26174
+ actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
26175
+ actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
26176
+ actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render'
26177
+ actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render'
26178
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
26179
+ activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms'
26180
+ /Users/michaelcarey/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime'
26181
+ activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms'
26182
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
26183
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
26184
+ activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime'
26185
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render'
26186
+ actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
26187
+ actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
26188
+ actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
26189
+ actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
26190
+ actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action'
26191
+ actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action'
26192
+ actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
26193
+ activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks'
26194
+ actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action'
26195
+ actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action'
26196
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
26197
+ activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument'
26198
+ activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
26199
+ activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument'
26200
+ actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
26201
+ actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
26202
+ activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
26203
+ actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process'
26204
+ actionview (5.2.0) lib/action_view/rendering.rb:32:in `process'
26205
+ actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch'
26206
+ actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch'
26207
+ actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
26208
+ actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve'
26209
+ actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
26210
+ actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve'
26211
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve'
26212
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each'
26213
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve'
26214
+ actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call'
26215
+ railties (5.2.0) lib/rails/engine.rb:524:in `call'
26216
+ railties (5.2.0) lib/rails/railtie.rb:190:in `public_send'
26217
+ railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing'
26218
+ actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
26219
+ actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve'
26220
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve'
26221
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each'
26222
+ actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve'
26223
+ actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call'
26224
+ rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call'
26225
+ rack (2.0.5) lib/rack/etag.rb:25:in `call'
26226
+ rack (2.0.5) lib/rack/conditional_get.rb:25:in `call'
26227
+ rack (2.0.5) lib/rack/head.rb:12:in `call'
26228
+ actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
26229
+ rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context'
26230
+ rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call'
26231
+ actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call'
26232
+ activerecord (5.2.0) lib/active_record/migration.rb:559:in `call'
26233
+ actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
26234
+ activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks'
26235
+ actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
26236
+ actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
26237
+ actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
26238
+ actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
26239
+ railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
26240
+ railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
26241
+ activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
26242
+ activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
26243
+ activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
26244
+ railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
26245
+ sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
26246
+ actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
26247
+ actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
26248
+ rack (2.0.5) lib/rack/method_override.rb:22:in `call'
26249
+ rack (2.0.5) lib/rack/runtime.rb:22:in `call'
26250
+ activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
26251
+ actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
26252
+ actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
26253
+ rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
26254
+ railties (5.2.0) lib/rails/engine.rb:524:in `call'
26255
+ rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
26256
+ /Users/michaelcarey/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
26257
+ /Users/michaelcarey/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
26258
+ /Users/michaelcarey/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
@@ -0,0 +1 @@
1
+ "%'��Lr��j���l���6�4�z߫ɢl���
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stenographer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Carey
@@ -108,6 +108,20 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '3.4'
111
+ - !ruby/object:Gem::Dependency
112
+ name: sass
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '3.4'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '3.4'
111
125
  - !ruby/object:Gem::Dependency
112
126
  name: sass-rails
113
127
  requirement: !ruby/object:Gem::Requirement
@@ -877,6 +891,7 @@ files:
877
891
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/nt/ntlKaYv9PWKU_34FxQHFzt-uQ8Rkb4RKxqaPhfwd6Sg.cache
878
892
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache
879
893
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/o5/o5QZkQKglOPpmumbwNt58mzdNGAyoRcKv6wmlFf94Bg.cache
894
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/o7/o7lm7CwPtd4sYIZEhlwvHcocwp34gCyzMwn3hZnq8AE.cache
880
895
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/oG/OGp1HLzJUvRXOPvxFtBXi159SvIQSOnxKbPM-QI_kMs.cache
881
896
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/oG/oGzkqutLFFtVguuqb9SscboFeXqziD5hF7hKtaNU_Lc.cache
882
897
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/oH/oH8hZuBcabqmmBKN7K4ZXD0C_RBgnpcLVd-qYOzkHtk.cache
@@ -1523,6 +1538,7 @@ test_files:
1523
1538
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/f_/f_KJXKW8AR5j5YtGGETJlcnQnI7h1rxUUuJaEbSR3g8.cache
1524
1539
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/FF/FFs0iDCbMQ8XBp3qrVKZlCU9Y35G3b1uq3fiIsuYs4w.cache
1525
1540
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/FF/FFAibEwXfYCnRYg7YqI4BX7yuNsR9Zb-4pH5cqMjnjs.cache
1541
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/o7/o7lm7CwPtd4sYIZEhlwvHcocwp34gCyzMwn3hZnq8AE.cache
1526
1542
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/jD/jDKJfRDkcsciM6ZqQi1GCOJoRLmcGexyW6o9KQjznHw.cache
1527
1543
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/O9/O9iggSn_See17bmSpRaXOvz3dkSZQ8wnq3MspfFIIY4.cache
1528
1544
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/l6/l6R2UaWanwV8TLPIus9rAsz5giFhN9YooEqEkATbwfo.cache