Sha256: de11b960d616db45f760e4caccd6dae3dfdaa1bdefaea9e39aa67912a2a3ee8d

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
  s.name        = 'smart-mobile'
  s.version     = '0.0.1'
  s.date        = '2012-11-24'
  s.email       = 'me@iantusil.com'
  
  s.summary     = "A gem for consuming Smart Mobile API"
  s.description = "A gem for consuming Smart Mobile API (currently supports SMS only)."
  s.author      = "Ian Bert Tusil"
  s.homepage    = 'http://www.smart.com.ph/developer'
  s.license     = 'MIT'

  s.platform    = Gem::Platform::RUBY
  s.require_paths = %w[lib]
  s.files       = `git ls-files`.split("\n")
  s.test_files  = Dir['test/*.rb']
    
  s.add_development_dependency 'minitest', '~> 4.3.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart-mobile-0.0.1 smart-mobile.gemspec