Sha256: 7346886005ac12a578b9798e97ed27e403ce8fae53b763e4bae08833b2c2e9ce
Contents?: true
Size: 841 Bytes
Versions: 4
Compression:
Stored size: 841 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ruby-anything/version' Gem::Specification.new do |gem| gem.name = "ruby-anything" gem.version = RubyAnything::VERSION gem.authors = ["Takatoshi Matsumoto"] gem.email = ["toqoz403@gmail.com"] gem.description = %q{Anything interface for ruby} gem.summary = %q{Provide anything interface for ruby. Adds method 'anything' to Kernel.} gem.homepage = "http://github.com/ToQoz/ruby-anything" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency "rspec" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-anything-0.0.5 | ruby-anything.gemspec |
ruby-anything-0.0.4 | ruby-anything.gemspec |
ruby-anything-0.0.3 | ruby-anything.gemspec |
ruby-anything-0.0.2 | ruby-anything.gemspec |