Sha256: 59c36102aa0037b5af7362a33c088aa9b9c8e87b7a2412b46bf2705bf215ce0b

Contents?: true

Size: 761 Bytes

Versions: 2

Compression:

Stored size: 761 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["drakmail"]
  gem.email         = ["drakmail@delta.pm"]
  gem.description   = %q{Interaction with smsforall.ru API}
  gem.summary       = %q{Sending SMS with smsforall.ru API}
  gem.homepage      = "https://github.com/drakmail/smsforall-gem"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "smsforall"
  gem.require_paths = ["lib"]
  gem.version       = Smsforall::VERSION

  gem.add_dependency 'json_pure'

  gem.add_development_dependency 'rspec'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smsforall-0.0.4 smsforall.gemspec
smsforall-0.0.3 smsforall.gemspec