ashcards 0.1.1 → 0.1.3
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 +4 -4
- data/bin/ashcards +5 -0
- data/lib/ashcards/version.rb +1 -1
- metadata +5 -4
- data/ashcards-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 456cce5965cc53e173ffb3f48443cbe19626fbd063591b81287af7c7b646cf04
|
4
|
+
data.tar.gz: 7ad0da1a84b0f107125f15c8b1020b250bd6dec1f3b714cc8c6e214cd6f5c6d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 461157f4f4e0a3f83da6d06216a5e30ecc5bbe161f9545d68dbb058ab15b1040cb0f7959c9be253e2d4531bbe00f1c1f69d13962a31cb351df4d9b8b0024f16b
|
7
|
+
data.tar.gz: 74e1d93a61ddcb06f6a6f440687e0575e18b1891be31e2f0a98341b4d1d192de16a5fb25fddb01c72237fab19216d872d6bc657084e269e8df3f156b47c8b688
|
data/bin/ashcards
ADDED
data/lib/ashcards/version.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ashcards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- marigold
|
8
|
-
bindir:
|
8
|
+
bindir: bin
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
@@ -40,7 +40,8 @@ dependencies:
|
|
40
40
|
description: Application that lets you study flashcards on the terminal, Anki-style.
|
41
41
|
email:
|
42
42
|
- marigoldyyellow@gmail.com
|
43
|
-
executables:
|
43
|
+
executables:
|
44
|
+
- ashcards
|
44
45
|
extensions: []
|
45
46
|
extra_rdoc_files: []
|
46
47
|
files:
|
@@ -48,7 +49,7 @@ files:
|
|
48
49
|
- LICENSE.txt
|
49
50
|
- README.md
|
50
51
|
- Rakefile
|
51
|
-
- ashcards
|
52
|
+
- bin/ashcards
|
52
53
|
- lib/ashcards.rb
|
53
54
|
- lib/ashcards/card.rb
|
54
55
|
- lib/ashcards/collection.rb
|
data/ashcards-0.1.0.gem
DELETED
Binary file
|