shutl_resource 1.5.6 → 1.6.0

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.
@@ -13,7 +13,6 @@ end
13
13
  unless Shutl.const_defined?('NoQuotesGenerated')
14
14
  Shutl::NoQuotesGenerated = Class.new Shutl::Resource::Error
15
15
  Shutl::BadRequest = Class.new Shutl::Resource::Error
16
- Shutl::UnauthorizedAccess = Class.new Shutl::Resource::Error
17
16
  Shutl::ForbiddenAccess = Class.new Shutl::Resource::Error
18
17
  Shutl::ResourceNotFound = Class.new Shutl::Resource::Error
19
18
  Shutl::ResourceConflict = Class.new Shutl::Resource::Error
@@ -1,5 +1,5 @@
1
1
  module Shutl
2
2
  module Resource
3
- VERSION = '1.5.6'
3
+ VERSION = '1.6.0'
4
4
  end
5
5
  end
@@ -4,8 +4,8 @@ require File.expand_path('../lib/shutl/resource/version', __FILE__)
4
4
  $platform ||= RUBY_PLATFORM[/java/] || 'ruby'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
- gem.authors = ["David Rouchy", "Volker Pacher", "Mark Burns", "Cosimo Ranieri"]
8
- gem.email = ["davidr@shutl.co.uk", "volker@shutl.com", "mark@shutl.com", "cosimo@shutl.com"]
7
+ gem.authors = ["David Rouchy", "Volker Pacher", "Mark Burns", "Cosimo Ranieri", "Marco Schincaglia", "David Vilar Alcala"]
8
+ gem.email = ["davidr@shutl.co.uk", "volker@shutl.com", "mark@shutl.com", "cosimo@shutl.com", "marco@shutl.com", "davidv@shutl.com"]
9
9
  gem.description = %q{Shutl Rest resource}
10
10
  gem.summary = %q{Manage Shutl Rest resource. Parse/Serialize JSON}
11
11
  gem.homepage = ""
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.require_paths = ["lib"]
19
19
  gem.version = Shutl::Resource::VERSION
20
20
 
21
- gem.add_dependency 'shutl_auth', '~> 0.9.0'
21
+ gem.add_dependency 'shutl_auth', '~> 0.9.2'
22
22
  gem.add_dependency 'activemodel'
23
23
  gem.add_dependency 'faraday'
24
24
  gem.add_dependency 'faraday_middleware'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shutl_resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,10 +9,12 @@ authors:
9
9
  - Volker Pacher
10
10
  - Mark Burns
11
11
  - Cosimo Ranieri
12
+ - Marco Schincaglia
13
+ - David Vilar Alcala
12
14
  autorequire:
13
15
  bindir: bin
14
16
  cert_chain: []
15
- date: 2014-01-21 00:00:00.000000000 Z
17
+ date: 2014-08-01 00:00:00.000000000 Z
16
18
  dependencies:
17
19
  - !ruby/object:Gem::Dependency
18
20
  name: shutl_auth
@@ -21,7 +23,7 @@ dependencies:
21
23
  requirements:
22
24
  - - ~>
23
25
  - !ruby/object:Gem::Version
24
- version: 0.9.0
26
+ version: 0.9.2
25
27
  type: :runtime
26
28
  prerelease: false
27
29
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +31,7 @@ dependencies:
29
31
  requirements:
30
32
  - - ~>
31
33
  - !ruby/object:Gem::Version
32
- version: 0.9.0
34
+ version: 0.9.2
33
35
  - !ruby/object:Gem::Dependency
34
36
  name: activemodel
35
37
  requirement: !ruby/object:Gem::Requirement
@@ -164,6 +166,8 @@ email:
164
166
  - volker@shutl.com
165
167
  - mark@shutl.com
166
168
  - cosimo@shutl.com
169
+ - marco@shutl.com
170
+ - davidv@shutl.com
167
171
  executables: []
168
172
  extensions: []
169
173
  extra_rdoc_files: []
@@ -215,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
219
  version: '0'
216
220
  segments:
217
221
  - 0
218
- hash: -2145160790752704754
222
+ hash: -3278622488598740442
219
223
  required_rubygems_version: !ruby/object:Gem::Requirement
220
224
  none: false
221
225
  requirements:
@@ -224,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
228
  version: '0'
225
229
  segments:
226
230
  - 0
227
- hash: -2145160790752704754
231
+ hash: -3278622488598740442
228
232
  requirements: []
229
233
  rubyforge_project:
230
234
  rubygems_version: 1.8.23