anki2 0.1.0 → 0.1.1
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/.gitignore +1 -0
- data/anki2.gemspec +1 -1
- data/lib/anki2/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71f768dc29bedc04274801a2661bc6730da06736
|
|
4
|
+
data.tar.gz: a0e2f26c9e40967ae129aca0a01780de31389d14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b23be33aff2ad6ecfe295fd5118525ac9e6df527640cdbf777a933c3373f39788d3c7fb1120b2644d6bcfab0b6ab6347594777bc3ca21ed34a09705bcb1d50a
|
|
7
|
+
data.tar.gz: 4b61f437ddb834ca9dd729205f58d524c85374d38d975ef31dfd85bd12db743f2891e615025474c4fd6d4e185ad2fc2f1758a5dd9330b6518ad59fe79cd3c3c2
|
data/.gitignore
CHANGED
data/anki2.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['me@albertzak.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Create Anki Flashcards with Ruby! Supports images, audio, HTML and CSS.'
|
|
13
|
-
spec.description = 'Build multimedia *.apkg Flashcards for use with the Anki (http://ankisrs.net) Spaced Repetition Software (SRS)'
|
|
13
|
+
spec.description = 'Create Anki Flashcards with Ruby! Supports images, audio, HTML and CSS. Build multimedia *.apkg Flashcards for use with the Anki (http://ankisrs.net) Spaced Repetition Software (SRS)'
|
|
14
14
|
spec.homepage = 'https://github.com/albertzak/anki2'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
data/lib/anki2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anki2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Albert Zak
|
|
@@ -66,8 +66,9 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 1.1.7
|
|
69
|
-
description:
|
|
70
|
-
|
|
69
|
+
description: Create Anki Flashcards with Ruby! Supports images, audio, HTML and CSS.
|
|
70
|
+
Build multimedia *.apkg Flashcards for use with the Anki (http://ankisrs.net) Spaced
|
|
71
|
+
Repetition Software (SRS)
|
|
71
72
|
email:
|
|
72
73
|
- me@albertzak.com
|
|
73
74
|
executables: []
|