public
Description: Globe Mobile API
Homepage: http://www.globelabs.com.ph
Clone URL: git://github.com/gregmoreno/globe-mobile.git
globe-mobile / globe-mobile.gemspec
100644 17 lines (14 sloc) 0.447 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require 'rubygems'
Gem::Specification.new do |s|
  s.name = "globe-mobile"
  s.version = "0.0.3"
  s.author = "Greg Moreno"
  s.email = "greg.moreno@gmail.com"
  s.homepage = "http://www.globelabs.com.ph"
  s.summary = "A wrapper for sending SMS/MSS using Globe Telecoms API."
  s.description = s.summary
  s.files = Dir.glob("{lib,test}/**/*")
  
  s.require_path = "lib"
 
  s.add_dependency "soap4r"
  s.add_dependency "nokogiri"
end