Sha256: d711d2eecb3920239e3672181d89722e583a897c118954db63520f3248455b7b
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
# -*- encoding: utf-8 -*- $:.unshift File.expand_path('../lib', __FILE__) require File.expand_path('../lib/claide/gem_version', __FILE__) Gem::Specification.new do |s| s.name = "claide" s.version = CLAide::VERSION s.license = "MIT" s.email = ["eloy.de.enige@gmail.com", "fabiopelosin@gmail.com"] s.homepage = "https://github.com/CocoaPods/CLAide" s.authors = ["Eloy Duran", "Fabio Pelosin"] s.summary = "A small command-line interface framework." s.files = `git ls-files -z`.split("\0").reject { |f| f =~ /\A(spec|examples)/i } ## Make sure you can build the gem on older versions of RubyGems too: s.rubygems_version = "1.6.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.specification_version = 3 if s.respond_to? :specification_version s.required_ruby_version = ">= 2.3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
claide-1.1.0 | claide.gemspec |