maremma 4.0.3 → 4.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e8b001379125e2b718d8e16a139f441c033f5c148a1b0788836c933b5f3736a
4
- data.tar.gz: e9ff1cfbf8e9479d1e925a1a03551875a951e66a3ab0c40510916ad26ca3851d
3
+ metadata.gz: 460de8cdef618c22b12fac4c80c521a70132dd48368b0a0b54503662f9d5a033
4
+ data.tar.gz: 4a720760159f037202b29cf148f80d9908eb5dca1aa7ac1e6e2cacd190e0bb8d
5
5
  SHA512:
6
- metadata.gz: 456567b1900b89163f78e1fa7a82512b2cd470a9c3b9ef60a532415d58173b385699ebaabc4204ae0dac31ab4c05e6ccccd0fc646af27a4c3a4e27dd270234ab
7
- data.tar.gz: 4ac1945ca6ba8790ef51d4da78ec8c3748d75e42ee06ab972414c847f4c64bda53efbb79e0048ef4faca1467cb82f8cb66bb2e9eeb565376c2bbdb44770edb97
6
+ metadata.gz: 50746fc27643279e3d254c019a0daf4cc137e07e3616b123734424bc095702a99afdea0de83c365b0df1acb192ba2db153ed4699c4e9362709ef9545588fe400
7
+ data.tar.gz: 39944d7384f3728815e2a14bc1d41970db61b02454c6cf8a7826f6267eaaa1d9ac28198da3199680595b38fd0327c1ecde98b2933043c4b3bae97a5fd0237282
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maremma (4.0.3)
4
+ maremma (4.0.5)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  addressable (>= 2.3.6)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -31,7 +31,7 @@ GEM
31
31
  safe_yaml (~> 1.0.0)
32
32
  diff-lcs (1.3)
33
33
  docile (1.1.5)
34
- excon (0.60.0)
34
+ excon (0.61.0)
35
35
  faraday (0.14.0)
36
36
  multipart-post (>= 1.2, < 3)
37
37
  faraday-encoding (0.0.4)
@@ -8,6 +8,7 @@ require 'excon'
8
8
  require 'uri'
9
9
  require 'addressable/uri'
10
10
  require 'maremma/xml_converter'
11
+ require 'maremma/version'
11
12
 
12
13
  module Maremma
13
14
  DEFAULT_TIMEOUT = 60
@@ -1,3 +1,3 @@
1
1
  module Maremma
2
- VERSION = "4.0.3"
2
+ VERSION = "4.0.5"
3
3
  end
@@ -593,7 +593,7 @@ describe Maremma do
593
593
 
594
594
  it 'github_token' do
595
595
  options = { github_token: '12345' }
596
- expect(subject.set_request_headers(url, options)).to eq("User-Agent"=>"Maremma 4.0.3 - https://github.com/datacite/maremma", "Accept"=>accept_header, "Authorization"=>"Token 12345")
596
+ expect(subject.set_request_headers(url, options)).to eq("User-Agent"=>"Maremma #{Maremma::VERSION} - https://github.com/datacite/maremma", "Accept"=>accept_header, "Authorization"=>"Token 12345")
597
597
  end
598
598
 
599
599
  it 'basic' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maremma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-15 00:00:00.000000000 Z
11
+ date: 2018-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday