equestreum 0.1.2 → 0.1.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +10 -0
- data/config/equestreum.yml +1 -1
- data/lib/equestreum/version.rb +1 -1
- data/lib/equestreum.rb +1 -0
- metadata +2 -3
- data/config/equestreum.yaml +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a14a3de4eaa8b3938448bc3b7e88c2e57a1914b0d5ecb6cdc3e7ef3eed2d749
|
|
4
|
+
data.tar.gz: 72254e413c707e0762c78b42b97352b405adb6f08dd4133fe82b8d4fefbcb3b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 875d4ccd9276e5b458ccc834418e8268385c3d6148a6b29710482ad71398ada01a9f317a8bc7a50288a548b91149eb2cbfddd127d490042deff332d91269b53e
|
|
7
|
+
data.tar.gz: 546ddcabfbbbc7e824d1c718783fb551b57e838d72b74e6f7dd3c7535264a56210c957f770b42558a47a5adad29ee8a36d98c0b49e81778e03c15b589aba5e26
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -50,6 +50,16 @@ Starting with [this excellent tutorial](https://yukimotopress.github.io/programm
|
|
|
50
50
|
=> nil
|
|
51
51
|
irb(main):021:0>
|
|
52
52
|
|
|
53
|
+
## What it doesn't have
|
|
54
|
+
|
|
55
|
+
### A distribution mechanism
|
|
56
|
+
|
|
57
|
+
Equestreum runs on a single node, it has nothing in it for being shared around or any kind of consensus bullshit
|
|
58
|
+
|
|
59
|
+
### Fucking coins
|
|
60
|
+
|
|
61
|
+
But we could probably raise some money with an ICO anyway
|
|
62
|
+
|
|
53
63
|
## Should I use it?
|
|
54
64
|
|
|
55
65
|
Fuck no
|
data/config/equestreum.yml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
chain_path: /
|
|
1
|
+
chain_path: tmp/equestreum.chain
|
data/lib/equestreum/version.rb
CHANGED
data/lib/equestreum.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: equestreum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pikesley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -113,7 +113,6 @@ files:
|
|
|
113
113
|
- Rakefile
|
|
114
114
|
- bin/console
|
|
115
115
|
- bin/setup
|
|
116
|
-
- config/equestreum.yaml
|
|
117
116
|
- config/equestreum.yml
|
|
118
117
|
- equestreum.gemspec
|
|
119
118
|
- lib/config.rb
|
data/config/equestreum.yaml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
chain_path: /usr/local/etc/equestreum.chain
|