lib/cfoundry/v2/app.rb in cfoundry-0.6.1.rc1 vs lib/cfoundry/v2/app.rb in cfoundry-0.6.1.rc2

- old
+ new

@@ -16,10 +16,9 @@ # does not perform any requests; use #update! to commit your changes. class App < Model include CFoundry::UploadHelpers attribute :name, :string - attribute :production, :boolean, :default => false to_one :space attribute :environment_json, :hash, :default => {} attribute :memory, :integer, :default => 256 attribute :total_instances, :integer, :default => 1, :at => :instances attribute :disk_quota, :integer, :default => 256