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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76a0d81d75d8db6ae69ed4bbd4647472ad9f32e7
4
- data.tar.gz: 32c738b51aa65a0d16937fb5583c860bfa7bbf6b
3
+ metadata.gz: 71f768dc29bedc04274801a2661bc6730da06736
4
+ data.tar.gz: a0e2f26c9e40967ae129aca0a01780de31389d14
5
5
  SHA512:
6
- metadata.gz: 90cbcaf97c3aa91ff64603df7311abd95bfe1f7c5b5ae1f4c959329ab5b17e922ff1dfaa5bb98e62be8ff0bd28442bcc14800a0acbfea380a21a0ebc8690f4ae
7
- data.tar.gz: 326a84dd126d86d01e60a3d08f2a9720c0a13fdfbc62ef33b9844ccf2ae5ca00c2466836716c567ffb18b7ce846694fc9d942029ac3126fa991ae48e3b7f5e03
6
+ metadata.gz: 3b23be33aff2ad6ecfe295fd5118525ac9e6df527640cdbf777a933c3373f39788d3c7fb1120b2644d6bcfab0b6ab6347594777bc3ca21ed34a09705bcb1d50a
7
+ data.tar.gz: 4b61f437ddb834ca9dd729205f58d524c85374d38d975ef31dfd85bd12db743f2891e615025474c4fd6d4e185ad2fc2f1758a5dd9330b6518ad59fe79cd3c3c2
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  /anki/
11
+ *.gem
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  class Anki2
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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: Build multimedia *.apkg Flashcards for use with the Anki (http://ankisrs.net)
70
- Spaced Repetition Software (SRS)
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: []