Sha256: 2408f89609b0de76253ec185fcfae30a21438e6a81a1f9cc80ad561846a58731
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'account_kit/version' Gem::Specification.new do |spec| spec.name = "account_kit" spec.version = AccountKit::VERSION spec.authors = ["Duc Le", "Long Nguyen", "Quy Truong", "Vu Minh Tan"] spec.email = ["leminhducktvn@gmail.com", "longkt90@gmail.com", "sugiacupit@gmail.com"] spec.homepage = "https://github.com/Coffa/account_kit" spec.summary = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.} spec.description = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.} spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
account_kit-0.2.0 | account_kit.gemspec |
account_kit-0.1.2 | account_kit.gemspec |