filbunke 1.13.3 → 1.13.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjBmZGY5ZWY1MjM2ZjM4ZTZkYWMxZjg3OTJkMmExMTQ5MTNkNjdkNg==
5
- data.tar.gz: !binary |-
6
- Yjk5ZTMzZmUxMzE3YzkxNzk4ZWNhMWUwZDU2NmYwMjFkZWNmZWMwNA==
2
+ SHA1:
3
+ metadata.gz: 325d7b988f4a41d1f72632ff638c73f4028cdc07
4
+ data.tar.gz: df596d0b1d93af1236190c5b80c5164269781c41
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MzhiMmMyMzFiNzcxNTZlOTJjMjgzZTQ0ODRlNTE5YTZjYTExMTY2ZGM2OTA5
10
- ZDZiMzJhZWVlN2EyOWMzZWJiNjQ1YjU1M2ZhMWYyOGNlY2YzMTk2NmJkZGFj
11
- ZWQ3OWE3YTdjNTVkODc2ZjI1ZTcxYWVjNDE4NTc3NzIzYjlkYjQ=
12
- data.tar.gz: !binary |-
13
- MmY0ZWI5OTJjYWRiZjQxNmYwZjZlN2UxZGQ0MDQ4NTFkMzBmNWQ4ZDc0NzAz
14
- MmMxYWEyMTM3ZDgzM2VkYTE3MWI3ZmI3OGIxNmUzMmQ0ZjYxYzhjMTEyZTRm
15
- NzRkNzhlZmRlZWYxYzhjYzlkNmJiNmEzNjQ0NjNlMzQ4YjU1ZmY=
6
+ metadata.gz: f16f8b5842dda1bcf0c358009358a090229fcd7f23b56079572c9ca02870edde6472d1a7dd2574e19e78e751c1241c31829f695e370f1905c7233bd41f08a19b
7
+ data.tar.gz: f2912c2e7609da14df41eaa96e813f1af38ed764a411f5af94d0b3bd75285a0be64294950a832df0e23a40a285580c1a91fe75c0e6a264f917cb687bacb94ead
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.3
1
+ 1.13.4
data/filbunke.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: filbunke 1.13.3 ruby lib
5
+ # stub: filbunke 1.13.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "filbunke"
9
- s.version = "1.13.3"
9
+ s.version = "1.13.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Wouter de Bie", "Bjorn Sperber", "Karl Ravn", "Magnus Spangdal"]
14
- s.date = "2016-03-07"
14
+ s.date = "2016-03-11"
15
15
  s.description = "Filbunke client and library"
16
16
  s.email = "technical@deltaprojects.com"
17
17
  s.executables = ["filbunked"]
@@ -241,7 +241,7 @@ module Filbunke
241
241
 
242
242
  def update_http_file!(file, local_file_path)
243
243
  downloaded_file = nil
244
- tmp_filename = "#{local_file_path}-#{(0...8).map { (65 + rand(26)).chr }.join}.tmp"
244
+ tmp_filename = "#{local_file_path}.tmp"
245
245
  begin
246
246
  async_request = if @repository.user
247
247
  Typhoeus::Request.new(
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filbunke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.3
4
+ version: 1.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wouter de Bie
@@ -11,20 +11,20 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-03-07 00:00:00.000000000 Z
14
+ date: 2016-03-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thoughtbot-shoulda
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ! '>='
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: '0'
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ! '>='
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
30
  - !ruby/object:Gem::Dependency
@@ -90,9 +90,9 @@ executables:
90
90
  extensions: []
91
91
  extra_rdoc_files: []
92
92
  files:
93
- - .gitignore
94
- - .ruby-gemset
95
- - .ruby-version
93
+ - ".gitignore"
94
+ - ".ruby-gemset"
95
+ - ".ruby-version"
96
96
  - Gemfile
97
97
  - LICENSE
98
98
  - README.rdoc
@@ -124,12 +124,12 @@ require_paths:
124
124
  - lib
125
125
  required_ruby_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - ! '>='
127
+ - - ">="
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ! '>='
132
+ - - ">="
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []