lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "custom_view_tool/version" Gem::Specification.new do |spec| spec.name = "custom_view_tool" spec.version = CustomViewTool::VERSION spec.authors = ["bhagath"] spec.email = ["katta_reddy04@yahoo.com"] spec.summary = %q{ Write a short summary, because RubyGems requires one.} spec.description = %q{ Write a longer description or delete this line.} spec.homepage = "https://github.com/bhagathreddy123/custom_view_tool" 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.a" spec.add_development_dependency "rake", "~> 10.0" end