phobos_checkpoint_ui 0.3.0 → 0.4.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: 88beb1f0cf203ae13a49d8707beb6cf183560768
4
- data.tar.gz: 766a0c2a957cb40491cb3c00e9f0694c8e119cf0
3
+ metadata.gz: 76b2e76b2861ed3abde048b5efeb27bc7bb134d8
4
+ data.tar.gz: 2660845c932a00a035ffb4e53ac1e86c0ea45534
5
5
  SHA512:
6
- metadata.gz: 4492179c4268c763199e75bdc82deab58b70714bc54f5d7fb76e1c1318c45a03402f10f1bc6d230a5e51b5ffec2a26436ccfcb36e906a5dfc058465d7e8097c2
7
- data.tar.gz: 0021ecd8de9b0f71c1d2355fffb5fb575c3b48244db7b88e56cec6c2fdad9f29fa07882637cb3ebc35f86c6132ca3af149e3f006cc7191565bdfe071b016b543
6
+ metadata.gz: f16f45cb5b6c95c99b56852fd7c99595c0ccc683b82af1d0ac7009c0bfa2b4d8787c7d010f9ca8c9f587c6e54f60dd2d629fcf1bf5e678af942aa48a81ef042d
7
+ data.tar.gz: 0acd74e372d733671487de76a87dfd00d3245981348aeacf37f2417acfdb75075667b2002117d7bac37468060725da6bad34aa3c1bb541ea9c247c5b34550d0a
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.4.0 (2017-01-28)
8
+
9
+ - [enhancement] Add /ping endpoint
10
+
7
11
  ## 0.3.0 (2017-01-28)
8
12
 
9
13
  - [bugfix] Gem should require phobos db checkpoint and its events api
@@ -4,6 +4,7 @@ module PhobosCheckpointUI
4
4
  StaticApp.configs = configs
5
5
  Rack::URLMap.new(
6
6
  '/' => StaticApp,
7
+ '/ping' => Proc.new { |env| ['200', { 'Content-Type' => 'text/plain' }, ['PONG']] },
7
8
  '/api' => api_app
8
9
  )
9
10
  end
@@ -1,3 +1,3 @@
1
1
  module PhobosCheckpointUI
2
- VERSION = '0.3.0'
2
+ VERSION = '0.4.0'
3
3
  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.3.0
4
+ version: 0.4.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: 2017-01-28 00:00:00.000000000 Z
16
+ date: 2017-02-15 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler