ds9 1.4.0 → 1.4.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
- SHA1:
3
- metadata.gz: ee1e610bf18252586cdc9870329bec845a845666
4
- data.tar.gz: 5554cbbb9f42c3a017a482509b083d2ef23d3cec
2
+ SHA256:
3
+ metadata.gz: 52aad43c3fbf23dbd113f2ee815a52bc06c22f1582adeaa791c9a9087cdd7b79
4
+ data.tar.gz: 2c17b45894d4414f76b6389fcdfcc7b61e830e9ba0f12a1c02e40ce23880a7a8
5
5
  SHA512:
6
- metadata.gz: c412989f68af4025bb659c040f7953d5fab107aa3613616f16afb48e5e4147543ac2e04b86a1930e518d45924abcd6a2079ce63eaf033ab017ee7b8ea98dff7c
7
- data.tar.gz: ea9aa79692a1d0a8a879d16a85199561b1e46672629d5d5c66bc59707d287d94a7197768b76d9fad5be4428b0f7a49b8d8e22b428c14fe128099f6c59569c98e
6
+ metadata.gz: ad3ad16ea6421c40d25a305627df176ca6cb1c718d20214dbabd44567761058987473097781e4560f8ee1a19f47250d117d2435f4ec523c1bb5b86c99e73dfd8
7
+ data.tar.gz: 2ac3a5df1c662ff375e07c1a527151c5135a9b3b0647b8fd236ce685f3a26fbfbbc7c48ec12cba44414ab84712b237fcc028db2e36163de50412da98648fc87e
data/Gemfile CHANGED
@@ -1 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
1
3
  gemspec
@@ -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',
@@ -1,3 +1,3 @@
1
1
  module DS9
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
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.0
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
- rubyforge_project:
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