phobos_checkpoint_ui 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/phobos_checkpoint_ui.rb +2 -0
- data/lib/phobos_checkpoint_ui/version.rb +1 -1
- data/phobos_checkpoint_ui.gemspec +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88beb1f0cf203ae13a49d8707beb6cf183560768
|
|
4
|
+
data.tar.gz: 766a0c2a957cb40491cb3c00e9f0694c8e119cf0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4492179c4268c763199e75bdc82deab58b70714bc54f5d7fb76e1c1318c45a03402f10f1bc6d230a5e51b5ffec2a26436ccfcb36e906a5dfc058465d7e8097c2
|
|
7
|
+
data.tar.gz: 0021ecd8de9b0f71c1d2355fffb5fb575c3b48244db7b88e56cec6c2fdad9f29fa07882637cb3ebc35f86c6132ca3af149e3f006cc7191565bdfe071b016b543
|
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
|
+
## 0.3.0 (2017-01-28)
|
|
8
|
+
|
|
9
|
+
- [bugfix] Gem should require phobos db checkpoint and its events api
|
|
10
|
+
|
|
7
11
|
## 0.2.0 (2016-10-10)
|
|
8
12
|
|
|
9
13
|
- [enhancement] Updated UI to timeline style
|
data/README.md
CHANGED
data/lib/phobos_checkpoint_ui.rb
CHANGED
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: 0.
|
|
4
|
+
version: 0.3.0
|
|
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:
|
|
16
|
+
date: 2017-01-28 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: bundler
|
|
@@ -127,6 +127,20 @@ dependencies:
|
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
129
|
version: '0'
|
|
130
|
+
- !ruby/object:Gem::Dependency
|
|
131
|
+
name: phobos_db_checkpoint
|
|
132
|
+
requirement: !ruby/object:Gem::Requirement
|
|
133
|
+
requirements:
|
|
134
|
+
- - ">="
|
|
135
|
+
- !ruby/object:Gem::Version
|
|
136
|
+
version: 0.3.0
|
|
137
|
+
type: :runtime
|
|
138
|
+
prerelease: false
|
|
139
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
140
|
+
requirements:
|
|
141
|
+
- - ">="
|
|
142
|
+
- !ruby/object:Gem::Version
|
|
143
|
+
version: 0.3.0
|
|
130
144
|
description: Phobos Checkpoint UI is a GUI for phobos checkpoint API, it is compatible
|
|
131
145
|
with https://github.com/klarna/phobos_db_checkpoint
|
|
132
146
|
email:
|