# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lwqzx/version' Gem::Specification.new do |spec| spec.name = "lwqzx" spec.version = Lwqzx::VERSION spec.authors = ["zxy"] spec.email = ["zxy@qq.com"] spec.license = "MIT" spec.summary = %q{lwqzx infos} spec.description = %q{lwqzx infos.} spec.homepage = "https://github.com/lajunta/lwqzx" spec.files = Dir["{lib}/**/*", "Gemfile", "lwqzx.gemspec", "Rakefile"] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency("rest-client", "~> 2.1") end