saffronsnail-hello 0.1.0 → 0.2.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hello +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f518c5069983fd8c5d34169c1c065057a700733
4
- data.tar.gz: 895f4092a7fe790027bbc5cb52830a55d98152d4
3
+ metadata.gz: 7979e736e07ea9c6c0f0bf1047d6acc767cba89c
4
+ data.tar.gz: 71ca14100c91d2fa925c9fe5cdfc6b56f60affd5
5
5
  SHA512:
6
- metadata.gz: c419213f9bc6537cddb80799113a0d9f6fadd110bc803777d187365ddcc9a52d59e6e44de453283ac1073bb43ac7bc4a2d11027387bd14cad148d1e21d7d1412
7
- data.tar.gz: 448bdb7221e3c0c9e28ec33042329ab5f3844293e8ffa0036275a128d52de1b8488e95931e8ac2f3100797b9cbbb64430f78d47dee87484efe624d9ab8617695
6
+ metadata.gz: 521d53846b743d20624fd03adefb56e0a7450fc1bfa1467af6c3545af1910775466640a09c3e1dc349f341f5634e555e69b7f943c66deda2e2e3fce57ecb7b6f
7
+ data.tar.gz: dac0e56c82619c223cb73acfd394a0d529e4c7bab36bfaff87e2516e42cd0d298f5deadb75c9fe3b01ed527120242acfcd158f27aef4aab5959c927d3d1c9ff6
data/bin/hello CHANGED
@@ -1,3 +1,5 @@
1
1
  #! /bin/ruby
2
2
 
3
- puts "Hello from Ruby!"
3
+ require 'hello'
4
+ HelloWorld::main()
5
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saffronsnail-hello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Ferris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-15 00:00:00.000000000 Z
11
+ date: 2017-12-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Short, sweet, and to the point
14
14
  email: saffsnail@gmail.com