ambidexter 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.
- checksums.yaml +7 -0
- data/bin/greet +4 -0
- data/lib/ambidexter.rb +5 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: ac2c0f51bc58103c5d7e80d5b09a4b35af1d9560
|
|
4
|
+
data.tar.gz: 73e6726d740433320330d992ffc9e85718be650a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: eece94d881c718ad1f309eacf009cab3d137145c7c575843d01a243f53ee947afc7f83bb87211616cdac58ea76647ee661458b630dac0f79baa80c1a6e331ebf
|
|
7
|
+
data.tar.gz: 9367012004b93e4aafd0b6e69453abe3c7306508fafdd5a99df1e6611e2964a324e611e00cf2eba07aeffe3bb6991a1e0530649d5eafb513f9d142e86243b5bf
|
data/bin/greet
ADDED
data/lib/ambidexter.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ambidexter
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Oleg Cherednichenko
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-06-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Ambidexter two hands and will give bouth to help you in testing your
|
|
14
|
+
network for HTTP stuff
|
|
15
|
+
email: olegh.cherednichenko@gmail.com
|
|
16
|
+
executables:
|
|
17
|
+
- greet
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- bin/greet
|
|
22
|
+
- lib/ambidexter.rb
|
|
23
|
+
homepage: http://rubygems.org/gems/ambidexter
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata: {}
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubyforge_project:
|
|
43
|
+
rubygems_version: 2.6.8
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Gem for testing network for HTML stuff
|
|
47
|
+
test_files: []
|