streamlog 0.0.1 → 0.0.2

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 (34) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +4 -3
  3. data/lib/streamlog/engine.rb +1 -1
  4. data/lib/streamlog/sse.rb +1 -1
  5. data/lib/streamlog/version.rb +1 -1
  6. data/test/dummy/app/views/layouts/application.html.erb +2 -2
  7. data/test/dummy/config/environments/development.rb +1 -1
  8. data/test/dummy/config/initializers/streamlog.rb +1 -0
  9. data/test/dummy/log/development.log +24960 -8932
  10. data/test/dummy/tmp/cache/assets/development/sprockets/08566920d369f24fb0e0fab666d6533f +0 -0
  11. data/test/dummy/tmp/cache/assets/development/sprockets/0cc19a2b1a79905d88a44c841f3905a7 +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/15077dcfc2991f4d53efb227afb355d8 +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/1e0370339d0fe37d611e41d1753b64a7 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/2672f8bcb16682edfcec89e54222e43e +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/3a5e2b558fc8fd85e97118737d640cc8 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/55bd36192b21d16d1da18eb7dfc63115 +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/62ae17f9de91b7ce7f9d5389a82a4af5 +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/737cb2e025a1ed703455f8b0b6c50705 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/a607af0389defa27633daba46cbc840a +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/a6e7eb2dba0d23cc46af96364c4f3594 +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/b5eaa04d91d85a3b0ee804a3b8496517 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/c1767bfa4fed465c13b09ac150b937b1 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/cc93a764cc1ad7c2772f18342be2a007 +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/cd4fa3bc740d41192a3777a88b7205b5 +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/e3be3a6ce6847d32e038498a4fc2a773 +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/e75d188293b55f22a5579aba994b4dba +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/fc993b8ba5edeca52d799d32cb4cf088 +0 -0
  34. metadata +61 -59
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: streamlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salman Afzal Siddiqui
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2014-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '4.1'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '4.1'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jquery-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -119,6 +119,7 @@ files:
119
119
  - test/dummy/config/initializers/inflections.rb
120
120
  - test/dummy/config/initializers/mime_types.rb
121
121
  - test/dummy/config/initializers/session_store.rb
122
+ - test/dummy/config/initializers/streamlog.rb
122
123
  - test/dummy/config/initializers/wrap_parameters.rb
123
124
  - test/dummy/config/locales/en.yml
124
125
  - test/dummy/config/routes.rb
@@ -183,67 +184,68 @@ signing_key:
183
184
  specification_version: 4
184
185
  summary: Stream your rails application logs to the browser.
185
186
  test_files:
186
- - test/integration/navigation_test.rb
187
- - test/controllers/streamlog/logs_controller_test.rb
188
- - test/streamlog_test.rb
189
187
  - test/test_helper.rb
190
- - test/dummy/log/development.log
191
- - test/dummy/tmp/restart.txt
192
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
193
- - test/dummy/tmp/cache/assets/development/sprockets/e75d188293b55f22a5579aba994b4dba
194
- - test/dummy/tmp/cache/assets/development/sprockets/55bd36192b21d16d1da18eb7dfc63115
195
- - test/dummy/tmp/cache/assets/development/sprockets/a6e7eb2dba0d23cc46af96364c4f3594
196
- - test/dummy/tmp/cache/assets/development/sprockets/cc93a764cc1ad7c2772f18342be2a007
197
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
198
- - test/dummy/tmp/cache/assets/development/sprockets/3a5e2b558fc8fd85e97118737d640cc8
199
- - test/dummy/tmp/cache/assets/development/sprockets/15077dcfc2991f4d53efb227afb355d8
200
- - test/dummy/tmp/cache/assets/development/sprockets/1e0370339d0fe37d611e41d1753b64a7
201
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
202
- - test/dummy/tmp/cache/assets/development/sprockets/08566920d369f24fb0e0fab666d6533f
203
- - test/dummy/tmp/cache/assets/development/sprockets/737cb2e025a1ed703455f8b0b6c50705
204
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
205
- - test/dummy/tmp/cache/assets/development/sprockets/a607af0389defa27633daba46cbc840a
206
- - test/dummy/tmp/cache/assets/development/sprockets/fc993b8ba5edeca52d799d32cb4cf088
207
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
208
- - test/dummy/tmp/cache/assets/development/sprockets/b5eaa04d91d85a3b0ee804a3b8496517
209
- - test/dummy/tmp/cache/assets/development/sprockets/e3be3a6ce6847d32e038498a4fc2a773
210
- - test/dummy/tmp/cache/assets/development/sprockets/c1767bfa4fed465c13b09ac150b937b1
211
- - test/dummy/tmp/cache/assets/development/sprockets/cd4fa3bc740d41192a3777a88b7205b5
212
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
213
- - test/dummy/tmp/cache/assets/development/sprockets/62ae17f9de91b7ce7f9d5389a82a4af5
214
- - test/dummy/tmp/cache/assets/development/sprockets/2672f8bcb16682edfcec89e54222e43e
215
- - test/dummy/tmp/cache/assets/development/sprockets/0cc19a2b1a79905d88a44c841f3905a7
216
- - test/dummy/config.ru
217
- - test/dummy/public/favicon.ico
218
- - test/dummy/public/422.html
219
- - test/dummy/public/500.html
220
- - test/dummy/public/404.html
221
- - test/dummy/README.rdoc
222
- - test/dummy/bin/rails
223
- - test/dummy/bin/bundle
224
- - test/dummy/bin/rake
225
- - test/dummy/Rakefile
226
- - test/dummy/db/development.sqlite3
188
+ - test/helpers/streamlog/logs_helper_test.rb
189
+ - test/streamlog_test.rb
190
+ - test/dummy/config/environments/test.rb
191
+ - test/dummy/config/environments/development.rb
192
+ - test/dummy/config/environments/production.rb
193
+ - test/dummy/config/secrets.yml
194
+ - test/dummy/config/database.yml
227
195
  - test/dummy/config/routes.rb
228
196
  - test/dummy/config/application.rb
229
- - test/dummy/config/locales/en.yml
230
- - test/dummy/config/boot.rb
231
- - test/dummy/config/database.yml
197
+ - test/dummy/config/initializers/session_store.rb
198
+ - test/dummy/config/initializers/streamlog.rb
199
+ - test/dummy/config/initializers/mime_types.rb
232
200
  - test/dummy/config/initializers/filter_parameter_logging.rb
201
+ - test/dummy/config/initializers/cookies_serializer.rb
233
202
  - test/dummy/config/initializers/backtrace_silencers.rb
234
- - test/dummy/config/initializers/wrap_parameters.rb
235
203
  - test/dummy/config/initializers/inflections.rb
236
- - test/dummy/config/initializers/cookies_serializer.rb
237
- - test/dummy/config/initializers/session_store.rb
238
- - test/dummy/config/initializers/mime_types.rb
204
+ - test/dummy/config/initializers/wrap_parameters.rb
239
205
  - test/dummy/config/environment.rb
240
- - test/dummy/config/secrets.yml
241
- - test/dummy/config/environments/production.rb
242
- - test/dummy/config/environments/test.rb
243
- - test/dummy/config/environments/development.rb
244
- - test/dummy/app/assets/javascripts/application.js
245
- - test/dummy/app/assets/stylesheets/application.css
206
+ - test/dummy/config/locales/en.yml
207
+ - test/dummy/config/boot.rb
208
+ - test/dummy/app/helpers/application_helper.rb
246
209
  - test/dummy/app/views/layouts/application.html.erb
247
210
  - test/dummy/app/controllers/application_controller.rb
248
- - test/dummy/app/helpers/application_helper.rb
249
- - test/helpers/streamlog/logs_helper_test.rb
211
+ - test/dummy/app/assets/stylesheets/application.css
212
+ - test/dummy/app/assets/javascripts/application.js
213
+ - test/dummy/config.ru
214
+ - test/dummy/Rakefile
215
+ - test/dummy/bin/bundle
216
+ - test/dummy/bin/rails
217
+ - test/dummy/bin/rake
218
+ - test/dummy/db/development.sqlite3
219
+ - test/dummy/public/422.html
220
+ - test/dummy/public/500.html
221
+ - test/dummy/public/favicon.ico
222
+ - test/dummy/public/404.html
223
+ - test/dummy/log/development.log
224
+ - test/dummy/README.rdoc
225
+ - test/dummy/tmp/restart.txt
226
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
227
+ - test/dummy/tmp/cache/assets/development/sprockets/0cc19a2b1a79905d88a44c841f3905a7
228
+ - test/dummy/tmp/cache/assets/development/sprockets/737cb2e025a1ed703455f8b0b6c50705
229
+ - test/dummy/tmp/cache/assets/development/sprockets/b5eaa04d91d85a3b0ee804a3b8496517
230
+ - test/dummy/tmp/cache/assets/development/sprockets/fc993b8ba5edeca52d799d32cb4cf088
231
+ - test/dummy/tmp/cache/assets/development/sprockets/3a5e2b558fc8fd85e97118737d640cc8
232
+ - test/dummy/tmp/cache/assets/development/sprockets/15077dcfc2991f4d53efb227afb355d8
233
+ - test/dummy/tmp/cache/assets/development/sprockets/a607af0389defa27633daba46cbc840a
234
+ - test/dummy/tmp/cache/assets/development/sprockets/e3be3a6ce6847d32e038498a4fc2a773
235
+ - test/dummy/tmp/cache/assets/development/sprockets/2672f8bcb16682edfcec89e54222e43e
236
+ - test/dummy/tmp/cache/assets/development/sprockets/cd4fa3bc740d41192a3777a88b7205b5
237
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
238
+ - test/dummy/tmp/cache/assets/development/sprockets/08566920d369f24fb0e0fab666d6533f
239
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
240
+ - test/dummy/tmp/cache/assets/development/sprockets/a6e7eb2dba0d23cc46af96364c4f3594
241
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
242
+ - test/dummy/tmp/cache/assets/development/sprockets/62ae17f9de91b7ce7f9d5389a82a4af5
243
+ - test/dummy/tmp/cache/assets/development/sprockets/55bd36192b21d16d1da18eb7dfc63115
244
+ - test/dummy/tmp/cache/assets/development/sprockets/c1767bfa4fed465c13b09ac150b937b1
245
+ - test/dummy/tmp/cache/assets/development/sprockets/e75d188293b55f22a5579aba994b4dba
246
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
247
+ - test/dummy/tmp/cache/assets/development/sprockets/cc93a764cc1ad7c2772f18342be2a007
248
+ - test/dummy/tmp/cache/assets/development/sprockets/1e0370339d0fe37d611e41d1753b64a7
249
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
250
+ - test/controllers/streamlog/logs_controller_test.rb
251
+ - test/integration/navigation_test.rb