s3_relay 0.6.0 → 0.6.1

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
  SHA1:
3
- metadata.gz: e3e10d8c93c2b0dfb2c30d18dc6f4bd8843951d7
4
- data.tar.gz: 3306281d165ad4cad71aaffddad4ae7f10593b30
3
+ metadata.gz: 9835ff2f903d38dd10971bdfdc19272000a55c51
4
+ data.tar.gz: db51d02093b92ecbbde911797b3b647101a9ea4f
5
5
  SHA512:
6
- metadata.gz: 3b4db0505eb9f8b6b47530634ffc7d7dd8a497c49f86c4a1025b91de9a06ef35e504a70e62e5686800cc6a297b97ce0a9b0956fdee42ed9256e567c6cacc6bb7
7
- data.tar.gz: e36d26eb9e0d782bded5badef70b270f4127f26a6171b81f8345d217fd774722cb6492fa3ccd24bdc5df8e57c0e83f7cf360b5ac91bbf9fd988dacb2200d0e76
6
+ metadata.gz: 2ab6c66fa1a90e951e4e9b46d5feeebf9ecd4731c3e7c42419bb1789f7994bbb7559bd83d32c752796336fafa5452b7ac72221819b1047aca5f00f098e4af1c0
7
+ data.tar.gz: dcdc68c8b9522dea195d09606a0c7925c98732ce2d163c0008c39db447c0a6e99a50dcf004e360201667f89a905d2f102302746b460c21348c5bb03644ff4549
@@ -4,7 +4,7 @@ module S3Relay
4
4
 
5
5
  initializer "s3_relay.action_controller" do |app|
6
6
  ActiveSupport.on_load :action_controller do
7
- helper S3Relay::UploadsHelper
7
+ helper S3Relay::UploadsHelper if respond_to?(:helper)
8
8
  end
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module S3Relay
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_relay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenny Johnston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-22 00:00:00.000000000 Z
11
+ date: 2017-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails
@@ -282,77 +282,77 @@ required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  version: '0'
283
283
  requirements: []
284
284
  rubyforge_project:
285
- rubygems_version: 2.6.11
285
+ rubygems_version: 2.6.13
286
286
  signing_key:
287
287
  specification_version: 4
288
288
  summary: Direct uploads to S3 and ingestion by your Rails app.
289
289
  test_files:
290
- - test/controllers/s3_relay/uploads_controller_test.rb
291
- - test/dummy/app/assets/config/manifest.js
292
- - test/dummy/app/assets/javascripts/application.js
293
- - test/dummy/app/assets/javascripts/cable.js
294
- - test/dummy/app/assets/stylesheets/application.css
295
- - test/dummy/app/channels/application_cable/channel.rb
296
- - test/dummy/app/channels/application_cable/connection.rb
297
- - test/dummy/app/controllers/application_controller.rb
298
- - test/dummy/app/helpers/application_helper.rb
299
- - test/dummy/app/jobs/application_job.rb
300
290
  - test/dummy/app/mailers/application_mailer.rb
301
- - test/dummy/app/models/application_record.rb
302
291
  - test/dummy/app/models/product.rb
292
+ - test/dummy/app/models/application_record.rb
293
+ - test/dummy/app/jobs/application_job.rb
294
+ - test/dummy/app/controllers/application_controller.rb
303
295
  - test/dummy/app/views/layouts/application.html.erb
304
296
  - test/dummy/app/views/layouts/mailer.html.erb
305
297
  - test/dummy/app/views/layouts/mailer.text.erb
306
- - test/dummy/bin/bundle
307
- - test/dummy/bin/rails
298
+ - test/dummy/app/assets/config/manifest.js
299
+ - test/dummy/app/assets/javascripts/cable.js
300
+ - test/dummy/app/assets/javascripts/application.js
301
+ - test/dummy/app/assets/stylesheets/application.css
302
+ - test/dummy/app/helpers/application_helper.rb
303
+ - test/dummy/app/channels/application_cable/connection.rb
304
+ - test/dummy/app/channels/application_cable/channel.rb
305
+ - test/dummy/test/application_system_test_case.rb
306
+ - test/dummy/test/test_helper.rb
307
+ - test/dummy/bin/update
308
308
  - test/dummy/bin/rake
309
309
  - test/dummy/bin/setup
