rigorously 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rigorously.rb +5 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b815fe4fa6e24507ae3aba477dae2c6c36712cb03fd2e4e4ca48bcd9c4978d3b
4
+ data.tar.gz: 4be7800cd8a1877031cc5e4a41a4b76c92ec2d36f38456475258ca15a95a931d
5
+ SHA512:
6
+ metadata.gz: 0a794eec07d8ce14237b49f7e872900b844c85d99840dd924e25b782089d794d137e204fb3457f786516f05f17ee2aeb4d3a63b118c44d43729e6cf6b1023bde
7
+ data.tar.gz: 88f7c2e204ef354359a2ddce79d4671dfe77795c081f111242b479050a585029d137bbdcc0ec74aa185beeebf58038cce0143d0af2601a16dbe724d15dd68003
data/lib/rigorously.rb ADDED
@@ -0,0 +1,5 @@
1
+ # Automated research quality assurance.
2
+ # Trust nothing. Verify everything.
3
+ module Rigorously
4
+ VERSION = "0.0.1"
5
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rigorously
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mansib Miraj
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Verification-gated task registry, citation verification, reproducibility
13
+ checks. Trust nothing, verify everything.
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/rigorously.rb
19
+ homepage: https://rigorous.ly
20
+ licenses:
21
+ - MIT
22
+ metadata:
23
+ source_code_uri: https://gitlab.com/rigorously/rigorously
24
+ homepage_uri: https://rigorous.ly
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '3.0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.7
40
+ specification_version: 4
41
+ summary: Automated research quality assurance
42
+ test_files: []