Skip to content

Commit

Permalink
Remove extension, use H1P instead
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Aug 20, 2021
1 parent 136ff92 commit 609f8ca
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 1,492 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gemspec
%w{polyphony qeweney}.each do |dep|
%w{polyphony qeweney h1p}.each do |dep|
dir = "../#{dep}"
gem(dep, path: dir) if File.directory?(dir)
end
29 changes: 11 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
PATH
remote: ../h1p
specs:
h1p (0.2)

PATH
remote: ../polyphony
specs:
polyphony (0.69)
polyphony (0.70)

PATH
remote: ../qeweney
Expand All @@ -15,6 +20,7 @@ PATH
tipi (0.42)
acme-client (~> 2.0.8)
extralite (~> 1.2)
h1p (~> 0.2)
http-2 (~> 0.11)
localhost (~> 1.1.4)
msgpack (~> 1.4.2)
Expand All @@ -28,13 +34,11 @@ GEM
specs:
acme-client (2.0.8)
faraday (>= 0.17, < 2.0.0)
ansi (1.5.0)
builder (3.2.4)
cuba (3.9.3)
rack (>= 1.6.0)
docile (1.4.0)
escape_utils (1.2.1)
extralite (1.2)
extralite (1.3)
faraday (1.7.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -55,23 +59,14 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
http-2 (0.11.0)
http_parser.rb (0.7.0)
json (2.5.1)
localhost (1.1.8)
memory_profiler (1.0.0)
minitest (5.11.3)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
msgpack (1.4.2)
multipart-post (2.1.1)
rack (2.2.3)
rake (12.3.3)
rake-compiler (1.1.1)
rake
ruby-progressbar (1.11.0)
rake (13.0.6)
ruby2_keywords (0.0.5)
simplecov (0.17.1)
docile (~> 1.1)
Expand All @@ -85,14 +80,12 @@ PLATFORMS

DEPENDENCIES
cuba (~> 3.9.3)
http_parser.rb (= 0.7.0)
h1p!
memory_profiler (~> 1.0.0)
minitest (~> 5.11.3)
minitest-reporters (~> 1.4.2)
polyphony!
qeweney!
rake (~> 12.3.3)
rake-compiler (= 1.1.1)
rake (~> 13.0.6)
simplecov (~> 0.17.1)
tipi!

Expand Down
13 changes: 0 additions & 13 deletions ext/tipi/extconf.rb

This file was deleted.

Loading

0 comments on commit 609f8ca

Please sign in to comment.