saffronsnail-hello 0.1.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 +7 -0
  2. data/bin/hello +3 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8f518c5069983fd8c5d34169c1c065057a700733
4
+ data.tar.gz: 895f4092a7fe790027bbc5cb52830a55d98152d4
5
+ SHA512:
6
+ metadata.gz: c419213f9bc6537cddb80799113a0d9f6fadd110bc803777d187365ddcc9a52d59e6e44de453283ac1073bb43ac7bc4a2d11027387bd14cad148d1e21d7d1412
7
+ data.tar.gz: 448bdb7221e3c0c9e28ec33042329ab5f3844293e8ffa0036275a128d52de1b8488e95931e8ac2f3100797b9cbbb64430f78d47dee87484efe624d9ab8617695
data/bin/hello ADDED
@@ -0,0 +1,3 @@
1
+ #! /bin/ruby
2
+
3
+ puts "Hello from Ruby!"
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: saffronsnail-hello
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Bryan Ferris
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Short, sweet, and to the point
14
+ email: saffsnail@gmail.com
15
+ executables:
16
+ - hello
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/hello
21
+ homepage: https://github.com/saffronsnail/hello-ruby
22
+ licenses:
23
+ - gpl3+
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.4.5.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Sends a message
45
+ test_files: []