Sha256: 847684a6dd8f1cd9be856e3bbd2602e3c41b28f6f9d135b20225978bf64dca15
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cuckoo_twitterer} s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["B\303\241lint \303\211rdi"] s.date = %q{2009-06-12} s.default_executable = %q{cuckoo_twitterer} s.description = %q{A simple yet elegant solution to tweet a message regularly from a file (and in the future: from a webpage, a database, etc.)} s.email = %q{balint.erdi@bucionrails.com} s.executables = ["cuckoo_twitterer"] s.extra_rdoc_files = ["bin/cuckoo_twitterer", "CHANGELOG", "lib/cuckoo_twitterer.rb", "lib/duration_string.rb", "lib/environments.rb", "lib/modules/one_line_from_file.rb", "tasks/spec.rake"] s.files = ["bin/cuckoo_twitterer", "CHANGELOG", "cuckoo_twitterer.gemspec", "lib/cuckoo_twitterer.rb", "lib/duration_string.rb", "lib/environments.rb", "lib/modules/one_line_from_file.rb", "Manifest", "Rakefile", "spec/cuckoo_twitterer_spec.rb", "spec/duration_string_spec.rb", "spec/one_line_from_file_spec.rb", "spec/spec.opts", "tasks/spec.rake"] s.homepage = %q{http://github.com/balinterdi/cuckoo_twitterer} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Cuckoo_twitterer"] s.require_paths = ["lib"] s.rubyforge_project = %q{cuckoo_twitterer} s.rubygems_version = %q{1.3.3} s.summary = %q{A simple yet elegant solution to tweet a message regularly from a file (and in the future: from a webpage, a database, etc.)} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balinterdi-cuckoo_twitterer-0.1.3 | cuckoo_twitterer.gemspec |