Sha256: fd624c74fc6fa8c15e66049e1d9d0003af6c5786cce4d1724986eadc1617d59d
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
require_relative 'lib/csvn/version' Gem::Specification.new do |spec| spec.name = "csvn" spec.version = Csvn::VERSION spec.authors = ["shamritskiy3468"] spec.email = ["sshamritskiy3468@gmail.com"] spec.summary = %q{Simple attemp to simplify routine work with CSV file.} spec.description = %q{Too lazy to write something, so use summary please :) } spec.homepage = "https://github.com/shamritskiy3468/csvn" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/shamritskiy3468/csvn" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |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"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
csvn-0.1.4 | csvn.gemspec |
csvn-0.1.3 | csvn.gemspec |
csvn-0.1.2 | csvn.gemspec |