Sha256: 154ee7e3992ba03ae91a3bd284438c464edae9235e0f03f898d3398250a39de1
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{shroud} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Hawxwell"] s.date = %q{2010-05-13} s.default_executable = %q{shroud} s.description = %q{A wrapper for the CloudApp REST API, including a command line executable} s.email = %q{m@hawx.me} s.executables = ["shroud"] s.extra_rdoc_files = [ "README.markdown" ] s.files = [ ".gitignore", "CHANGELOG", "Manifest", "README.markdown", "Rakefile", "VERSION", "bin/shroud", "doc/Shroud.html", "doc/Shroud/AuthorizationError.html", "doc/Shroud/FileNotFound.html", "doc/Shroud/ItemNotFound.html", "doc/Shroud/Session.html", "doc/_index.html", "doc/class_list.html", "doc/css/common.css", "doc/css/full_list.css", "doc/css/style.css", "doc/file.README.html", "doc/file_list.html", "doc/frames.html", "doc/index.html", "doc/js/app.js", "doc/js/full_list.js", "doc/js/jquery.js", "doc/method_list.html", "doc/top-level-namespace.html", "lib/shroud.rb", "shroud.gemspec" ] s.homepage = %q{http://github.com/hawx/shroud} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Ruby wrapper for the CloudApp REST API} s.test_files = [ "test/test.rb" ] 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 |
---|---|
shroud-0.1.1 | shroud.gemspec |