Sha256: b0b15cedfd25b067758b6524cbf1a491f0af15b54c9572fd554322bb53c80d6e
Contents?: true
Size: 743 Bytes
Versions: 1
Compression:
Stored size: 743 Bytes
Contents
# encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cellular/version' Gem::Specification.new do |gem| gem.name = 'cellular' gem.version = Cellular::VERSION gem.authors = ['Tim Kurvers'] gem.email = ['tim@moonsphere.net'] gem.description = %q{Sending and receiving SMSs through pluggable backends} gem.summary = %q{Sending and receiving SMSs through pluggable backends} gem.homepage = '' 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.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cellular-0.0.0 | cellular.gemspec |