meducation_sdk 2.1.1 → 2.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27dec82e009143e0c134d28b07d939de3cd6855d
4
- data.tar.gz: 92b9e46ce34a779fe26cd1a876d03f7e47f66c1b
3
+ metadata.gz: d7021247a0ac9c68f00f0453299c6e7c5c79a6e7
4
+ data.tar.gz: 20a4e1b587813fe69acf735daec4d1c62df17608
5
5
  SHA512:
6
- metadata.gz: 4859241a0d5a41bed9c94f5f6552c3936a8e40f442e10e740b26f8a155700c2d84903fb7ca521ef99058b40ea4fd72900efd99e5a5cf3558f575db2fdbac0548
7
- data.tar.gz: fa4144edde5d7178cab7676b743a6e83b0224a6b539416fefe1f3643bd5fd2c651ddbf74c39d7a7dc575caa55df58b6354327d06829ae90a2412ed70857b4bc5
6
+ metadata.gz: 19911c95efdc0fe6dbe01836d91d7dcad5441e5290bd08990155472e497f9959d2ccd52940b3102a71d5e0fdc79511856e0510cd6e63db5761a7a133c4141066
7
+ data.tar.gz: 59cf16c0d638171bd94d2284394ec3eacdf01c97c0023d305a013313d8836a0614507f22cddbff6503378e10ea571e0303b5ba31080265381a7d16961cba9f96
@@ -1,3 +1,6 @@
1
+ # 2.1.2 / 2014-04-16
2
+ * [FEATURE] Added New Email Short Codes
3
+
1
4
  # 2.1.1 / 2014-04-15
2
5
  * [FEATURE] Added User Discount Codes
3
6
 
@@ -24,6 +24,8 @@ module MeducationSDK
24
24
  "m_nwusr" => "New User",
25
25
  "m_nv96hr" => "Not Visited For 96hrs",
26
26
  "m_pswdr" => "Password Reset",
27
- "m_nwvt" => "New Vote"
27
+ "m_nwvt" => "New Vote",
28
+ "m_mscdis" => "Medical Student Collection Discount",
29
+ "m_fpdis" => "Funky Professor Discount"
28
30
  }
29
31
  end
@@ -7,7 +7,7 @@ module MeducationSDK
7
7
  end
8
8
  end
9
9
 
10
- class UserDiscountCodeMock < Board
10
+ class UserDiscountCodeMock < UserDiscountCode
11
11
  extend Loquor::ResourceMock
12
12
 
13
13
  self.attributes = {
@@ -1,3 +1,3 @@
1
1
  module MeducationSDK
2
- VERSION = "2.1.1"
2
+ VERSION = "2.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: 2.1.1
4
+ version: 2.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-04-15 00:00:00.000000000 Z
11
+ date: 2014-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport