mtgsy 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.rdoc +24 -0
  3. data/lib/mtgsy/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e2b6c7276df220e77c3467a5fbb70471736f54a
4
- data.tar.gz: 17d5242b062f437d12cf3a2704203eff8b4ac04e
3
+ metadata.gz: 865b7d54ab884bb3caac0037238f2e52f5b8a341
4
+ data.tar.gz: b692d448a3bcd9dc08c0ca1dc123ccde07aca4c7
5
5
  SHA512:
6
- metadata.gz: f80188ee5b2bbab5a078b2ac55ea90a278e688e1793b2dc47d5ff085b8a9104ce50021f727efcc0f1dec33c69f057e71e172025c7b9df5ea00459f5d746b6788
7
- data.tar.gz: 548935e40d4fc68cc575b9a6e0c3de31a4207a79b3740d5703dad738343917a2c62da7b01622e71f8439368a9ae27ffcfc61e72e275e200310cad5783533f8e9
6
+ metadata.gz: 29e52456a064420e24059e32e57b746165914ee716cd0d789c5cb9269083795ad2115ab64458149ac33e6dfd616def4c79622b37e0a0491f488d2bffa4e98094
7
+ data.tar.gz: c7b5650c0787f223bb45363bc1641e048c0eaf41c59302a7d0d0a3faa8c552ad4f345e9627dedba53c5172698154e998151b474e58a8c1a5c6cf5657907a7e0d
@@ -0,0 +1,24 @@
1
+ === 0.2.1
2
+
3
+ * Now shipping with CHANGELOG.rdoc
4
+
5
+ === 0.2.0
6
+
7
+ * New Features
8
+ * Added a search method
9
+
10
+ === 0.1.1
11
+
12
+ * I don't remember what was changed, probably a handful of fixes.
13
+
14
+ === 0.1.0
15
+
16
+ * First release that was actually useful and had a handful of features:
17
+ * add_record, alias: add
18
+ * delete_record, alias: delete
19
+ * update_record, alias: update
20
+
21
+
22
+ === 0.0.1
23
+
24
+ * Initial realease. Mainly had place holders with little to no real functionality.
@@ -1,3 +1,3 @@
1
1
  module Mtgsy
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtgsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Barnett
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - .gitignore
63
+ - CHANGELOG.rdoc
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md