hemlock 0.0.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.
- checksums.yaml +7 -0
- data/lib/hemlock.rb +5 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a9d1a03509f380308e3993c26f2bdef8e75d97ea
|
|
4
|
+
data.tar.gz: c4a3cfaebb0289875a6fa1513706beb761cc06b8
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6de88d55701989b59aba63663b0629c33f0092e84a12abf3db6357848ad8a8ed2da6b048a5e945ed861e820f85de796fec0ea3bef0d5e998d9146606fd77aa61
|
|
7
|
+
data.tar.gz: beccba8ef84223c920be6533aeb203830e9a4e8d11ef7cf540eeba49bbd2a8dac5d18cf3dac2e063402597a583814de81c307d3f30b383f2aa7f3cce3c22b3ae
|
data/lib/hemlock.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hemlock
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Nicholas Shook
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-01-17 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: A flashcard CLI tool that will ask a user to type out the answer exactly,
|
|
14
|
+
if the user fails to input the correct answer, he must then enter the correct information
|
|
15
|
+
three times in a row
|
|
16
|
+
email: nicholas.shook@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- lib/hemlock.rb
|
|
22
|
+
homepage: https://github.com/shicholas/hemlock
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubyforge_project:
|
|
42
|
+
rubygems_version: 2.2.0
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: A flashcard CLI tool
|
|
46
|
+
test_files: []
|