units-money 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3ae4e44e51a6022d26084d8619fc7d258d787ae2
4
+ data.tar.gz: fe0e4b14ba1ba6caeb14c811d8b900f15014cdd8
5
+ SHA512:
6
+ metadata.gz: ff550678a16e1eeb49b248296f3781bb82671e8d505344976b69a7deabaa91427a25fd312a7c7bbe3efd575403db609536e6b7481c7892a02f231aef93637648
7
+ data.tar.gz: cb6bc224a0b01e1158e69ab9db410594ddc5c5f29bfd5fbc2c97be6bbbefb73c8ba12f8b97ac1c6244ab11e8df00c6702f1df4393effed9ac1fc2b2301d2f394
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ### 0.0.1 / 2019-03-10
2
+
3
+ * Everything is new. First release
data/LICENSE.md ADDED
@@ -0,0 +1,116 @@
1
+ CC0 1.0 Universal
2
+
3
+ Statement of Purpose
4
+
5
+ The laws of most jurisdictions throughout the world automatically confer
6
+ exclusive Copyright and Related Rights (defined below) upon the creator and
7
+ subsequent owner(s) (each and all, an "owner") of an original work of
8
+ authorship and/or a database (each, a "Work").
9
+
10
+ Certain owners wish to permanently relinquish those rights to a Work for the
11
+ purpose of contributing to a commons of creative, cultural and scientific
12
+ works ("Commons") that the public can reliably and without fear of later
13
+ claims of infringement build upon, modify, incorporate in other works, reuse
14
+ and redistribute as freely as possible in any form whatsoever and for any
15
+ purposes, including without limitation commercial purposes. These owners may
16
+ contribute to the Commons to promote the ideal of a free culture and the
17
+ further production of creative, cultural and scientific works, or to gain
18
+ reputation or greater distribution for their Work in part through the use and
19
+ efforts of others.
20
+
21
+ For these and/or other purposes and motivations, and without any expectation
22
+ of additional consideration or compensation, the person associating CC0 with a
23
+ Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
24
+ and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
25
+ and publicly distribute the Work under its terms, with knowledge of his or her
26
+ Copyright and Related Rights in the Work and the meaning and intended legal
27
+ effect of CC0 on those rights.
28
+
29
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
30
+ protected by copyright and related or neighboring rights ("Copyright and
31
+ Related Rights"). Copyright and Related Rights include, but are not limited
32
+ to, the following:
33
+
34
+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
35
+ and translate a Work;
36
+
37
+ ii. moral rights retained by the original author(s) and/or performer(s);
38
+
39
+ iii. publicity and privacy rights pertaining to a person's image or likeness
40
+ depicted in a Work;
41
+
42
+ iv. rights protecting against unfair competition in regards to a Work,
43
+ subject to the limitations in paragraph 4(a), below;
44
+
45
+ v. rights protecting the extraction, dissemination, use and reuse of data in
46
+ a Work;
47
+
48
+ vi. database rights (such as those arising under Directive 96/9/EC of the
49
+ European Parliament and of the Council of 11 March 1996 on the legal
50
+ protection of databases, and under any national implementation thereof,
51
+ including any amended or successor version of such directive); and
52
+
53
+ vii. other similar, equivalent or corresponding rights throughout the world
54
+ based on applicable law or treaty, and any national implementations thereof.
55
+
56
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of,
57
+ applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
58
+ unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
59
+ and Related Rights and associated claims and causes of action, whether now
60
+ known or unknown (including existing as well as future claims and causes of
61
+ action), in the Work (i) in all territories worldwide, (ii) for the maximum
62
+ duration provided by applicable law or treaty (including future time
63
+ extensions), (iii) in any current or future medium and for any number of
64
+ copies, and (iv) for any purpose whatsoever, including without limitation
65
+ commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
66
+ the Waiver for the benefit of each member of the public at large and to the
67
+ detriment of Affirmer's heirs and successors, fully intending that such Waiver
68
+ shall not be subject to revocation, rescission, cancellation, termination, or
69
+ any other legal or equitable action to disrupt the quiet enjoyment of the Work
70
+ by the public as contemplated by Affirmer's express Statement of Purpose.
71
+
72
+ 3. Public License Fallback. Should any part of the Waiver for any reason be
73
+ judged legally invalid or ineffective under applicable law, then the Waiver
74
+ shall be preserved to the maximum extent permitted taking into account
75
+ Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
76
+ is so judged Affirmer hereby grants to each affected person a royalty-free,
77
+ non transferable, non sublicensable, non exclusive, irrevocable and
78
+ unconditional license to exercise Affirmer's Copyright and Related Rights in
79
+ the Work (i) in all territories worldwide, (ii) for the maximum duration
80
+ provided by applicable law or treaty (including future time extensions), (iii)
81
+ in any current or future medium and for any number of copies, and (iv) for any
82
+ purpose whatsoever, including without limitation commercial, advertising or
83
+ promotional purposes (the "License"). The License shall be deemed effective as
84
+ of the date CC0 was applied by Affirmer to the Work. Should any part of the
85
+ License for any reason be judged legally invalid or ineffective under
86
+ applicable law, such partial invalidity or ineffectiveness shall not
87
+ invalidate the remainder of the License, and in such case Affirmer hereby
88
+ affirms that he or she will not (i) exercise any of his or her remaining
89
+ Copyright and Related Rights in the Work or (ii) assert any associated claims
90
+ and causes of action with respect to the Work, in either case contrary to
91
+ Affirmer's express Statement of Purpose.
92
+
93
+ 4. Limitations and Disclaimers.
94
+
95
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
96
+ surrendered, licensed or otherwise affected by this document.
97
+
98
+ b. Affirmer offers the Work as-is and makes no representations or warranties
99
+ of any kind concerning the Work, express, implied, statutory or otherwise,
100
+ including without limitation warranties of title, merchantability, fitness
101
+ for a particular purpose, non infringement, or the absence of latent or
102
+ other defects, accuracy, or the present or absence of errors, whether or not
103
+ discoverable, all to the greatest extent permissible under applicable law.
104
+
105
+ c. Affirmer disclaims responsibility for clearing rights of other persons
106
+ that may apply to the Work or any use thereof, including without limitation
107
+ any person's Copyright and Related Rights in the Work. Further, Affirmer
108
+ disclaims responsibility for obtaining any necessary consents, permissions
109
+ or other rights required for any use of the Work.
110
+
111
+ d. Affirmer understands and acknowledges that Creative Commons is not a
112
+ party to this document and has no duty or obligation with respect to this
113
+ CC0 or use of the Work.
114
+
115
+ For more information, please see
116
+ <http://creativecommons.org/publicdomain/zero/1.0/>
data/Manifest.txt ADDED
@@ -0,0 +1,9 @@
1
+ CHANGELOG.md
2
+ LICENSE.md
3
+ Manifest.txt
4
+ README.md
5
+ Rakefile
6
+ lib/units-money.rb
7
+ lib/units-money/version.rb
8
+ test/helper.rb
9
+ test/test_units_money.rb
data/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # Units of (Crypto) Money
2
+
3
+
4
+ units-money library / gem - units of (crypto) money (in integer) incl. ether / eth (finney, szabo, shannon, lovelace, babbage, wei), bitcoin / btc (satoshi), sol (terra, luna) and more
5
+
6
+ * home :: [github.com/s6ruby/units-money](https://github.com/s6ruby/units-money)
7
+ * bugs :: [github.com/s6ruby/units-money/issues](https://github.com/s6ruby/units-money/issues)
8
+ * gem :: [rubygems.org/gems/units-money](https://rubygems.org/gems/units-money)
9
+ * rdoc :: [rubydoc.info/gems/units-money](http://rubydoc.info/gems/units-money)
10
+
11
+
12
+ ## Usage
13
+
14
+ To be done
15
+
16
+
17
+ ## License
18
+
19
+ ![](https://publicdomainworks.github.io/buttons/zero88x31.png)
20
+
21
+ The `units-money` scripts are dedicated to the public domain.
22
+ Use it as you please with no restrictions whatsoever.
23
+
24
+
25
+ ## Questions? Comments?
26
+
27
+ Send them along to the [wwwmake forum](http://groups.google.com/group/wwwmake).
28
+ Thanks!
data/Rakefile ADDED
@@ -0,0 +1,28 @@
1
+ require 'hoe'
2
+ require './lib/units-money/version.rb'
3
+
4
+ Hoe.spec 'units-money' do
5
+
6
+ self.version = UnitsMoney::VERSION
7
+
8
+ self.summary = "units-money - units of (crypto) money (in integer) incl. ether / eth (finney, szabo, shannon, lovelace, babbage, wei), bitcoin / btc (satoshi), sol (terra, luna) and more"
9
+ self.description = summary
10
+
11
+ self.urls = ['https://github.com/s6ruby/units-money']
12
+
13
+ self.author = 'Gerald Bauer'
14
+ self.email = 'wwwmake@googlegroups.com'
15
+
16
+ # switch extension to .markdown for gihub formatting
17
+ self.readme_file = 'README.md'
18
+ self.history_file = 'CHANGELOG.md'
19
+
20
+ self.extra_deps = []
21
+
22
+ self.licenses = ['Public Domain']
23
+
24
+ self.spec_extras = {
25
+ required_ruby_version: '>= 2.3'
26
+ }
27
+
28
+ end
@@ -0,0 +1,22 @@
1
+ # encoding: utf-8
2
+
3
+ module UnitsMoney
4
+
5
+ MAJOR = 0
6
+ MINOR = 0
7
+ PATCH = 1
8
+ VERSION = [MAJOR,MINOR,PATCH].join('.')
9
+
10
+ def self.version
11
+ VERSION
12
+ end
13
+
14
+ def self.banner
15
+ "units-money/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
16
+ end
17
+
18
+ def self.root
19
+ "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
20
+ end
21
+
22
+ end # module UnitsMoney
@@ -0,0 +1,109 @@
1
+ # encoding: utf-8
2
+
3
+ ## stdlibs
4
+ require 'pp'
5
+
6
+
7
+ ## our own code
8
+ require 'units-money/version' # note: let version always go first
9
+
10
+
11
+ ################
12
+ # note: Money class is for now just an empty "wrapper"
13
+ #
14
+ # todo/fix: use a true units type / class - why? why not?
15
+ class Money
16
+ def self.zero() 0; end
17
+ end
18
+
19
+ ## "global" converter function e.g. Money(0)
20
+ def Money( arg ) arg; end
21
+
22
+
23
+
24
+ module ExponentialUnits
25
+ E2 = 10**2 # 100
26
+ E3 = 10**3 # 1000
27
+ E4 = 10**4 # 10_000
28
+ E5 = 10**5 # 100_000
29
+ E6 = 10**6 # 1_000_000
30
+ E7 = 10**7 # 10_000_000
31
+ E8 = 10**8 # 100_000_000
32
+ E9 = 10**9 # 1_000_000_000
33
+ E10 = 10**10 # 10_000_000_000
34
+ E11 = 10**11 # 100_000_000_000
35
+ E12 = 10**12 # 1_000_000_000_000
36
+ E13 = 10**13 # 10_000_000_000_000
37
+ E14 = 10**14 # 100_000_000_000_000
38
+ E15 = 10**15 # 1_000_000_000_000_000
39
+ E16 = 10**16 # 10_000_000_000_000_000
40
+ E17 = 10**17 # 100_000_000_000_000_000
41
+ E18 = 10**18 # 1_000_000_000_000_000_000
42
+
43
+ def e3() self * E3; end
44
+ def e4() self * E4; end
45
+ def e5() self * E5; end
46
+ def e6() self * E6; end
47
+ def e7() self * E7; end
48
+ def e8() self * E8; end
49
+ def e9() self * E9; end
50
+ def e10() self * E10; end
51
+ def e11() self * E11; end
52
+ def e12() self * E12; end
53
+ def e13() self * E13; end
54
+ def e14() self * E14; end
55
+ def e15() self * E15; end
56
+ def e16() self * E16; end
57
+ def e17() self * E17; end
58
+ def e18() self * E18; end
59
+ end
60
+
61
+
62
+ module EtherUnits
63
+ ###########
64
+ # Ethereum money units
65
+ #
66
+ # wei 1 wei | 1
67
+ # kwei (babbage) 1e3 wei | 1_000
68
+ # mwei (lovelace) 1e6 wei | 1_000_000
69
+ # gwei (shannon) 1e9 wei | 1_000_000_000
70
+ # microether (szabo) 1e12 wei | 1_000_000_000_000
71
+ # milliether (finney) 1e15 wei | 1_000_000_000_000_000
72
+ # ether 1e18 wei | 1_000_000_000_000_000_000
73
+ #
74
+ # Names in Honor:
75
+ # wei => Wei Dai
76
+ # lovelace => Ada Lovelace (1815-1852)
77
+ # babbage => Charles Babbage (1791-1871)
78
+ # shannon => Claude Shannon (1916-2001)
79
+ # szabo => Nick Szabo
80
+ # finney => Hal Finney (1956-2014)
81
+
82
+ def wei() self; end
83
+ def kwei() self * E3; end
84
+ def mwei() self * E6; end
85
+ def gwei() self * E9; end
86
+ def microether() self * E12; end
87
+ def milliether() self * E15; end
88
+ def ether() self * E18; end
89
+
90
+ ########################################################
91
+ ## aliases
92
+ alias_method :babbage, :kwei
93
+ alias_method :lovelace, :mwei
94
+ alias_method :shannon, :gwei
95
+ alias_method :szabo, :microether
96
+ alias_method :finney, :milliether
97
+
98
+ alias_method :microeth, :microether
99
+ alias_method :micro, :microether
100
+ alias_method :millieth, :milliether
101
+ alias_method :milli, :milliether
102
+ alias_method :eth, :ether
103
+ end
104
+
105
+
106
+ class Integer
107
+ include ExponentialUnits
108
+ include EtherUnits
109
+ end # class Integer
data/test/helper.rb ADDED
@@ -0,0 +1,7 @@
1
+ ## minitest setup
2
+
3
+ require 'minitest/autorun'
4
+
5
+
6
+ ## our own code
7
+ require 'units-money'
@@ -0,0 +1,60 @@
1
+ # encoding: utf-8
2
+
3
+ ###
4
+ # to run use
5
+ # ruby -I ./lib -I ./test test/test_units_money.rb
6
+
7
+
8
+ require 'helper'
9
+
10
+
11
+ class TestUnitsMoney < MiniTest::Test
12
+
13
+ def test_exponential
14
+ assert_equal 1_000_000_000_000_000_000, 1.e18
15
+ assert_equal 1_000_000_000_000_000, 1.e15
16
+ assert_equal 1_000_000_000_000, 1.e12
17
+ assert_equal 1_000_000_000, 1.e9
18
+ assert_equal 1_000_000, 1.e6
19
+ assert_equal 1_000, 1.e3
20
+ end
21
+
22
+ def test_ether
23
+ value = rand( 1_000_000_000 )
24
+
25
+ assert_equal 1_000_000_000_000_000_000, 1.ether
26
+ assert_equal 1_000_000_000_000_000_000, 1.eth
27
+ assert_equal 1_000_000_000_000_000_000*2, 1.ether*2
28
+ assert_equal value+1_000_000_000_000_000_000, value+1.ether
29
+
30
+ assert_equal 1_000_000_000_000_000, 1.milliether
31
+ assert_equal 1_000_000_000_000_000, 1.millieth
32
+ assert_equal 1_000_000_000_000_000, 1.milli
33
+ assert_equal 1_000_000_000_000_000, 1.finney
34
+ assert_equal 1_000_000_000_000_000*2, 1.milliether*2
35
+ assert_equal value+1_000_000_000_000_000, value+1.milliether
36
+
37
+ assert_equal 1_000_000_000_000, 1.microether
38
+ assert_equal 1_000_000_000_000, 1.microeth
39
+ assert_equal 1_000_000_000_000, 1.micro
40
+ assert_equal 1_000_000_000_000, 1.szabo
41
+ assert_equal 1_000_000_000_000*2, 1.microether*2
42
+ assert_equal value+1_000_000_000_000, value+1.microether
43
+
44
+ assert_equal 1_000_000_000, 1.gwei
45
+ assert_equal 1_000_000_000, 1.shannon
46
+ assert_equal 1_000_000_000*2, 1.gwei*2
47
+ assert_equal value+1_000_000_000, value+1.gwei
48
+
49
+ assert_equal 1_000_000, 1.mwei
50
+ assert_equal 1_000_000, 1.lovelace
51
+ assert_equal 1_000_000*2, 1.mwei*2
52
+ assert_equal value+1_000_000, value+1.mwei
53
+
54
+ assert_equal 1_000, 1.kwei
55
+ assert_equal 1_000, 1.babbage
56
+ assert_equal 1_000*2, 1.kwei*2
57
+ assert_equal value+1_000, value+1.kwei
58
+ end
59
+
60
+ end # class TestUnitsMoney
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: units-money
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Gerald Bauer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rdoc
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: hoe
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.16'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.16'
41
+ description: units-money - units of (crypto) money (in integer) incl. ether / eth
42
+ (finney, szabo, shannon, lovelace, babbage, wei), bitcoin / btc (satoshi), sol (terra,
43
+ luna) and more
44
+ email: wwwmake@googlegroups.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files:
48
+ - CHANGELOG.md
49
+ - LICENSE.md
50
+ - Manifest.txt
51
+ - README.md
52
+ files:
53
+ - CHANGELOG.md
54
+ - LICENSE.md
55
+ - Manifest.txt
56
+ - README.md
57
+ - Rakefile
58
+ - lib/units-money.rb
59
+ - lib/units-money/version.rb
60
+ - test/helper.rb
61
+ - test/test_units_money.rb
62
+ homepage: https://github.com/s6ruby/units-money
63
+ licenses:
64
+ - Public Domain
65
+ metadata: {}
66
+ post_install_message:
67
+ rdoc_options:
68
+ - "--main"
69
+ - README.md
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '2.3'
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ requirements: []
83
+ rubyforge_project:
84
+ rubygems_version: 2.5.2
85
+ signing_key:
86
+ specification_version: 4
87
+ summary: units-money - units of (crypto) money (in integer) incl. ether / eth (finney,
88
+ szabo, shannon, lovelace, babbage, wei), bitcoin / btc (satoshi), sol (terra, luna)
89
+ and more
90
+ test_files: []