meducation_sdk 1.1.1 → 1.1.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Yzc4MmU3MjMyOTY2ODdkN2EyNTI2YmIxNDRhMzg0NzkyYzFlZjJhOA==
5
- data.tar.gz: !binary |-
6
- YjI4NDA2MjFhYjJlZGY2YWExNGYxNWJlYjZjMGQxNzQzZWUwNDNjNg==
2
+ SHA1:
3
+ metadata.gz: 20f54526b93f92599b9585e0b6209aa5db2de128
4
+ data.tar.gz: d9de733fd9a241c03a9ed06ea6bdc70757d06f75
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NzY5MDI4ODMxZTZiZmY3YjRiOTVjNjhkNTRkMDUzYmQ2M2YyMzg2ZDY5NjRl
10
- MTE3MzNhMzkzNDg3NDJlMzIxZWE2ZDkwYWQyM2I1NDlkNTYwNzFjMzFjYWJm
11
- MGU3MzViNmExYjBlNmI4ZmFiN2EyZDc1MDRiNGNmYzQ2ZjM5Mzg=
12
- data.tar.gz: !binary |-
13
- MWJiYThjNzVjNzRkNGYwMzUwZGQwMjBiZjVlMjk4ZWNlMDI1M2M3ZDM2ODZm
14
- OTVjZDg0NDA4YzE0Yzg1OWU0YzI0YTk2ZWQ3NzI1MDg5MGYzY2JiYTc0MzA1
15
- ZGEyMTg4MTAyNDc5MmI0MGQ4NzY2YjI1YjljYjkwMmZmN2ZjNzI=
6
+ metadata.gz: 90bf295b0a47fe7b2fc4811b83a2319c9f909045b811c0dc70738c08cd919d3ca899b5c7d645ea3a4ce86c57c1174c48b3d5c49b496d91a677997b64af0b1583
7
+ data.tar.gz: bf45ba0c68f139b55bba6c79636ee323a878056e632f62c1fe23ce2d48b4251cc2b4b94d13124ea2319af557d2922cde292430c54c45925622a3b49c31166589
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ #1.1.2 / 2014-01-29
2
+ * [FEATURE] Adds views_in_last_30_days, views_in_last_60_days and usefulness to output
3
+
1
4
  # 1.1.1 / 2014-01-24
2
5
  * [FEATURE] Use version 1.1.1 of Loquor to fix respond_to? issue with strings
3
6
 
@@ -31,7 +31,8 @@ module MeducationSDK
31
31
  mesh_headings: [{id: 1, name: "cardiology"}],
32
32
  rating: 10,
33
33
  views_in_last_30_days: 30,
34
- views_in_last_60_days: 60
34
+ views_in_last_60_days: 60,
35
+ usefulness: 1
35
36
  }
36
37
  end
37
38
  end
@@ -1,3 +1,3 @@
1
1
  module MeducationSDK
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
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: 1.1.1
4
+ version: 1.1.2
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-01-28 00:00:00.000000000 Z
11
+ date: 2014-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
@@ -84,14 +84,14 @@ dependencies:
84
84
  name: mocha
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ! '>='
87
+ - - '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ! '>='
94
+ - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  description: Meducation's SDK
@@ -177,17 +177,17 @@ require_paths:
177
177
  - lib
178
178
  required_ruby_version: !ruby/object:Gem::Requirement
179
179
  requirements:
180
- - - ! '>='
180
+ - - '>='
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
183
  required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - ! '>='
185
+ - - '>='
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.1.9
190
+ rubygems_version: 2.2.0
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: The SDK for Meducation