Sha256: 21efc6a3d2f9380873d1b2b0e72a872eb6f3372366931e03139c58d377b246a2
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/hackety_hack/lessons/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Steve Klabnik"] gem.email = ["steve@steveklabnik.com"] gem.description = %q{A set of lessons to learn Ruby programming, from the Hackety Hack project.} gem.summary = %q{The lessons from Hackety Hack.} gem.homepage = "http://hackety.com/lessons" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "hackety_hack-lessons" gem.require_paths = ["lib"] gem.version = HacketyHack::Lessons::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackety_hack-lessons-0.0.1 | hackety_hack-lessons.gemspec |