Sha256: e8760c625f6bbbfb78b6466f365cbc1316cd2c10d87cc9539c1b61b5feda66d9
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 Bytes
Contents
## tt.gemspec # Gem::Specification::new do |spec| spec.name = "tt" spec.version = "0.0.1" spec.platform = Gem::Platform::RUBY spec.summary = "tt" spec.description = "description: tt kicks the ass" spec.files = ["README", "Rakefile", "bin", "bin/tt", "lib", "lib/tt.rb", "tt.gemspec"] spec.executables = ["tt"] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["main", " >= 4.8.1"]) spec.add_dependency(*["map", " >= 5.1.0"]) spec.add_dependency(*["chronic", " >= 0.6.6"]) spec.extensions.push(*[]) spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "https://github.com/ahoward/tt" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tt-0.0.1 | tt.gemspec |