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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3c53c502cb85ac8c563f03c5696e9a0994fda2d
4
- data.tar.gz: 19fe8dfc65ce5da80f5ae0266b1705b31b0a203a
3
+ metadata.gz: 88beb1f0cf203ae13a49d8707beb6cf183560768
4
+ data.tar.gz: 766a0c2a957cb40491cb3c00e9f0694c8e119cf0
5
5
  SHA512:
6
- metadata.gz: 345f27d1fd04b015b47d6ea05d96d18b2c7f13c8990a26acd19e6d03d5fa96d6db703fa97744c76555958997304dd2c73d82784b4e695ac83d0a8751d77bc5bf
7
- data.tar.gz: 7c6f49de56654606f8a070660eb46103ac71c57a6e6a1c02c15275104a998cdd40ab429c958e8a76a9fca5649b64efeda479c89bdd75a03c3576d908f71933cb
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
@@ -29,7 +29,7 @@ Or install it yourself as:
29
29
 
30
30
  2) Run `rake phobos_checkpoint_ui:copy_assets`, this will copy the precompile assets to `./public`
31
31
 
32
- 3) In `config.ru` add:
32
+ 3) Create/update `config.ru` and add:
33
33
 
34
34
  ```ruby
35
35
  require 'phobos_checkpoint_ui'
@@ -1,6 +1,8 @@
1
1
  require 'json'
2
2
  require 'rack'
3
3
  require 'sinatra'
4
+ require 'phobos_db_checkpoint'
5
+ require 'phobos_db_checkpoint/events_api'
4
6
 
5
7
  require 'phobos_checkpoint_ui/version'
6
8
  require 'phobos_checkpoint_ui/static_app'
@@ -1,3 +1,3 @@
1
1
  module PhobosCheckpointUI
2
- VERSION = '0.2.0'
2
+ VERSION = '0.3.0'
3
3
  end
@@ -50,4 +50,5 @@ Gem::Specification.new do |spec|
50
50
 
51
51
  spec.add_dependency 'rake'
52
52
  spec.add_dependency 'sinatra'
53
+ spec.add_dependency 'phobos_db_checkpoint', '>= 0.3.0'
53
54
  end
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.2.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: 2016-10-10 00:00:00.000000000 Z
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: