Sha256: 30de6790df9d61c3af78d195e47c511c7a02fce36c3a8440a2b26af20383c042
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 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' gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smsforall-0.0.2 | smsforall.gemspec |