meducation_sdk 1.2.4 → 1.2.5

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: 4b00f518db97229525179e9c713e40f1515871d4
4
- data.tar.gz: cd8dd86db24c37f4ae76416dff35f68375b886e5
3
+ metadata.gz: a84843e7a9e3287fb6036a92fc892ccb3013e139
4
+ data.tar.gz: aafeba10a53baeb9c440218bac4e38af72f8d667
5
5
  SHA512:
6
- metadata.gz: c162f26a21f7f3564915ee65755453a6a510b574a9c205478def8338032e70e5406091171d232af03368968d42b414d28f3a22bd5d43012cedab4d2453f76b77
7
- data.tar.gz: 5be97710d79996cb8377223922de37225723717890405b62bcd3e3bf95af69a37e66a1c1a4a0f3a482aa26edc7e0bd737a71ee41d91b578342f9dadc8e5699e2
6
+ metadata.gz: 7bb2ad2455323da2ed02f4f43b57d448eecdfd032228630d1e9cb18ec7229e0b2f285d5658e580560ce87d3719579a555e84211445a78ab9f764373b3c06e386
7
+ data.tar.gz: 3eb9a7ca95bf9c192e6cde8059ae6c2219d88766c41a9b3993bac210f54516fff78a6e912f6156c3017879ec6cd6001a0e6675b1c832e16e31a2befc872a8f6f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 1.2.4 / 2014-02-11
2
+ * [BUGFIX] Fix problem with mocking new user email data
3
+
1
4
  # 1.2.4 / 2014-02-11
2
5
  * [FEATURE] Add user email data
3
6
 
@@ -2,4 +2,14 @@ module MeducationSDK
2
2
  class UserEmailData < Loquor::Resource
3
3
  self.path = "/user_email_data"
4
4
  end
5
+
6
+
7
+ class UserEmailDataMock < UserEmailData
8
+ extend Loquor::ResourceMock
9
+
10
+ self.attributes = {
11
+
12
+ }
13
+ end
14
+
5
15
  end
@@ -1,3 +1,3 @@
1
1
  module MeducationSDK
2
- VERSION = "1.2.4"
2
+ VERSION = "1.2.5"
3
3
  end
@@ -5,9 +5,5 @@ module MeducationSDK
5
5
  class UserEmailDataTest < ResourceTest
6
6
  test_resource(UserEmailData, '/user_email_data')
7
7
  end
8
-
9
- class UserEmailDataMock < UserEmailData
10
- extend Loquor::ResourceMock
11
- end
12
8
  end
13
9
 
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.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker