meducation_sdk 2.1.4 → 2.2.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: 2e2be84153f36ea135dd26110fb8092b5558d7e9
4
- data.tar.gz: 7dd60e6738130b0e9aad454debe79453f1cad933
3
+ metadata.gz: 641c80d33cabe778ca626f414b178a4b7f4ea5bd
4
+ data.tar.gz: dba7dc77c9f9c559984cb863fe2c6d92755a5144
5
5
  SHA512:
6
- metadata.gz: f32bfd0f09fdc815cd26c20a56d81e432c766ba3738660c03425cab9f11d189edc4c47be9fe62f96dadb141cfea479acd91d0225a287a3abd8790102f4f4eb16
7
- data.tar.gz: 6a31319b6ab578eae7b26da791c55a6cdd60f604b59d863c754abeb1743295c934a66b36ebcc865b8679f57a8eda4a0a3de7cd442e063a3afc15840a13393636
6
+ metadata.gz: ce33c27851dc24bc6739d77f05bc7664043feefb65f2c661d6341a600ac07604d68fd6da707fa0dc72e8b5f5cc26d2d240d72507565b020b4f030259a0acc335
7
+ data.tar.gz: 8f52de673fce9af884391de35f4155bf3f38add1b846c745fb77727a7d7047ce041cd2679357d9f972d029249921010a5a0c75d36c71920e6a48f37ce11cc525
@@ -1,3 +1,7 @@
1
+ # 2.2.0 / 2014-04-28
2
+ * [FEATURE] Remove last_30_days and last_60_days
3
+ * [FEATURE] Add reputation to users
4
+
1
5
  # 2.1.4 / 2014-04-28
2
6
  * [FEATURE] Added Exam Room Practice Exam
3
7
 
@@ -31,8 +31,6 @@ module MeducationSDK
31
31
  collection_id: 1,
32
32
  section_id: 17,
33
33
  resource_ids: [3, 4, 5],
34
- views_in_last_30_days: 1,
35
- views_in_last_60_days: 2,
36
34
  rating: 123,
37
35
  author_ids: [7,12,54]
38
36
  }
@@ -29,9 +29,7 @@ module MeducationSDK
29
29
  url: 'http://footube.example.com/foo/bar',
30
30
  title: 'Foo Bar Baz',
31
31
  description: 'The Foo Bar Baz mock external resource is a great FooTube video.',
32
- rating: 10,
33
- views_in_last_30_days: 30,
34
- views_in_last_60_days: 60
32
+ rating: 10
35
33
  }
36
34
 
37
35
  end
@@ -37,8 +37,6 @@ module MeducationSDK
37
37
  preview_image_url: "http://www.example.com/1.jpg",
38
38
  mesh_headings: [{id: 1, name: "cardiology"}],
39
39
  rating: 10,
40
- views_in_last_30_days: 30,
41
- views_in_last_60_days: 60,
42
40
  usefulness: 1
43
41
  }
44
42
  end
@@ -11,9 +11,7 @@ module MeducationSDK
11
11
  subject: "Some interesting topic",
12
12
  mnemonic_string: "SIT",
13
13
  parsed_content: "Some information",
14
- rating: 8,
15
- views_in_last_30_days: 30,
16
- views_in_last_60_days: 60
14
+ rating: 8
17
15
  }
18
16
  end
19
17
  end
@@ -34,8 +34,7 @@ module MeducationSDK
34
34
  primary_email_address: "jez.walker@gmail.com",
35
35
  url_code: "asd1234567",
36
36
  is_site_admin: false,
37
- views_in_last_30_days: 30,
38
- views_in_last_60_days: 60,
37
+ reputation: 1023,
39
38
  viewable_collections: []
40
39
  }
41
40
  end
@@ -1,3 +1,3 @@
1
1
  module MeducationSDK
2
- VERSION = "2.1.4"
2
+ VERSION = "2.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meducation_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport