public
Rubygem
Description: Ruby wrapper for sending SMS messages via the mxtelecom gateway's HTTP API.
Clone URL: git://github.com/coderifous/mxtelecom_api.git
Search Repo:
updated version
coderifous (author)
Thu Jun 26 11:03:28 -0700 2008
commit  cc97c867460212058b7eac11ddd52dfa42d569c8
tree    247f23b067302e11400355e69787bcfb94d7800b
parent  993219c7bd1d3fc44800126dfa842754bdff18ca
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module MxtelecomApi #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 1
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{mxtelecom_api}
0
- s.version = "1.1.0"
0
+ s.version = "1.1.1"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Pat George & Jim Garvin"]

Comments

    No one has commented yet.