310
- - test/dummy/bin/spring
311
- - test/dummy/bin/update
310
+ - test/dummy/bin/bundle
312
311
  - test/dummy/bin/yarn
313
- - test/dummy/config/application.rb
314
- - test/dummy/config/boot.rb
312
+ - test/dummy/bin/spring
313
+ - test/dummy/bin/rails
314
+ - test/dummy/config/secrets.yml
315
+ - test/dummy/config/routes.rb
316
+ - test/dummy/config/locales/en.yml
315
317
  - test/dummy/config/cable.yml
316
- - test/dummy/config/database.yml
317
- - test/dummy/config/environment.rb
318
- - test/dummy/config/environments/development.rb
319
318
  - test/dummy/config/environments/production.rb
319
+ - test/dummy/config/environments/development.rb
320
320
  - test/dummy/config/environments/test.rb
321
+ - test/dummy/config/spring.rb
322
+ - test/dummy/config/environment.rb
323
+ - test/dummy/config/application.rb
324
+ - test/dummy/config/puma.rb
325
+ - test/dummy/config/database.yml
326
+ - test/dummy/config/boot.rb
321
327
  - test/dummy/config/initializers/application_controller_renderer.rb
322
- - test/dummy/config/initializers/assets.rb
323
328
  - test/dummy/config/initializers/backtrace_silencers.rb
324
- - test/dummy/config/initializers/cookies_serializer.rb
325
- - test/dummy/config/initializers/filter_parameter_logging.rb
326
- - test/dummy/config/initializers/inflections.rb
327
329
  - test/dummy/config/initializers/mime_types.rb
330
+ - test/dummy/config/initializers/filter_parameter_logging.rb
328
331
  - test/dummy/config/initializers/wrap_parameters.rb
329
- - test/dummy/config/locales/en.yml
330
- - test/dummy/config/puma.rb
331
- - test/dummy/config/routes.rb
332
- - test/dummy/config/secrets.yml
333
- - test/dummy/config/spring.rb
332
+ - test/dummy/config/initializers/assets.rb
333
+ - test/dummy/config/initializers/cookies_serializer.rb
334
+ - test/dummy/config/initializers/inflections.rb
334
335
  - test/dummy/config.ru
335
- - test/dummy/db/migrate/20141021002149_create_products.rb
336
- - test/dummy/db/schema.rb
337
- - test/dummy/db/seeds.rb
338
- - test/dummy/package.json
339
- - test/dummy/public/404.html
336
+ - test/dummy/README.md
337
+ - test/dummy/Rakefile
338
+ - test/dummy/public/favicon.ico
340
339
  - test/dummy/public/422.html
340
+ - test/dummy/public/apple-touch-icon.png
341
341
  - test/dummy/public/500.html
342
+ - test/dummy/public/404.html
342
343
  - test/dummy/public/apple-touch-icon-precomposed.png
343
- - test/dummy/public/apple-touch-icon.png
344
- - test/dummy/public/favicon.ico
345
344
  - test/dummy/public/robots.txt
346
- - test/dummy/Rakefile
347
- - test/dummy/README.md
348
- - test/dummy/test/application_system_test_case.rb
349
- - test/dummy/test/test_helper.rb
350
- - test/factories/products.rb
351
- - test/factories/uploads.rb
352
- - test/helpers/s3_relay/uploads_helper_test.rb
353
- - test/lib/s3_relay/model_test.rb
354
- - test/lib/s3_relay/private_url_test.rb
355
- - test/lib/s3_relay/upload_presigner_test.rb
345
+ - test/dummy/package.json
346
+ - test/dummy/db/schema.rb
347
+ - test/dummy/db/seeds.rb
348
+ - test/dummy/db/migrate/20141021002149_create_products.rb
356
349
  - test/models/s3_relay/upload_test.rb
357
350
  - test/support/database_cleaner.rb
351
+ - test/factories/uploads.rb
352
+ - test/factories/products.rb
353
+ - test/lib/s3_relay/upload_presigner_test.rb
354
+ - test/lib/s3_relay/private_url_test.rb
355
+ - test/lib/s3_relay/model_test.rb
358
356
  - test/test_helper.rb
357
+ - test/controllers/s3_relay/uploads_controller_test.rb
358
+ - test/helpers/s3_relay/uploads_helper_test.rb