calibrate 0.0.1 → 0.0.2
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 +5 -5
- metadata +21 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d2da28284dd331d234230a2af1417bb0a7cadbf900c950288568399255d219ae
|
|
4
|
+
data.tar.gz: c7db2d0e8ff19e143f9a71e8da3b9ebd216f268cba61348cdd11a81f5ef55e62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0d5be5fa836f3207cd3357942013cdcd347feb6815f5cfc82a1d5fa9073d1fe796e0d6c3b8cf8cd614c471d7913bc4d4a2f14498ce35a377cb2edb12334e405
|
|
7
|
+
data.tar.gz: 41c882128fe3f117fbc2395b94c3f73089b845a3155fcc4a1bd1c977cc33a528f733480d8437f7237f9e3d0b5520387f523b7fdbf74b6f493b113ba79b784712
|
metadata
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calibrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Judson Lester
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
-
dependencies:
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rake
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '12.3'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '12.3'
|
|
27
|
+
description: " Add configurable settings to ruby object that can have defaults, be
|
|
28
|
+
required, depend on one another.\n"
|
|
15
29
|
email:
|
|
16
30
|
- nyarly@gmail.com
|
|
17
31
|
executables: []
|
|
@@ -40,7 +54,7 @@ rdoc_options:
|
|
|
40
54
|
- "--main"
|
|
41
55
|
- doc/README
|
|
42
56
|
- "--title"
|
|
43
|
-
- calibrate-0.0.
|
|
57
|
+
- calibrate-0.0.2 Documentation
|
|
44
58
|
require_paths:
|
|
45
59
|
- lib/
|
|
46
60
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -55,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
69
|
version: '0'
|
|
56
70
|
requirements: []
|
|
57
71
|
rubyforge_project: calibrate
|
|
58
|
-
rubygems_version: 2.
|
|
72
|
+
rubygems_version: 2.7.7
|
|
59
73
|
signing_key:
|
|
60
74
|
specification_version: 4
|
|
61
75
|
summary: Configuration fields for Ruby objects
|