typingpool 0.7.1 → 0.7.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.
data/lib/typingpool.rb CHANGED
@@ -487,7 +487,7 @@
487
487
  # license. See LICENSE for details.
488
488
 
489
489
  module Typingpool
490
- VERSION = '0.7.0'
490
+ VERSION = '0.7.2'
491
491
  require 'typingpool/error'
492
492
  require 'typingpool/utility'
493
493
  require 'typingpool/config'
@@ -113,7 +113,7 @@ module Typingpool
113
113
  AWS::S3::Base.establish_connection!(
114
114
  :access_key_id => @key,
115
115
  :secret_access_key => @secret,
116
- :persistent => true,
116
+ :persistent => false,
117
117
  :use_ssl => true
118
118
  )
119
119
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typingpool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: