Sha256: 41eb5585b1cf5ed70ccc23259543ba0d21ac1c9a765afa401ec40d5868b38367
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wordify_wulfman97/version' Gem::Specification.new do |spec| spec.name = "wordify_wulfman97" spec.version = WordifyWulfman97::VERSION spec.authors = ["wulfman97"] spec.email = ["calebschade97@gmail.com"] spec.summary = %q{Practicing creating a gem.} spec.description = %q{Creating a gem.} spec.homepage = "https://github.com/Wulfman97/wordify_wulfman97" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "pry" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordify_wulfman97-1.1.0 | wordify_wulfman97.gemspec |
wordify_wulfman97-1.0.0 | wordify_wulfman97.gemspec |