si_senior 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 +8 -8
- data/lib/si_senior/version.rb +1 -1
- data/si_senior.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MTQ1ZWQ2OWI1NDE3NjhiN2RlMDFlNThlZmUyY2IwMWY0N2VjM2YyOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjVmZGY3OTY1Y2JlM2Q0ODgyY2EwMzM4NzMzZmNlZjkwZjc3OTg4Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmY3YWFmNzQ0MDY1ODM5YTc0ZDU1YzFkZWZlYTMyYjVjYzY5YjgyNzg2MzE3
|
|
10
|
+
MzAxNWJkYWNlZDYzZjUwNmY3Mjg2YTIwZjVjNTNmNWVkZTBjOGQzYTE2NTMx
|
|
11
|
+
YjRlNjM0Y2ZjZTI5MjY0MmUyYjBmNGFkYmJiY2FmZTU1YTVlY2M=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjUyNDczMDc4MmY5NDliMzk5MzVlOGUwYzBmN2FkOTA3YTk5ZDA5NTljYTBi
|
|
14
|
+
ODZmYzMyYjg2ZGNkNDZlN2E5Y2NlMGU5YjExOGRiOTVjMDk2MmViZjViYzg2
|
|
15
|
+
YmI1NmUxNDIzOWI4N2I5OTc1NjYyYTM2YjY3MWRhNzYxZDZkNWI=
|
data/lib/si_senior/version.rb
CHANGED
data/si_senior.gemspec
CHANGED
|
@@ -6,9 +6,9 @@ require 'si_senior/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "si_senior"
|
|
8
8
|
spec.version = SiSenior::VERSION
|
|
9
|
-
spec.authors = ["Tomasz
|
|
9
|
+
spec.authors = ["Tomasz Wójcik"]
|
|
10
10
|
spec.email = ["wojcik.tomek@gmail.com"]
|
|
11
|
-
spec.description = "SI unit converter."
|
|
11
|
+
spec.description = "SI unit converter. Supports prefixes (1.kilo, 5.mega etc) and conversions (1.to_mega, 5.mili.to_centi etc)"
|
|
12
12
|
spec.summary = "SI unit converter."
|
|
13
13
|
spec.homepage = "https://github.com/tomaszwojcik/si_senior"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: si_senior
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Tomasz
|
|
7
|
+
- Tomasz Wójcik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: SI unit converter.
|
|
55
|
+
description: SI unit converter. Supports prefixes (1.kilo, 5.mega etc) and conversions
|
|
56
|
+
(1.to_mega, 5.mili.to_centi etc)
|
|
56
57
|
email:
|
|
57
58
|
- wojcik.tomek@gmail.com
|
|
58
59
|
executables: []
|