Sha256: 1ae87cb896b37f497d25ae20ccc0febb1a3a49c785689a08ecc448c46f1c7523
Contents?: true
Size: 748 Bytes
Versions: 2
Compression:
Stored size: 748 Bytes
Contents
require File.expand_path("../lib/irb_hacks/version", __FILE__) Gem::Specification.new do |s| s.name = "irb_hacks" s.version = IrbHacks::VERSION s.authors = ["Alex Fortuna"] s.email = ["alex.r@askit.org"] s.homepage = "http://github.com/dadooda/irb_hacks" # Copy these from class's description, adjust markup. s.summary = %q{Yet another set of IRB hacks} s.description = %q{Yet another set of IRB hacks} # end of s.description= s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map {|f| File.basename(f)} s.require_paths = ["lib"] s.add_development_dependency "rspec" s.add_development_dependency "yard" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
irb_hacks-0.2.5 | irb_hacks.gemspec |
irb_hacks-0.2.4 | irb_hacks.gemspec |