Sha256: 52715d95b5c43f7cf119de517c16b2194c61830164a673c174bbe2f752cd8fbb
Contents?: true
Size: 858 Bytes
Versions: 3
Compression:
Stored size: 858 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "clarence/version" Gem::Specification.new do |s| s.name = "clarence" s.version = Clarence::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Dylan Egan"] s.email = ["dylanegan@gmail.com"] s.homepage = "https://github.com/dylanegan/clarence" s.summary = %q{Get some Clarence J. Boddicker in your Ruby.} s.description = %q{Come on now, man, you're making me nervous. Come on, you can't do this! Don't mess around! Hey! Hey! Hey, man, now don't get cute!} s.rubyforge_project = "clarence" 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"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
clarence-1987.0.0 | clarence.gemspec |
clarence-0.1987.0 | clarence.gemspec |
clarence-0.0.1987 | clarence.gemspec |