Sha256: 30f4a8b136e0fe209bc24de9464f26ba284835f5b289efad62f5ee8a3b546302
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'new_life/version' Gem::Specification.new do |spec| spec.name = "new_life" spec.version = NewLife::VERSION spec.authors = ["acharki.zakaria"] spec.email = ["acharki.zakaria@gmail.com"] spec.summary = %q{First gem just for tuto} spec.description = %q{If hour > 12 Gem say 'Go to the bed!!'} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
new_life-0.0.0 | new_life.gemspec |