Skip to content

Instantly share code, notes, and snippets.

@ekyfauzi
Created July 24, 2015 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekyfauzi/1e658b2e8f09dab59923 to your computer and use it in GitHub Desktop.
Save ekyfauzi/1e658b2e8f09dab59923 to your computer and use it in GitHub Desktop.
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/coconut/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Eky Fauzi"]
gem.email = ["ekyfauzi@hotmail.com"]
gem.description = %q{This is my first gem}
gem.summary = %q{I love to code with gem!}
gem.homepage = ""
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.required_ruby_version = '>= 2.0.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment