mollie-sms 1.1.0 → 1.1.1

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: 2289bb39c9870af0891e40d0c90fcc456a04b24c
4
- data.tar.gz: 648a39e2fb8b1cf20cce0452b607c022181c8ebe
3
+ metadata.gz: cb7ae642a6bbfe5a1cfed302853f38d094a9e5de
4
+ data.tar.gz: 3aca5e4a838ba7a03ca3d68a4cb29c60f1a16fc2
5
5
  SHA512:
6
- metadata.gz: 477762aa06ad06f1fd5593db3e47a85360d2a4bba8edb762e4b2aa4ffe40111a16d17397608492c8de2698e24ab76db573fe5bfcc2dca00eb65dec833da41234
7
- data.tar.gz: d0cd5477afeaa43d8b4eca45b7a6df31b64efaa2c710b1f41fb6310a7a5c50dc8e428991859e41b51fecb2d34617b6d0c54648ecf569c4763ad7b8cfb5f888ab
6
+ metadata.gz: df49109660d368da423cb5bd33cd1dfa278b0b881cd9a37bc94c8e3d977b04a36f32e84a4b849767c5ee8116c32868e5fb543cf7e399f29c35a36474a703f777
7
+ data.tar.gz: 941c5701fd4446869276e0bd5213283bc170d58f60a0237e5ad50c6c7a4ee660ba22b570a2c1ecc767965d16da5ac8acec22d462f3e8123d197bdba09bb67e29
@@ -52,7 +52,7 @@ module Mollie
52
52
  # The SSL URI to which the parameters of a SMS are posted.
53
53
  #
54
54
  # Note that the certificate is *not* verified.
55
- GATEWAY_URI = URI.parse("https://api.messagebird.nl/xml/sms")
55
+ GATEWAY_URI = URI.parse("https://api.messagebird.com/xml/sms")
56
56
 
57
57
  # The possible values that indicate which {SMS.gateway= SMS gateway} should
58
58
  # be used.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mollie-sms}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Eloy Duran"]
@@ -3,7 +3,7 @@ require "mollie/sms/test_helper"
3
3
 
4
4
  describe "Mollie::SMS" do
5
5
  it "holds the gateway uri" do
6
- Mollie::SMS::GATEWAY_URI.should == URI.parse("https://api.messagebird.nl/xml/sms")
6
+ Mollie::SMS::GATEWAY_URI.should == URI.parse("https://api.messagebird.com/xml/sms")
7
7
  end
8
8
 
9
9
  it "holds the service username" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollie-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran