bitballoon 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module BitBalloon
4
4
  class Site < Model
5
5
  fields :id, :state, :premium, :claimed, :name, :custom_domain, :url,
6
6
  :admin_url, :deploy_url, :screenshot_url, :created_at, :updated_at,
7
- :user_id, :required, :error_message
7
+ :password, :notification_email, :user_id, :required, :error_message
8
8
 
9
9
  def upload_dir(dir)
10
10
  return unless state == "uploading"
@@ -78,7 +78,7 @@ module BitBalloon
78
78
 
79
79
  private
80
80
  def mutable_attributes(attributes)
81
- Hash[*[:name, :custom_domain, :notification_email].map {|key|
81
+ Hash[*[:name, :custom_domain, :password, :notification_email].map {|key|
82
82
  if attributes.has_key?(key) || attributes.has_key?(key.to_s)
83
83
  [key, attributes[key] || attributes[key.to_s]]
84
84
  end
@@ -1,3 +1,3 @@
1
1
  module BitBalloon
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitballoon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: