maremma 4.0.1 → 4.0.2

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: cc62b0bd0709860d97cca4c1d471484e8f5e8ccf52f26a5270abf0828d883361
4
- data.tar.gz: d66f0facf5294818014a230070db395979316a2b0c630fd223a76b0320539b0f
3
+ metadata.gz: cc91ae692ee6f119b424b68c3d2358c06c7b0bb97f240c62b58ff7dc9a7e868c
4
+ data.tar.gz: 35d60d9645868772d7f82dd8659b40db550ac1b57c852d9885b3a85587fe7772
5
5
  SHA512:
6
- metadata.gz: 54e1bace317878561d996df304802dff88d70ff3365ee961effe25bcfc3aefc3b56b742d2f52550e1d2ddf7ba5ddfe97b31fc5674300a59fa0a7f5079c5f7b79
7
- data.tar.gz: bbeb42dd81859cab365d8514c295e2043b5e517ff80193d4edf340803aaf6be468a105cbdff7a8d70d547423b2d79f1d42bc1b8cdff51f687c11a059b25c819a
6
+ metadata.gz: ca07a64b625bf5ebcf51f962a0304fdd53ca033b8ab98e8329d54c2ee5fdde12bf039c1b285b4c6bd8970a46eb70807bf80b4eecbd51184c63d530e5bcafbe2c
7
+ data.tar.gz: 53c6c1e8127506eb99d4d140aa52688ae07818a0776666565911ce6e99b7de5abbe8bced24a10378bc43ed6bd9a671e56c352af09afd1e9322390c90ef1f7691
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v.4.0.2 (March 5, 2018)
2
+
3
+ [maremma 4.0.2](https://github.com/datacite/maremma/releases/tag/v.4.0.2) was released on March 5, 2018:
4
+
5
+ * return 429 status with `X-Ratelimit-Remaining` < 3 instead of < 10
6
+
1
7
  ## v.4.0 (February 25, 2018)
2
8
 
3
9
  [maremma 4.0](https://github.com/datacite/maremma/releases/tag/v.4.0) was released on February 25, 2018:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maremma (4.0.1)
4
+ maremma (4.0.2)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  addressable (>= 2.3.6)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -1,3 +1,3 @@
1
1
  module Maremma
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maremma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner