lib/bpm/package.rb in bpm-1.0.0.beta.11 vs lib/bpm/package.rb in bpm-1.0.0.beta.12

- old
+ new

@@ -21,21 +21,20 @@ "summary" => :string, "url" => :string, "dependencies" => :hash, "dependencies:development" => :hash, "bpm:build" => :hash, - "bpm:formats" => :hash, "bpm:use:transport" => :string, "bpm:provides" => :hash } PLUGIN_TYPES = %w[minifier] # Fields that can be loaded straight into the gemspec SPEC_FIELDS = %w[name email] # Fields that should be bundled up into JSON in the gemspec - METADATA_FIELDS = %w[keywords licenses engines main bin directories pipeline bpm:build bpm:formats] + METADATA_FIELDS = %w[keywords licenses engines main bin directories pipeline bpm:build] REQUIRED_FIELDS = %w[name author version] attr_accessor *FIELDS.keys.map{|f| f.gsub(':', '_') }