filbunke 2.1.2 → 2.1.3

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
- OWZhNTI3YWExNDIzZWI2OTNjN2I2Y2JlZGY1M2IwY2Y2M2ZiNGMwZQ==
5
- data.tar.gz: !binary |-
6
- MmUyZWUyNjllY2RiNjFhZmRhYTAyNDNiYzI0MTg5MjcyODNmMDY5Mg==
2
+ SHA1:
3
+ metadata.gz: 44578b9db2dc8322b72700297dd29b692fe8d640
4
+ data.tar.gz: 99b49067517d284e74aa463b0430dd9dd421ec94
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- M2YxNjMxZjBkYThjYWIwMzg3ZmM2NGU2ODQyNWUyYjVkZGY0OGJhNjFiOTdh
10
- OTU1Njk2NTAwMmVjNzFiMDUxOTA1OTM5NmUxY2JmODMwZGQ3MTljNTI4OTky
11
- ODUwMmNmNzhiZDhmMTljYTM5YWZhZmEzOTJlMjY0NzhhMTYxNzE=
12
- data.tar.gz: !binary |-
13
- NjhkNWYzNmM5YjI1YTQ1MDI1OTBlZGVhODQ4NGJlNTZiODUxNDkzN2QzNTg2
14
- Mjg3YzFhZWZjZjAwNDYyMTY3NzA5YjhjZWZhZDBhYzEwNWE0NmE5OWMwNWU3
15
- MmI3ZjM1NjVkNjUxMmQwMDAxYTNkMzQ4ZTljZDI3OWI2ZmE2ZjY=
6
+ metadata.gz: 6d7ab975f18b1c882f7d927ed81d7fb2ccd97ed4b45e7cff39ede7da90079316c5a15a21135879a725b3ff0e8335d1bf5434c6be7f8bfc627ac1097d5e8ad261
7
+ data.tar.gz: 8185277d98c33556f26c7b52197691206c7b9241a357724e068302458abe5bf4d485feb40c2ad162df790f31ac6c28ba3b35917d592b852ed10e5d6320606c80
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.1.3
data/filbunke.gemspec CHANGED
@@ -2,11 +2,11 @@
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 2.1.2 ruby lib
5
+ # stub: filbunke 2.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "filbunke"
9
- s.version = "2.1.2"
9
+ s.version = "2.1.3"
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"]
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  "test/test_filbunke.rb"
43
43
  ]
44
44
  s.homepage = "https://rubygems.org/gems/filbunke"
45
- s.rubygems_version = "2.2.2"
45
+ s.rubygems_version = "2.4.8"
46
46
  s.summary = "Filbunke client"
47
47
 
48
48
  if s.respond_to? :specification_version then
@@ -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: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wouter de Bie
@@ -17,14 +17,14 @@ dependencies:
17
17
  name: 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
@@ -104,9 +104,9 @@ executables:
104
104
  extensions: []
105
105
  extra_rdoc_files: []
106
106
  files:
107
- - .gitignore
108
- - .ruby-gemset
109
- - .ruby-version
107
+ - ".gitignore"
108
+ - ".ruby-gemset"
109
+ - ".ruby-version"
110
110
  - Gemfile
111
111
  - LICENSE
112
112
  - README.rdoc
@@ -137,17 +137,17 @@ require_paths:
137
137
  - lib
138
138
  required_ruby_version: !ruby/object:Gem::Requirement
139
139
  requirements:
140
- - - ! '>='
140
+ - - ">="
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
- - - ! '>='
145
+ - - ">="
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
149
  rubyforge_project:
150
- rubygems_version: 2.2.2
150
+ rubygems_version: 2.4.8
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Filbunke client