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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9998d629961146f004cbb807abedb73aedd6ff254043c1b96cc6da40138b2e06
4
- data.tar.gz: 783f92d5422997ba62cf3a4ed8293f0309f4b842130d36963cfed657d70a1a5e
3
+ metadata.gz: 0a14a3de4eaa8b3938448bc3b7e88c2e57a1914b0d5ecb6cdc3e7ef3eed2d749
4
+ data.tar.gz: 72254e413c707e0762c78b42b97352b405adb6f08dd4133fe82b8d4fefbcb3b6
5
5
  SHA512:
6
- metadata.gz: 9fa81e145bf4357da2e737c29d85f7b92ee0351938363df5b3e881b7710674e42bdf27c5eee89c62d04fb1d0b15a78b3a54d676c88684e44302942bb22ce9fc2
7
- data.tar.gz: 7bad49b5c456efe912e996791cfb33f0c33b1020f0fd775e387c6727a64bb1e5a11e008410442649b1d426e894ccf8c772545dd9be9ecd440174da1e1a02799f
6
+ metadata.gz: 875d4ccd9276e5b458ccc834418e8268385c3d6148a6b29710482ad71398ada01a9f317a8bc7a50288a548b91149eb2cbfddd127d490042deff332d91269b53e
7
+ data.tar.gz: 546ddcabfbbbc7e824d1c718783fb551b57e838d72b74e6f7dd3c7535264a56210c957f770b42558a47a5adad29ee8a36d98c0b49e81778e03c15b589aba5e26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- equestreum (0.1.2)
4
+ equestreum (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
@@ -1 +1 @@
1
- chain_path: /usr/local/etc/equestreum.chain
1
+ chain_path: tmp/equestreum.chain
@@ -1,3 +1,3 @@
1
1
  module Equestreum
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
data/lib/equestreum.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'digest'
2
2
  require 'singleton'
3
3
  require 'yaml'
4
+ require 'fileutils'
4
5
 
5
6
  require 'equestreum/version'
6
7
  require 'equestreum/config'
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.2
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 00:00:00.000000000 Z
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
@@ -1 +0,0 @@
1
- chain_path: /usr/local/etc/equestreum.chain