emay_sms 0.0.1 → 0.0.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: b0762ae891474c09f2729788f6551d63072ce147
4
- data.tar.gz: ff7c4ba5497ddb6738ae09e7d9054b6143ed1a6b
3
+ metadata.gz: 5e0ff14059edb5053cdff9f1bc40faff3d45854a
4
+ data.tar.gz: 093905acb48db07c7c1f9126113a65a7ae623caf
5
5
  SHA512:
6
- metadata.gz: 126b91524d03cd3e5df3dd86965b9c6d23a7efda009c5ab1ad287113bdd169cde97247f627b0fe9f44f01fce42bdac65f756c45d7dbe89e0fd72a71875b4d612
7
- data.tar.gz: 2d4fc7e885cc553892086c1dc8776f51937a58a9c6e14bf6012bf82daf6999d7bd2009f56b7b4ff361256dbcdf1a9f870d570ecfba55d6be675d41b8c221fa44
6
+ metadata.gz: a493e5468af17687f2b1ebdadc397d7cd3e7fe6ae43e0c20f66fc04a4f67056943d5101dd807b88e4199ece050f0c1fa9ac9772b8a9be06fa052c7c4b4c8affe
7
+ data.tar.gz: 8636449fc9fea5960c116b725a9a1a2de9dc412d9ff8f6ce5ac2012bd740cb417c0bc194b0b043df9623acd2d256ff9afb447497bac76631d2473f518be88a8f
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- emay_sms (0.0.1)
4
+ emay_sms (0.0.2)
5
5
  mongoid (~> 4.0.0)
6
6
  savon (~> 2.6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (4.1.4)
12
- activesupport (= 4.1.4)
11
+ activemodel (4.1.5)
12
+ activesupport (= 4.1.5)
13
13
  builder (~> 3.1)
14
- activesupport (4.1.4)
14
+ activesupport (4.1.5)
15
15
  i18n (~> 0.6, >= 0.6.9)
16
16
  json (~> 1.7, >= 1.7.7)
17
17
  minitest (~> 5.1)
@@ -57,7 +57,7 @@ GEM
57
57
  method_source (0.8.2)
58
58
  mime-types (1.25.1)
59
59
  mini_portile (0.6.0)
60
- minitest (5.4.0)
60
+ minitest (5.4.1)
61
61
  mongoid (4.0.0)
62
62
  activemodel (~> 4.0)
63
63
  moped (~> 2.0.0)
@@ -33,7 +33,7 @@ module EmaySms
33
33
  end
34
34
 
35
35
  def sign
36
- @sign ||= "【未知来源】"
36
+ @sign
37
37
  end
38
38
 
39
39
  def sign=(sign)
@@ -1,3 +1,3 @@
1
1
  module EmaySms
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,7 +7,7 @@ describe "Service" do
7
7
  end
8
8
 
9
9
  it "should send message" do
10
- response = EmaySms.send("测试 #{Time.now.to_i}", "18101801755")
10
+ response = EmaySms.send("测试 #{Time.now.to_i}", ["13817513107", "18101801755", "18616015606"])
11
11
  expect(response).not_to be false
12
12
  end
13
13
  end
@@ -11,7 +11,7 @@ EmaySms.setup do |config|
11
11
  config.account = "0SDK-EAA-6688-JETNS"
12
12
  config.password = "123123"
13
13
  config.secrect = "123123"
14
- config.sign = "就诊通"
14
+ #config.sign = "就诊通"
15
15
  end
16
16
 
17
17
  RSpec.configure do |config|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emay_sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - liuzelei
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-15 00:00:00.000000000 Z
11
+ date: 2014-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler