artillery 0.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +23 -0
  3. data/README.md +8 -0
  4. data/lib/artillery.rb +3 -0
  5. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e7b3251d48b3fd6f4756fe9e5cff266475734434
4
+ data.tar.gz: d3ac73d131547922d0047c1f50a410a78431e8c1
5
+ SHA512:
6
+ metadata.gz: 5dd7ebe4947574c4226cc0bcb15196195a1b6095a3c65239031b64e5b3cad6b558d4d98fee93bcc7a4799bd493b4326d3c7c0694f12031aeca5a46bb5f72d2c9
7
+ data.tar.gz: 534a1b3aa659907ab681058915aec0c4e574da39e4d230e7e7e5f3f1dc40e5134622f08fdc112e419ea4aae9275b85914cfb31b9da48ce35ec63af59e378b1e6
@@ -0,0 +1,23 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 digitalextremist // and abstractive labs;
4
+ individual founder, and a division of delimiter chambers limited respectively.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ "Software"), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,8 @@
1
+ # Artillery
2
+
3
+ > Coming soon.
4
+
5
+
6
+ ---
7
+
8
+ © [@digitalextremist](https://github.com/digitalextremist); developed by [abstractive labs](https://github.com/abstractive) //
@@ -0,0 +1,3 @@
1
+ module Artillery
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: artillery
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Donovan Keme
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email:
15
+ - code@extremist.digital
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - README.md
22
+ - lib/artillery.rb
23
+ homepage: http://github.com/abstractive/artillery
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.5.2.1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Stateless distributed atomic dynamic execution.
47
+ test_files: []