ashcards 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
  SHA256:
3
- metadata.gz: 46a9e085e29bec6bc7859755d89a2c26f1d9d3374e9a9f32dc384cc0ff7e6035
4
- data.tar.gz: 475eb874cbfd42e4d42638d47516178c442c72356cb52f608ab087c58465cc20
3
+ metadata.gz: aea8935e4f1ea6ae1d97cd67b4643331ef94444741b4171888f82a7128f9861f
4
+ data.tar.gz: f69fc478d386b1b8905b4ba1e47d9e33ae199a2c9353cf98b10b713865814885
5
5
  SHA512:
6
- metadata.gz: ae0622b354dcb977ac2e6208b2a2b5ab58b1a510fefcdf95136dce38766953c5c53e6de5e326e801058870fc2f359dacd9d3b0f5669958a0095cf64bc9c6d1d4
7
- data.tar.gz: 124a6dfef7cdc009814363dfdcbab95b5638e4033d177ce22b1bcdf29823e59fa616fe80388994a9fbf074f4c30728ceec57b87c3755dfa8f836b6fb38d07eb9
6
+ metadata.gz: 4bf369b365def67b5037ab1721caae713baf6f4a823db801569b39363b64ba66d147ab752b16eb94f1d9dfcff56e3e0c6241d8cc1ccb0a82bc93cc36da303edd
7
+ data.tar.gz: de8ac7799f9660572b46a74f788baaf65902f76d7133c55964f7931f27a57cc2b202c408cda998921a6c9ea7c7f72c50a7218ff173fbe7a309887cba10373791
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ashcards
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ashcards
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
  - marigold
@@ -48,6 +48,7 @@ files:
48
48
  - LICENSE.txt
49
49
  - README.md
50
50
  - Rakefile
51
+ - ashcards-0.1.0.gem
51
52
  - lib/ashcards.rb
52
53
  - lib/ashcards/card.rb
53
54
  - lib/ashcards/collection.rb