Sha256: 1c1990ea3de1c6a39f3dec2e93b9f680824d6468d4216c880d926c6b7ceb17ac
Contents?: true
Size: 687 Bytes
Versions: 39
Compression:
Stored size: 687 Bytes
Contents
class Jeweler # Gemspec related error class GemspecError < StandardError end class VersionYmlError < StandardError end # Occurs when interacting with RubyForge, and an expected project isn't available on RubyForge. class MissingRubyForgePackageError < StandardError end # Occurs when interacting with RubyForge, and 'rubyforge_project' isn't set on the Gem::Specification class NoRubyForgeProjectInGemspecError < StandardError end # Occurs when interacting with RubyForge, and the 'rubyforge_project' isn't setup in ~/.rubyforge/autoconfig.yml or it doesn't exist on RubyForge class RubyForgeProjectNotConfiguredError < StandardError end end
Version data entries
39 entries across 39 versions & 9 rubygems