trackler 2.0.2.0 → 2.0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 880e54dbb6ac913d08c43187b90fff91cff7e0fb
4
- data.tar.gz: 1c352e1b8632680d52a202dad1d0f26c193d77b2
3
+ metadata.gz: af2d2b8c82f965a8914c291da780b96a186b7e19
4
+ data.tar.gz: ca7dabe7e72a3fab91c0ea17ca7dd2673e2813d5
5
5
  SHA512:
6
- metadata.gz: 2e60354077415fff4f66ce4cd18ea59e7e3f7060b7b8a708d410fd74d18a25b81e1c9fd8ffdc7fe569c239863cb495c9e0fb8698d5110497e136664371e1b903
7
- data.tar.gz: 9148ef5f7532b4fca0e351f7297b9392e239a9fa7760b86590056c342d728103b36d37e1ce4e4ee96ae54d89de94bb8b4ba58e50eeec279501d942f294252168
6
+ metadata.gz: 289db48edd0943bc6fd57df022487c3d7c2ee414a87825e763386650cc014ee1708c1dea059b224f36de18c9259b2e4ddb186edc43e153fd09b70722da8899e1
7
+ data.tar.gz: 608b17ce663f4d05e8e28ee5bf6d14708302cace6f94ec295ff9c3dc6f71f367dcf1835119c3e62447a5559e99303a588733df8b67402c50005974da979d124a
data/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@ The changelog will not be updated for content updates.
15
15
  ## Next Release
16
16
  * **Your contribution here**
17
17
 
18
+ ## v2.0.3.0 (2016-11-29)
19
+
20
+ * Remove test fixture that breaks x-api
21
+
18
22
  ## v2.0.2.0 (2016-11-29)
19
23
 
20
24
  * Add support for SVG icons by default
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.0.2.0"
2
+ VERSION = "2.0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2.0
4
+ version: 2.0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
@@ -418,7 +418,6 @@ files:
418
418
  - fixtures/common/exercises/mango/canonical-data.json
419
419
  - fixtures/common/exercises/mango/description.md
420
420
  - fixtures/common/exercises/mango/metadata.yml
421
- - fixtures/common/exercises/no-metadata/description.md
422
421
  - fixtures/common/exercises/one/description.md
423
422
  - fixtures/common/exercises/one/metadata.yml
424
423
  - fixtures/common/exercises/three/description.md
@@ -1 +0,0 @@
1
- This exercise should have no metadata.yml file.