fuelsdk 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,11 @@
1
1
  FuelSDK-Ruby
2
2
  ============
3
3
 
4
+ 2013-10-18: Version 0.1.6
5
+ ```
6
+ allow endpoint to be set
7
+ ```
8
+
4
9
  2013-10-17: Version 0.1.5
5
10
  ```
6
11
  moved dataextension property munging into client so not required to instantiate those objects.
@@ -1,6 +1,6 @@
1
1
  module FuelSDK::Targeting
2
2
  attr_accessor :auth_token
3
- attr_reader :endpoint
3
+ attr_accessor :endpoint
4
4
 
5
5
  include FuelSDK::HTTPRequest
6
6
 
@@ -1,3 +1,3 @@
1
1
  module FuelSDK
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -19,7 +19,7 @@ describe FuelSDK::Soap do
19
19
  it { should respond_to(:wsdl=) }
20
20
 
21
21
  it { should respond_to(:endpoint) }
22
- it { should_not respond_to(:endpoint=) }
22
+ it { should respond_to(:endpoint=) }
23
23
 
24
24
  it { should respond_to(:soap_client) }
25
25
 
@@ -5,7 +5,7 @@ describe FuelSDK::Targeting do
5
5
  subject { Class.new.new.extend(FuelSDK::Targeting) }
6
6
 
7
7
  it { should respond_to(:endpoint) }
8
- it { should_not respond_to(:endpoint=) }
8
+ it { should respond_to(:endpoint=) }
9
9
  it { should respond_to(:determine_stack) }
10
10
  it { should respond_to(:get) }
11
11
  it { should respond_to(:post) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuelsdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-17 00:00:00.000000000 Z
13
+ date: 2013-10-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler