ruby-curl 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ruby-curl.rb +2 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 00445f1db3ded1ea30650acdc0a0ea4937e7e39922fcaca265653bf1ba3e9ee5
4
+ data.tar.gz: c6d3dab6a5ad87b110b5e9ff85ecea748a338f7dc9ef2fbce0a5bd4cb7f619c0
5
+ SHA512:
6
+ metadata.gz: faa24744a93aa295bfc350375deca5e3341b4a2f2b1b172a215826bcfa4a0decece5e021fd75ed96a396cf123b614769af97bf2b35a4cee651566aa3295bf8a5
7
+ data.tar.gz: 6fe7d3eabfa07af9ea4f691fa1968fd4a85390bdc9d34ee9e98f54aca502ce4cd87c5ddb8a555dce3bdd3d8b4690d094a84f5d1f81cb318dcbc9b881f4a04052
data/lib/ruby-curl.rb ADDED
@@ -0,0 +1,2 @@
1
+ class Curl
2
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-curl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Vijay
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby Extension for CURL.
14
+ email: vijayrepomailzbox@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ruby-curl.rb
20
+ homepage: http://rubygems.org/gems/ruby-curl
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Ruby Extension for CURL.
44
+ test_files: []