phobos_checkpoint_ui 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/phobos_checkpoint_ui/version.rb +1 -1
- data/phobos_checkpoint_ui.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de969b2a08a156833a4566dfe6948d613dcc6048
|
4
|
+
data.tar.gz: cb9f5a959c79c6d9643b03e86dbc4c7aa7cab43c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2441f2bfed38efe079115e7f406473096d8373d4d99da6e7fd4e0ba4a8a9d3d9c3a1e7a705ffc3ab3f7373683db2d164569a2e530d9300fb91aab60b22be19bf
|
7
|
+
data.tar.gz: 2f92115f04d9ff44f5ba2f444afe2b8966863812511f6d6b47680642ee079a73ed56b1a798c8cc1ff39e33894a172c978b66baaf437d4993bc1650c4a34c0dfd
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## 1.4.1 (2017-03-23)
|
8
|
+
|
9
|
+
- [bugfix] Update dependency on phobos_db_checkpoint to support newer api (events without retry)
|
10
|
+
|
7
11
|
## 1.4.0 (2017-03-21)
|
8
12
|
|
9
13
|
- [enhancement] Remove possibility for the frontend to perform an Event Retry.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phobos_checkpoint_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Túlio Ornelas
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2017-03-
|
16
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: bundler
|
@@ -133,14 +133,14 @@ dependencies:
|
|
133
133
|
requirements:
|
134
134
|
- - "~>"
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version: '
|
136
|
+
version: '3.0'
|
137
137
|
type: :runtime
|
138
138
|
prerelease: false
|
139
139
|
version_requirements: !ruby/object:Gem::Requirement
|
140
140
|
requirements:
|
141
141
|
- - "~>"
|
142
142
|
- !ruby/object:Gem::Version
|
143
|
-
version: '
|
143
|
+
version: '3.0'
|
144
144
|
description: Phobos Checkpoint UI is a GUI for phobos checkpoint API, it is compatible
|
145
145
|
with https://github.com/klarna/phobos_db_checkpoint
|
146
146
|
email:
|
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
327
327
|
version: '0'
|
328
328
|
requirements: []
|
329
329
|
rubyforge_project:
|
330
|
-
rubygems_version: 2.
|
330
|
+
rubygems_version: 2.5.1
|
331
331
|
signing_key:
|
332
332
|
specification_version: 4
|
333
333
|
summary: Phobos Checkpoint UI is a GUI for phobos checkpoint API
|