Sha256: 1d1d0346429251a78ca34faea8664e5ad3151ed775b6a26d0d856f4559eda655
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "t2_airtime/version" Gem::Specification.new do |spec| spec.name = "t2_airtime" spec.version = T2Airtime::VERSION spec.authors = ["matteolc"] spec.email = ["matteo@voxbox.io"] spec.summary = "Wrapper methods to interface with [TransferTo](https://www.transfer-to.com/home) Airtime API" spec.description = "Wrapper methods to interface with [TransferTo](https://www.transfer-to.com/home) Airtime API" spec.homepage = "https://github.com/matteolc/t2_airtime" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_dependency 'rails', '~> 5.1.3' spec.add_runtime_dependency 'dotenv-rails', '~> 2.2', '>= 2.2.1' spec.add_dependency "faraday", "0.9.1" spec.add_dependency "countries", "2.1.2" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
t2_airtime-0.2.6 | t2_airtime.gemspec |
t2_airtime-0.2.5 | t2_airtime.gemspec |
t2_airtime-0.2.4 | t2_airtime.gemspec |