mtgsy 0.2.1 → 0.2.2

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: 865b7d54ab884bb3caac0037238f2e52f5b8a341
4
- data.tar.gz: b692d448a3bcd9dc08c0ca1dc123ccde07aca4c7
3
+ metadata.gz: a46b5c5e1dc1e608c1b27a08f409d20e22eea1da
4
+ data.tar.gz: aa0bb7d8a8d6330338f3c7e927118889a1e5cbea
5
5
  SHA512:
6
- metadata.gz: 29e52456a064420e24059e32e57b746165914ee716cd0d789c5cb9269083795ad2115ab64458149ac33e6dfd616def4c79622b37e0a0491f488d2bffa4e98094
7
- data.tar.gz: c7b5650c0787f223bb45363bc1641e048c0eaf41c59302a7d0d0a3faa8c552ad4f345e9627dedba53c5172698154e998151b474e58a8c1a5c6cf5657907a7e0d
6
+ metadata.gz: cbc3f9d6544754fda8559784a1397c66069bb9a9206bdb681720ed16cd6363426b1017b0380cdcd18022fc06dd805153512775676353dae74ebd656419d00806
7
+ data.tar.gz: 1ac0bc737253a87b5533ebc584463816a8c2d55f883c557bb4ef34c3319d42e42a9b40b0099e503d54f6e9f24c7773d2e2a2c053e70bb877001407115937f819
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.2.2
2
+
3
+ * Bugfixes
4
+ * Fixed major bug with adding records. data was being overwritten with ttl.
5
+
1
6
  === 0.2.1
2
7
 
3
8
  * Now shipping with CHANGELOG.rdoc
@@ -141,7 +141,7 @@ module Mtgsy
141
141
  type = params[Mtgsy::POST_TYPE]
142
142
  data = params[Mtgsy::POST_DATA]
143
143
  aux = params[Mtgsy::POST_AUX]
144
- data = params[Mtgsy::POST_TTL]
144
+ ttl = params[Mtgsy::POST_TTL]
145
145
 
146
146
  post_data = []
147
147
  post_data << [ 'command' ,command ] if command
data/lib/mtgsy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mtgsy
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Barnett