gooddata 0.5.14 → 0.5.15

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.
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
- source :rubygems
1
+ source 'https://rubygems.org'
2
2
 
@@ -88,6 +88,16 @@ module GoodData
88
88
  threaded[:connection] = Connection.new user, password, url, options
89
89
  end
90
90
 
91
+ # Hepler for starting with SST easier
92
+ # === Parameters
93
+ #
94
+ # * +token+ - SST token
95
+ # * +options+ - options get routed to connect eventually so everything that you can use there should be possible to use here.
96
+ #
97
+ def connect_with_sst(token, options={})
98
+ create_authenticated_connection(options.merge({:cookies => {"GDCAuthSST" => token}}))
99
+ end
100
+
91
101
  # This method is aimed at creating an authenticated connection in case you do not hae pass/login but you have SST
92
102
  # === Parameters
93
103
  #
@@ -1,3 +1,3 @@
1
1
  module GoodData
2
- VERSION = "0.5.14"
2
+ VERSION = "0.5.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gooddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.14
4
+ version: 0.5.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: