tilia-http 4.2.1 → 4.2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +34 -34
- data/lib/tilia/http/version.rb +1 -1
- data/tilia-http.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f8f9648ebba0b56ba423c3356f72998d23155bf
|
4
|
+
data.tar.gz: ae9a896bae73f44c7fd60327a57e18fbb8b6b51a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58debb036d3bc2f7a031e2cf25015167955b457b7fb66bc1cd69696206647e7702d1ab7a1731330aa8053574079a07872d1b0783688f465e5d62cb374bbb83fc
|
7
|
+
data.tar.gz: e4bc663a8a0cf5ff58e7997d358afa2f22f8c2634eafbd0608aa8c9c5bd4322fd379f1dc9787d1278818cff6ece32e152ab3bed5577d0695a04c4d4b81ecd627
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
tilia-http (4.2.1)
|
4
|
+
tilia-http (4.2.1.1)
|
5
5
|
activesupport (>= 4.0)
|
6
|
-
rack (
|
6
|
+
rack (>= 1.6)
|
7
7
|
rchardet (~> 1.6)
|
8
8
|
tilia-event (~> 2.0)
|
9
9
|
tilia-uri (~> 1.0)
|
@@ -12,53 +12,53 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (
|
15
|
+
activesupport (5.1.4)
|
16
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
17
|
i18n (~> 0.7)
|
17
|
-
json (~> 1.7, >= 1.7.7)
|
18
18
|
minitest (~> 5.1)
|
19
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
20
19
|
tzinfo (~> 1.1)
|
21
|
-
ast (2.
|
22
|
-
|
23
|
-
parser (~> 2.2)
|
20
|
+
ast (2.3.0)
|
21
|
+
concurrent-ruby (1.0.5)
|
24
22
|
docile (1.1.5)
|
25
|
-
ethon (0.
|
23
|
+
ethon (0.10.1)
|
26
24
|
ffi (>= 1.3.0)
|
27
|
-
ffi (1.9.
|
28
|
-
i18n (0.
|
29
|
-
json (1.
|
30
|
-
minitest (5.
|
31
|
-
|
32
|
-
|
25
|
+
ffi (1.9.18)
|
26
|
+
i18n (0.8.6)
|
27
|
+
json (2.1.0)
|
28
|
+
minitest (5.10.3)
|
29
|
+
parallel (1.12.0)
|
30
|
+
parser (2.4.0.0)
|
31
|
+
ast (~> 2.2)
|
33
32
|
powerpack (0.1.1)
|
34
|
-
rack (
|
35
|
-
rainbow (2.
|
36
|
-
|
33
|
+
rack (2.0.3)
|
34
|
+
rainbow (2.2.2)
|
35
|
+
rake
|
36
|
+
rake (12.1.0)
|
37
37
|
rchardet (1.6.1)
|
38
|
-
rubocop (0.
|
39
|
-
|
40
|
-
parser (>= 2.
|
38
|
+
rubocop (0.50.0)
|
39
|
+
parallel (~> 1.10)
|
40
|
+
parser (>= 2.3.3.1, < 3.0)
|
41
41
|
powerpack (~> 0.1)
|
42
|
-
rainbow (>=
|
42
|
+
rainbow (>= 2.2.2, < 3.0)
|
43
43
|
ruby-progressbar (~> 1.7)
|
44
|
-
|
45
|
-
ruby-progressbar (1.
|
46
|
-
simplecov (0.
|
44
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
45
|
+
ruby-progressbar (1.8.3)
|
46
|
+
simplecov (0.15.1)
|
47
47
|
docile (~> 1.1.0)
|
48
|
-
json (
|
48
|
+
json (>= 1.8, < 3)
|
49
49
|
simplecov-html (~> 0.10.0)
|
50
|
-
simplecov-html (0.10.
|
51
|
-
thread_safe (0.3.
|
52
|
-
tilia-event (2.0.2)
|
53
|
-
activesupport (
|
50
|
+
simplecov-html (0.10.2)
|
51
|
+
thread_safe (0.3.6)
|
52
|
+
tilia-event (2.0.2.1)
|
53
|
+
activesupport (>= 4.0)
|
54
54
|
tilia-uri (1.0.1.1)
|
55
55
|
activesupport (>= 4.0)
|
56
|
-
tins (1.6.0)
|
57
56
|
typhoeus (0.8.0)
|
58
57
|
ethon (>= 0.8.0)
|
59
|
-
tzinfo (1.2.
|
58
|
+
tzinfo (1.2.3)
|
60
59
|
thread_safe (~> 0.1)
|
61
|
-
|
60
|
+
unicode-display_width (1.3.0)
|
61
|
+
yard (0.9.9)
|
62
62
|
|
63
63
|
PLATFORMS
|
64
64
|
ruby
|
@@ -72,4 +72,4 @@ DEPENDENCIES
|
|
72
72
|
yard (~> 0.8)
|
73
73
|
|
74
74
|
BUNDLED WITH
|
75
|
-
1.
|
75
|
+
1.14.6
|
data/lib/tilia/http/version.rb
CHANGED
data/tilia-http.gemspec
CHANGED
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.add_runtime_dependency 'rchardet', '~>1.6'
|
15
15
|
s.add_runtime_dependency 'tilia-event', '~> 2.0'
|
16
16
|
s.add_runtime_dependency 'tilia-uri', '~> 1.0'
|
17
|
-
s.add_runtime_dependency 'rack', '
|
17
|
+
s.add_runtime_dependency 'rack', '>= 1.6'
|
18
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tilia-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.1
|
4
|
+
version: 4.2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakob Sack
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -84,14 +84,14 @@ dependencies:
|
|
84
84
|
name: rack
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - "
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '1.6'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- - "
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.6'
|
97
97
|
description: |-
|
@@ -185,9 +185,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
185
|
version: '0'
|
186
186
|
requirements: []
|
187
187
|
rubyforge_project:
|
188
|
-
rubygems_version: 2.2
|
188
|
+
rubygems_version: 2.5.2
|
189
189
|
signing_key:
|
190
190
|
specification_version: 4
|
191
191
|
summary: Port of the sabre-http library to ruby
|
192
192
|
test_files: []
|
193
|
-
has_rdoc:
|