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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTIzYTRiMWI1M2M3YzE5NDE1Y2E4ZDkyNWRhNjM1NGMyYzg5OTE2Mw==
4
+ MTQ1ZWQ2OWI1NDE3NjhiN2RlMDFlNThlZmUyY2IwMWY0N2VjM2YyOQ==
5
5
  data.tar.gz: !binary |-
6
- OWU1ZjZiNjczMzE5YWE3NDI4MGFhZmYxNWNiNzk4YTNhZDA1NmFkZA==
6
+ MjVmZGY3OTY1Y2JlM2Q0ODgyY2EwMzM4NzMzZmNlZjkwZjc3OTg4Mw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ODcyZmRiYzUzZmYwMzFiMDkxNmZkZmRkYzBjYTdhY2MxYzIxOWFkODdiY2Ux
10
- ODhiOGRlZTVhNGUwNTE0ZmY5NTQwYTZkOWMyY2I3OTM2OGNmYmRmMDdmZmNm
11
- ZWFjOTk2Y2RjNWUwNDg4ZTBlN2JjN2I2OWUyZjY5ODZhMzYzMTU=
9
+ NmY3YWFmNzQ0MDY1ODM5YTc0ZDU1YzFkZWZlYTMyYjVjYzY5YjgyNzg2MzE3
10
+ MzAxNWJkYWNlZDYzZjUwNmY3Mjg2YTIwZjVjNTNmNWVkZTBjOGQzYTE2NTMx
11
+ YjRlNjM0Y2ZjZTI5MjY0MmUyYjBmNGFkYmJiY2FmZTU1YTVlY2M=
12
12
  data.tar.gz: !binary |-
13
- YmQ2YWU3OTQ5YzMzYWYyMTgyYTFjNzBiZDZiZjJkZmNhNzcxZjMwNGVlZGM2
14
- ZGI1NTY0ODZmNTAzOWIxNzBmNjRkNjgzNTQwODE2MTFkOTVlZGNhYzk4YmUy
15
- NjEwYWVmZDYyMDU1ZWVkNTdhMzBjOGEyYzI4MjQzZmFiOGQ4NWQ=
13
+ MjUyNDczMDc4MmY5NDliMzk5MzVlOGUwYzBmN2FkOTA3YTk5ZDA5NTljYTBi
14
+ ODZmYzMyYjg2ZGNkNDZlN2E5Y2NlMGU5YjExOGRiOTVjMDk2MmViZjViYzg2
15
+ YmI1NmUxNDIzOWI4N2I5OTc1NjYyYTM2YjY3MWRhNzYxZDZkNWI=
@@ -1,3 +1,3 @@
1
1
  module SiSenior
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 Wojcik"]
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Tomasz Wojcik
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: []