multiinfo 0.0.7 → 0.0.8

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 2012-06-26 Version 0.0.8 Piotr Barczuk
2
+ - changed multiinfo API url
3
+
1
4
  2012-05-24 Version 0.0.7 Piotr Barczuk
2
5
  - added support for trusted certificates signing
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -1,7 +1,7 @@
1
1
  require "cgi"
2
2
  module MultiInfo
3
3
  class API
4
- API_SERVICE_HOST = 'https://www.multiinfo.plus.pl/'
4
+ API_SERVICE_HOST = 'https://api1.multiinfo.plus.pl/'
5
5
  API_NAME = 'smsapi4'
6
6
  API_SCRIPT_TYPE = 'aspx'
7
7
 
data/multiinfo.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{multiinfo}
5
- s.version = "0.0.7"
5
+ s.version = "0.0.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["\305\201ukasz \305\201uczak", "Piotr Barczuk"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: