Sha256: dddd393bbfb67a6d38de0753b25e5d1e5798131e8f82a86e20468c6b271f65ef
Contents?: true
Size: 744 Bytes
Versions: 5
Compression:
Stored size: 744 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "talks/version" Gem::Specification.new do |s| s.name = "talks" s.version = Talks::VERSION s.platform = Gem::Platform::RUBY s.authors = ['gazay'] s.email = ['alex.gaziev@gmail.com'] s.homepage = "https://github.com/gazay/talks" s.summary = %q{Simple gem for `say` function of mac os x} s.description = %q{Simple gem for `say` function of mac os x} s.rubyforge_project = "talks" 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
talks-0.1.0 | talks.gemspec |
talks-0.0.5 | talks.gemspec |
talks-0.0.4 | talks.gemspec |
talks-0.0.3 | talks.gemspec |
talks-0.0.2 | talks.gemspec |