ashcards 0.1.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30c65b813da97e74849ccbf04599e7475dd78127762462045c167b0f4c3ab5ce
4
- data.tar.gz: 0fbc0a9240eb1361e8cbd30bb5df2a61e93ecbd33ca680f92609eddbbfbed7db
3
+ metadata.gz: 456cce5965cc53e173ffb3f48443cbe19626fbd063591b81287af7c7b646cf04
4
+ data.tar.gz: 7ad0da1a84b0f107125f15c8b1020b250bd6dec1f3b714cc8c6e214cd6f5c6d8
5
5
  SHA512:
6
- metadata.gz: 9ea0e94bad0c75ab2843b22a32dc9260f194d3ad6c10a73156d6dcbb4c82529f3bebeb1de853c26888e0db89d6ac888f9598169ecea97730b413cb16de876478
7
- data.tar.gz: 05bb437fd644bc0cff6331d49a5c866e7d84f77babb42225dd3dd35ee021203d126c8ca5632df41fd9a689081bf20a32d0291d5621c84c4ad6c6bc59c1e40b89
6
+ metadata.gz: 461157f4f4e0a3f83da6d06216a5e30ecc5bbe161f9545d68dbb058ab15b1040cb0f7959c9be253e2d4531bbe00f1c1f69d13962a31cb351df4d9b8b0024f16b
7
+ data.tar.gz: 74e1d93a61ddcb06f6a6f440687e0575e18b1891be31e2f0a98341b4d1d192de16a5fb25fddb01c72237fab19216d872d6bc657084e269e8df3f156b47c8b688
data/bin/ashcards ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ begin
4
+ require 'ashcards'
5
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ashcards
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - marigold
8
- bindir: exe
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-0.1.0.gem
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