gooddata 0.5.15 → 0.5.16

Sign up to get free protection for your applications and to get access to all the features.
data/gooddata.gemspec CHANGED
@@ -31,6 +31,6 @@ Gem::Specification.new do |s|
31
31
  s.add_dependency "json_pure"
32
32
  s.add_dependency "rest-client"
33
33
  s.add_dependency "json"
34
- s.add_dependency "rubyzip"
34
+ s.add_dependency "rubyzip", "< 1.0.0"
35
35
  end
36
36
 
@@ -1,3 +1,3 @@
1
1
  module GoodData
2
- VERSION = "0.5.15"
2
+ VERSION = "0.5.16"
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.15
4
+ version: 0.5.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -113,17 +113,17 @@ dependencies:
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements:
116
- - - ! '>='
116
+ - - <
117
117
  - !ruby/object:Gem::Version
118
- version: '0'
118
+ version: 1.0.0
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements:
124
- - - ! '>='
124
+ - - <
125
125
  - !ruby/object:Gem::Version
126
- version: '0'
126
+ version: 1.0.0
127
127
  description: Use the Gooddata::Client class to integrate GoodData into your own application
128
128
  or use the CLI to work with GoodData directly from the command line.
129
129
  email: pavel@gooddata.com