lmhd 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +5 -0
- data/bin/lmhd +4 -0
- data/lib/lmhd/hello.rb +17 -0
- data/lib/lmhd.rb +5 -2
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 624405e30f4fbd18fd8085d1455a4d4293519c65
|
4
|
+
data.tar.gz: 61168d4dc2034f6c1fb7cbf677a33674dfa94f27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a5cce8a2cce155dbafb290636f3e5ebb964aec9d6668911c71648413eaedf5b8b8d9d0d6da09791ec375915b67bc3cf140b7d04e4dad92e0f7fc601b4947971
|
7
|
+
data.tar.gz: c2992de4835a04fdc7e23ab0bbebb5d8e3340d60289d32ad106e47ccb9cc9fa7ae7dfb03bad9350e3d7a901199d82ef34b962ccbf9b68e641398a57778392118
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2017 Lucy Davies
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
ADDED
data/bin/lmhd
ADDED
data/lib/lmhd/hello.rb
ADDED
data/lib/lmhd.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lmhd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucy Davies
|
@@ -12,11 +12,16 @@ date: 2017-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: A simple hello world gem
|
14
14
|
email: lucy@lucymhdavies.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- lmhd
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
20
|
+
- LICENSE
|
21
|
+
- README.md
|
22
|
+
- bin/lmhd
|
19
23
|
- lib/lmhd.rb
|
24
|
+
- lib/lmhd/hello.rb
|
20
25
|
homepage: http://rubygems.org/gems/lmhd
|
21
26
|
licenses:
|
22
27
|
- MIT
|