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.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +24 -0
- data/lib/mtgsy/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 865b7d54ab884bb3caac0037238f2e52f5b8a341
|
|
4
|
+
data.tar.gz: b692d448a3bcd9dc08c0ca1dc123ccde07aca4c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29e52456a064420e24059e32e57b746165914ee716cd0d789c5cb9269083795ad2115ab64458149ac33e6dfd616def4c79622b37e0a0491f488d2bffa4e98094
|
|
7
|
+
data.tar.gz: c7b5650c0787f223bb45363bc1641e048c0eaf41c59302a7d0d0a3faa8c552ad4f345e9627dedba53c5172698154e998151b474e58a8c1a5c6cf5657907a7e0d
|
data/CHANGELOG.rdoc
ADDED
|
@@ -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.
|
data/lib/mtgsy/version.rb
CHANGED
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.
|
|
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
|