fhttp 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/fhttp +2 -0
- data/lib/fhttp.rb +0 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ec35415aeee91e3f0136c715935d0651f0bec783
|
4
|
+
data.tar.gz: ed52e473cc5238f94494b24afc5801c643e676d8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 66b47fa1c606f3cba896ef408985692290b9b466cfc120c79830bc9639bcddbdad673ae1c1d8b443213a4f878c558a3439a17a11e664fe1ff301b198af8879dd
|
7
|
+
data.tar.gz: 01ea66f67f70552cfd3b2851fc601d33b320dab93d487c118c6a7e77c71277edf174c62c03ac63bbc3dde31bca7110b8fa635846e24459fb0907f4877e8bb890
|
data/bin/fhttp
ADDED
data/lib/fhttp.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: fhttp
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Aston Fu
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-18 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: F http.
|
14
|
+
email: im@fuhao.im
|
15
|
+
executables:
|
16
|
+
- fhttp
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- bin/fhttp
|
21
|
+
- lib/fhttp.rb
|
22
|
+
homepage: https://github.com/astonfu/fhttp
|
23
|
+
licenses:
|
24
|
+
- MIT
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubyforge_project:
|
42
|
+
rubygems_version: 2.5.1
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: F http.
|
46
|
+
test_files: []
|