Sha256: 7530aa89aded50453ac40beff57c5d07d8ff07c64d3ea3fdb1b4cd091e4cdb1f
Contents?: true
Size: 724 Bytes
Versions: 1
Compression:
Stored size: 724 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bijo/version' Gem::Specification.new do |spec| spec.name = "bijo" spec.version = Bijo::VERSION spec.authors = ["karur4n"] spec.email = ["karuran.f@gmail.com"] spec.summary = 'Watch beauty woman image from terminal' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = ['bijo'] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bijo-0.0.1 | bijo.gemspec |