gooddata 0.6.22 → 0.6.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bf9d7f10ce9a4a44f4e79c752225e3f2ae2f0a8
4
- data.tar.gz: 620c2b9a3fe3a2cde36566f8c34835cf829fe6ed
3
+ metadata.gz: cf83961610c60c9419a174b0f54d7f9f7c1fd5b6
4
+ data.tar.gz: 4d29bd398cd6223a07cf0b9ab83eb17a182c795b
5
5
  SHA512:
6
- metadata.gz: 7347775e4cd4878a5b962108c325eaf2e74f1365f3de5fef006231071089810f414c0250f10fd9d1d25a4610cd8a35d1ad62b6eccd72c3da9691432e102477fb
7
- data.tar.gz: ee138c02411c2b521e6b444f21b136d2aa4df41fd41f31d66c4c4078e97da5d0372452c675a9066182e00493fc2fa2c99c02a9201ee5cef9e97943e8a18c59a8
6
+ metadata.gz: ce0faaf8e3e6f8a8d44216047602e4d98d9ecd326d5a258ef641e9a2186d4ac4afa36d3c38195a46d2fc708193d6e062567b938af0a3cf7a8db7b9bc3e7beceb
7
+ data.tar.gz: 56e6a3495144c698801c9e006a42d7f2b2f7e3f04f79cefd71185ad7de41b476c7b603691ddaf1ff40a7011928b77ef904938795fd6016a1be42a1be260f0f62
@@ -1,5 +1,7 @@
1
1
  # GoodData Ruby SDK Changelog
2
2
 
3
+ ## 0.6.23
4
+
3
5
  ## 0.6.22
4
6
  - Added rake task (license:add) for automatic license headers generating
5
7
  - Handle situation when upload_status.json does not exist
@@ -304,7 +304,7 @@ module GoodData
304
304
  content['grid']['columnWidths'] = widths.map do |item|
305
305
  if item.is_a?(Hash)
306
306
  GoodData::Helpers.deep_dup(item).tap do |i|
307
- if i['locator'].length > 0 && ['locator'][0].key?('attributeHeaderLocator')
307
+ if i['locator'].length > 0 && i['locator'][0].key?('attributeHeaderLocator')
308
308
  i['locator'][0]['attributeHeaderLocator']['uri'].gsub!("[#{uri_what}]", "[#{uri_for_what}]")
309
309
  end
310
310
  end
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.22'
9
+ VERSION = '0.6.23'
10
10
 
11
11
  class << self
12
12
  # Version
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.6.22
4
+ version: 0.6.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kolesnikov
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-09-10 00:00:00.000000000 Z
14
+ date: 2015-09-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler