We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd1ef9 commit 3c6746dCopy full SHA for 3c6746d
1 file changed
configs/components/rubygem-net-http.rb
@@ -0,0 +1,13 @@
1
+#####
2
+# Component release information:
3
+# https://rubygems.org/gems/net-http
4
5
+component 'rubygem-net-http' do |pkg, _settings, _platform|
6
+ ### Maintained by update_gems automation ###
7
+ pkg.version '0.8.0'
8
+ pkg.sha256sum 'df42c47ce9f9e95ad32a317c97c12f945bc1af365288837ea4ff259876ecb46d'
9
+ pkg.build_requires 'rubygem-uri'
10
+ ### End automated maintenance section ###
11
+
12
+ instance_eval File.read('configs/components/_base-rubygem.rb')
13
+end
0 commit comments