tilia-http 4.2.1 → 4.2.1.1

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: f7b1b04def12b6d6a9f842167374739dd6210e7d
4
- data.tar.gz: 71c6a0a0f8c575c91b6feef757f586833e9b12f0
3
+ metadata.gz: 3f8f9648ebba0b56ba423c3356f72998d23155bf
4
+ data.tar.gz: ae9a896bae73f44c7fd60327a57e18fbb8b6b51a
5
5
  SHA512:
6
- metadata.gz: dc7eace9da8196a66d914e0e337193c236dc5f2fbcfcff1a1d2ea94e8eace45d485050d88417046e12ada16f34321b658f56df3587f74f2ec533836eb9a984de
7
- data.tar.gz: 2e6c6e45eb6361ef0b316860f2dcfde64d5372fec663470c4bc2c4d1fe446b056ef01e16b0bd0c87a441ee1345b395242811edb5980401aef227a446dcf620bc
6
+ metadata.gz: 58debb036d3bc2f7a031e2cf25015167955b457b7fb66bc1cd69696206647e7702d1ab7a1731330aa8053574079a07872d1b0783688f465e5d62cb374bbb83fc
7
+ data.tar.gz: e4bc663a8a0cf5ff58e7997d358afa2f22f8c2634eafbd0608aa8c9c5bd4322fd379f1dc9787d1278818cff6ece32e152ab3bed5577d0695a04c4d4b81ecd627
@@ -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 (~> 1.6)
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 (4.2.5.1)
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.1.0)
22
- astrolabe (1.3.1)
23
- parser (~> 2.2)
20
+ ast (2.3.0)
21
+ concurrent-ruby (1.0.5)
24
22
  docile (1.1.5)
25
- ethon (0.8.1)
23
+ ethon (0.10.1)
26
24
  ffi (>= 1.3.0)
27
- ffi (1.9.10)
28
- i18n (0.7.0)
29
- json (1.8.3)
30
- minitest (5.8.3)
31
- parser (2.2.3.0)
32
- ast (>= 1.1, < 3.0)
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 (1.6.4)
35
- rainbow (2.0.0)
36
- rake (10.4.2)
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.35.1)
39
- astrolabe (~> 1.3)
40
- parser (>= 2.2.3.0, < 3.0)
38
+ rubocop (0.50.0)
39
+ parallel (~> 1.10)
40
+ parser (>= 2.3.3.1, < 3.0)
41
41
  powerpack (~> 0.1)
42
- rainbow (>= 1.99.1, < 3.0)
42
+ rainbow (>= 2.2.2, < 3.0)
43
43
  ruby-progressbar (~> 1.7)
44
- tins (<= 1.6.0)
45
- ruby-progressbar (1.7.5)
46
- simplecov (0.11.1)
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 (~> 1.8)
48
+ json (>= 1.8, < 3)
49
49
  simplecov-html (~> 0.10.0)
50
- simplecov-html (0.10.0)
51
- thread_safe (0.3.5)
52
- tilia-event (2.0.2)
53
- activesupport (~> 4.2)
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.2)
58
+ tzinfo (1.2.3)
60
59
  thread_safe (~> 0.1)
61
- yard (0.8.7.6)
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.10.6
75
+ 1.14.6
@@ -3,7 +3,7 @@ module Tilia
3
3
  # This class contains the version number for the HTTP package
4
4
  class Version
5
5
  # Full version number
6
- VERSION = '4.2.1'.freeze
6
+ VERSION = '4.2.1.1'.freeze
7
7
  end
8
8
  end
9
9
  end
@@ -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', '~> 1.6'
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: 2016-02-06 00:00:00.000000000 Z
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.5
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: