Sha256: a1d1a7ca5fddea3e73be01f6ecd45bb613e7a0b6df3c3eace89ab84ee79887b9
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "csql/version" Gem::Specification.new do |spec| spec.name = "csql" spec.version = Csql::VERSION spec.authors = ["getty104"] spec.email = ["hayabusatoshihumi@gmail.com"] spec.summary = %q{this is a library of operating csv by SQL queries.} spec.description = %q{this is a library of operating csv by SQL queries. \n you have to install https://github.com/harelba/q/} spec.homepage = "https://github.com/getty104/CSQL" 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.16" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "sql-parser" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csql-0.1.0 | csql.gemspec |