ocman 1.2.0 → 1.2.1

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: b467fa767a7773a1283eaa3ad400d7cb34c0bb46
4
- data.tar.gz: 56914c50955ebf829aca69a1e11039b9e1a4c863
3
+ metadata.gz: 050bc6a6baa2dea31694c49f2b320dcbf95f5929
4
+ data.tar.gz: a1b186c12d2e6169f593832e91de398e6f2c4d11
5
5
  SHA512:
6
- metadata.gz: 6d9673d0c2a1452b86733c30a5aeabbaaa19666cda43897a5a7d789a3706745c5b12dc5145006d5d16a12ba1c345595718129ad257ec22d55baf7a5cdc9ce825
7
- data.tar.gz: 1fe95fff4e1062cf7e4c12324794bd462c4921bf0f2144efbb3ac9969b9397f966f8dfe21f2c8557752e019ad08ca89d89fadccd67ae3e49062b2c38b9b4d28f
6
+ metadata.gz: 98046bfc2dda057cbd11ac2bfa82cedb918a66fc37d63547a673b6ee521c6a22aed842adaea3c5c53e87faf7138ca45c6e7b36d063d8e81b3793f50c7199aa82
7
+ data.tar.gz: a03e115913971f9de297fd0acb9e3c87a42d9073ef0c24fb7ee6555ad5e2016436dd835dee3122aec8d85d0893f75e09d37b5d9bda85a082ce50147f772f9697
data/lib/ocman/share.rb CHANGED
@@ -65,7 +65,10 @@ module Ocman
65
65
  url: url,
66
66
  method: http_method,
67
67
  user: Ocman.configuration.user_name,
68
- password: Ocman.configuration.password
68
+ password: Ocman.configuration.password,
69
+ headers: {
70
+ 'OCS-APIRequest': true,
71
+ }
69
72
  }
70
73
  end
71
74
  end
data/lib/ocman/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocman
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waldemar Gribele
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-12 00:00:00.000000000 Z
12
+ date: 2016-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net_dav