trackler 2.0.2.0 → 2.0.3.0
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.md +4 -0
- data/lib/trackler/version.rb +1 -1
- metadata +1 -2
- data/fixtures/common/exercises/no-metadata/description.md +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af2d2b8c82f965a8914c291da780b96a186b7e19
|
|
4
|
+
data.tar.gz: ca7dabe7e72a3fab91c0ea17ca7dd2673e2813d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/trackler/version.rb
CHANGED
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.
|
|
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.
|