zenbox 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module Zenbox
10
10
  # The API key for your Zenbox account.
11
11
  attr_accessor :api_key
12
12
 
13
- # The host to connect to (defaults to zenbox.me).
13
+ # The host to connect to (defaults to zenboxapp.com).
14
14
  attr_accessor :host
15
15
 
16
16
  # The port on which your Zenbox server runs (defaults to 443 for secure
@@ -50,7 +50,7 @@ module Zenbox
50
50
  def initialize
51
51
  @secure = false
52
52
  @use_system_ssl_cert_chain= false
53
- @host = 'zenbox.me'
53
+ @host = 'zenboxapp.com'
54
54
  @http_open_timeout = 2
55
55
  @http_read_timeout = 5
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module Zenbox
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-02 00:00:00.000000000 Z
12
+ date: 2012-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: -1725993044033598525
75
+ hash: -1342525099129013446
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  none: false
78
78
  requirements:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: -1725993044033598525
84
+ hash: -1342525099129013446
85
85
  requirements: []
86
86
  rubyforge_project:
87
87
  rubygems_version: 1.8.24