shilling 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c48c6763c71aa3e8a80d954e1369691d06d1434
4
- data.tar.gz: 3ef89982be97773871b268c382282d64ea044b6e
3
+ metadata.gz: 94551689d1b4b2198bf0fcf75211ca6b3b9a5f1b
4
+ data.tar.gz: 9f703f85dbc1c8de0b15bc23ed1af4e1a9931c64
5
5
  SHA512:
6
- metadata.gz: 5c0b2c9a620f33779d21027211ea77f46707ee365490a9870dc7f09da8c114fc470c47b2b95bc6b569d8fbb67b45bf28fea883128ff1c5b61e64259b79bf9439
7
- data.tar.gz: 8959cd16c9f051b037c0a7a403cac66f1c617e1efe2a0d6542eee4b1d008a8bf2f5dbb83fb5b70e3ecb0dc90c4f687285f6f862f7792ee1241d55586c3336720
6
+ metadata.gz: f2b04c71d59561d3b14933028c56b54cd4eae4a3f56b3bc17582135bccef6e1b0f08e8f777f5bcb16663c6a8dcd2a8c8be27ac91eef0b54020d9be7df7bde4e1
7
+ data.tar.gz: 7bf21a8f145a255dcf85a8f75f1016c60ecedae4910123455c9ddb62847436c8557ea2b9324f527bf5743ccf6a139f3dc782e43ff17ff7593dde851664fed0e2
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Shilling
4
4
 
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
 
7
7
  def self.root
8
8
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
@@ -32,6 +32,6 @@
32
32
  <% end %>
33
33
  </div>
34
34
  <p>
35
- †: Miner Transaction - New $$ on the Market!
35
+ †: Miner Transaction - New Shillings on the Market!
36
36
  </p>
37
37
  </div>
@@ -10,7 +10,7 @@
10
10
  <label for="to">To</label>
11
11
  <input type="text" name="to" id="to" placeholder="address" />
12
12
  <label for="amount">Amount</label>
13
- <input type="text" name="amount" id="amount" />
13
+ <input type="text" name="amount" id="amount" size="4" placeholder="123" />
14
14
  <input type="submit" class="button" value="Send" /><br>
15
15
  </form>
16
16
  </div>
@@ -1,12 +1,12 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Central Bank Node</title>
4
+ <title>Shilling Central Bank Node - Rock-Solid Alpine Dollar From Austria</title>
5
5
  <link rel="stylesheet" href="style.css">
6
6
  </head>
7
7
  <body>
8
8
 
9
- <h1>Central Bank Node</h1>
9
+ <h1>Shilling Central Bank Node</h1>
10
10
 
11
11
  <div class="columns">
12
12
  <div class="left">
@@ -16,11 +16,11 @@ body {
16
16
  display: flex;
17
17
 
18
18
  .left {
19
- width: 66%;
19
+ width: 50%;
20
20
  }
21
21
 
22
22
  .right {
23
- width: 34%;
23
+ width: 50%;
24
24
  }
25
25
  }
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shilling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer