ds9 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +2 -0
- data/ext/ds9/extconf.rb +1 -1
- data/lib/ds9/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 52aad43c3fbf23dbd113f2ee815a52bc06c22f1582adeaa791c9a9087cdd7b79
|
4
|
+
data.tar.gz: 2c17b45894d4414f76b6389fcdfcc7b61e830e9ba0f12a1c02e40ce23880a7a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad3ad16ea6421c40d25a305627df176ca6cb1c718d20214dbabd44567761058987473097781e4560f8ee1a19f47250d117d2435f4ec523c1bb5b86c99e73dfd8
|
7
|
+
data.tar.gz: 2ac3a5df1c662ff375e07c1a527151c5135a9b3b0647b8fd236ce685f3a26fbfbbc7c48ec12cba44414ab84712b237fcc028db2e36163de50412da98648fc87e
|
data/Gemfile
CHANGED
data/ext/ds9/extconf.rb
CHANGED
@@ -24,7 +24,7 @@ else
|
|
24
24
|
require 'rubygems'
|
25
25
|
require 'mini_portile2'
|
26
26
|
recipe = MiniPortile.new('nghttp2', 'v1.34.0')
|
27
|
-
recipe.configure_options = recipe.configure_options + ['--with-pic']
|
27
|
+
recipe.configure_options = recipe.configure_options + ['--with-pic', '--disable-python-bindings']
|
28
28
|
|
29
29
|
recipe.files << {
|
30
30
|
url: 'https://github.com/nghttp2/nghttp2/releases/download/v1.34.0/nghttp2-1.34.0.tar.gz',
|
data/lib/ds9/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ds9
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -135,8 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
- !ruby/object:Gem::Version
|
136
136
|
version: '0'
|
137
137
|
requirements: []
|
138
|
-
|
139
|
-
rubygems_version: 2.6.14.1
|
138
|
+
rubygems_version: 3.0.3
|
140
139
|
signing_key:
|
141
140
|
specification_version: 4
|
142
141
|
summary: This library allows you to write HTTP/2 clients and servers
|