metriculous 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5388ffaab79706ba98a35bee2a61c9db9187a5dc
4
+ data.tar.gz: 808d84dcfe2b75fb4b87f244ebae28395017f0ec
5
+ SHA512:
6
+ metadata.gz: 5114d1ae74ad9a1094b93fe1f6b002cae2fee1441effbff868427ef262e83eb2ade23b1d5b519173cfb469537fc905ca985511ba6bee235b7200eb6288208721
7
+ data.tar.gz: 39b2b9527f3c5f6886b11bb3d072e2c6c04d66f96da3c47af546ba0b544c2b9313209d91b3c0d5943b528d27d1605453d4e42554d9a07511baf6a080c9cf110e
File without changes
@@ -0,0 +1,11 @@
1
+ module Metriculous
2
+ def self.version
3
+ [Version::MAJOR, Version::MINOR, Version::TINY].join '.'
4
+ end
5
+
6
+ module Version
7
+ MAJOR = 0
8
+ MINOR = 0
9
+ TINY = 0
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: metriculous
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Randy Souza
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A metrics and code review thingy. Experimental.
14
+ email:
15
+ - randy@randysouza.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/metriculous.rb
21
+ - lib/metriculous/version.rb
22
+ homepage: http://metriculous.io
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.1.5
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A metrics thingy
46
+ test_files: []
47
+ has_rdoc: