meducation_sdk 1.6.15 → 1.6.16

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: 466581b1a7869e2e4830951c1f7c55ca92185453
4
- data.tar.gz: 3166c4ca38fa32ea5549f5c554ef7d3ba3c17105
3
+ metadata.gz: 64e3792056e77505fad5e1eed10c45304712fd98
4
+ data.tar.gz: af5e1d084c03a39e9de7ae7e516abd8714103ffe
5
5
  SHA512:
6
- metadata.gz: 08ca2bd79360ef517bf0cde5524ad9cf3033d3552a87c68db46958b33c801d4783383a4b1adc1a9c7b8bc0ddb7ebddfac8e3cd51e89297741abe42996b56aaa5
7
- data.tar.gz: cb87e23312e528e182ad7f866f0345eb5ca91b5c5d2e70242802266477461d31954f1478a9e07d6de5bb11c044da18982dd3265f254bbe2e16ad3c0894e8ba10
6
+ metadata.gz: 5d93c5101fb1d2e00c03629e75e9a4f50d6030ac2379c42bb07135f907f48e8519b68853ea53422997b5baffa352d4ce8b6b3d6281db9698d7e0aa5c5c753b4f
7
+ data.tar.gz: 1724c701013f90ffe6f4cc4c249ba515a1ff521cc9feaab08f26d8c8b6026d21dc834b0634f2e8c6f29b8c61527d42d1b55d8dab3bdbad34da79d8cf12847a8e
@@ -1,5 +1,8 @@
1
+ # 1.6.16 / 2014-03-24
2
+ * [FEATURE] Add slug to collections
3
+
1
4
  # 1.6.15 / 2014-03-24
2
- * [BUGFIX] Add collection onto collection topics
5
+ * [FEATURE] Add collection onto collection topics
3
6
 
4
7
  # 1.6.14 / 2014-03-24
5
8
  * [BUGFIX] Fixes users for collection topic
@@ -17,6 +17,7 @@ module MeducationSDK
17
17
  id: 7,
18
18
  title: 'This is a mock collection',
19
19
  description: 'This is a sample description',
20
+ slug: "mock_collection",
20
21
  market_description: 'This is a sample market description',
21
22
  section_ids: [2,3,4,5,6],
22
23
  topic_ids: [1,2,3,4],
@@ -1,3 +1,3 @@
1
1
  module MeducationSDK
2
- VERSION = "1.6.15"
2
+ VERSION = "1.6.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meducation_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.15
4
+ version: 1.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker