Sha256: eb3138612e925c77e0631e6d24b78ca8114f3fc605402147824c6079c8c5ef45
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "AdelX/version" Gem::Specification.new do |spec| spec.name = "AdelX" spec.version = AdelX::VERSION spec.authors = ["Adel Abou Fakher"] spec.email = ["adelwaboufakher@gmail.com"] spec.summary = %q{Consists of view methods that allow dynamic view of copyright licensing} spec.description = %q{Generates provided HTML data for dynamic copyright licensing} spec.homepage = "https://github.com/adelwaboufakher/AdelX.git" 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" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
AdelX-0.1.0 | AdelX.gemspec |