lsst-git-lfs-s3 0.1.3 → 0.1.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: ce34070d4f29b61cb8ae793bfdb97044191a2199
4
- data.tar.gz: 7e14ad0f446ddd192ba519b528b3c709f0c38fa2
3
+ metadata.gz: 7f2e6af3ea634831479beea0be65359bb3695630
4
+ data.tar.gz: ba46fab82fb3cae3ade60ab107405ad0f9892a05
5
5
  SHA512:
6
- metadata.gz: 1fbb2b135d1c3c701eb2329d59c5ee7bdfe2779e99e91cfab4ca50c6423f44604ef2d7b7d2e18d5568006f8e0a63b674260e906217df3b246258c5e63be86f27
7
- data.tar.gz: d53d6da0258db3ceb3181bd2220e4513165b5e21fd6e063b4a957027f907d4baa3b60418412c96e4568b62f3cfc1d48fa38692b0d13133b9f8583fa4ddb7fb80
6
+ metadata.gz: ee7b0f6ee3a385165cf391f78c84477dd841a40e52f7e7e73e548a366c729011adc46d4dc40aad14d6e188cd0576b2b23ab7ed2bf9f43cd9b3f0a2cf62a4c2f9
7
+ data.tar.gz: bd89548d86872b68ea9151b40f1fca437d99f730046453ca376a2249fd09bb0fc128aadd287413165295d3fda8dead9b36c136c09fcca90d2b9f5ea28486d8ea
@@ -31,7 +31,6 @@ module GitLfsS3
31
31
 
32
32
  def authorized?
33
33
  @auth ||= Rack::Auth::Basic::Request.new(request.env)
34
- logger.debug request.safe?
35
34
  @auth.provided? && @auth.basic? && @auth.credentials && self.class.auth_callback.call(
36
35
  @auth.credentials[0], @auth.credentials[1], request.safe?
37
36
  )
@@ -1,3 +1,3 @@
1
1
  module GitLfsS3
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lsst-git-lfs-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan LeFevre