metrictools 0.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7b7d8486ef6a9732520da215fe4ed43a131737c6
4
+ data.tar.gz: 920780ca4db796a901809c0b2dbcafc9bd666212
5
+ SHA512:
6
+ metadata.gz: 6dfba14c18cbe1bc36aa7c2d39dff2ebee33638d51276b0b3f748cb50df0dace4bbf570d1fe8f8651034fdb5d027087619da0315266108f9cda57159593f71b4
7
+ data.tar.gz: c568504690ad65b8de7559ea6369b6d9997271f6218e3e5c057b7d2c123e3389ba369b676b50fd86b60cdd50b4fdf64dc2fa4337f7613cc9077efabc4904c6df
@@ -0,0 +1,2 @@
1
+ module MetricTools
2
+ end
@@ -0,0 +1,17 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "metrictools"
3
+ s.version = "0.0.1"
4
+ s.authors = ["Paul Asmuth"]
5
+ s.date = "2017-05-04"
6
+ s.description = "metrictools ruby binding"
7
+ s.summary = "metrictools ruby binding"
8
+ s.email = "paul@metrictools.org"
9
+ s.files = %w(
10
+ metrictools.gemspec
11
+ lib/metrictools.rb
12
+ )
13
+ s.homepage = "http://github.com/paulasmuth/metrictools"
14
+ s.licenses = ["MIT"]
15
+ s.require_paths = ["lib"]
16
+ s.rubygems_version = "1.8.10"
17
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: metrictools
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Paul Asmuth
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: metrictools ruby binding
14
+ email: paul@metrictools.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/metrictools.rb
20
+ - metrictools.gemspec
21
+ homepage: http://github.com/paulasmuth/metrictools
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: metrictools ruby binding
45
+ test_files: []