mission_kontrol_relay 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3e6d8706c66110ed7eaa680132269c5716281ecb3dc6a8eaa8e0ac86237d1a5
4
- data.tar.gz: 4817278b3151a52ccd72ebdab48c4a7ced5702709e48a89afc31a12f8d1c1c5b
3
+ metadata.gz: 839b8d24a9d7b29d9ef9f594e809fe2efb8e3f57186156b811998be0049eef2b
4
+ data.tar.gz: '094a5c7a987a37641dd472dde0b68815378b69b580b879125997ff736e50f239'
5
5
  SHA512:
6
- metadata.gz: ce389e7e91e56723b248c170dde12e9515fdb4993c79a0eb1df55bc7982d38b51282eff3823e9895a1dcaa7e4d54b288b0c5f1c209aa180bbcee33a4b838b646
7
- data.tar.gz: 8a8de493e2de9addd9cf4b8e6b8980ce697ec16a4ac5502c3cec5da801ab5f0d143b45f596b72aa24b4d239f56717cfc5269a03260fc4a05d0a71449e2591af2
6
+ metadata.gz: bf39644cb49f985eefe9a69ac95048b1e204aebbdf321fc40b5b2f90c2120d5561b3cc7bccce088e209ba0aa850d4727118c86091b88c53feb2e9c284768e61e
7
+ data.tar.gz: 17475be1c828502c4f56ef26bfd6c1957ce777dfa2bfead8a57eebdf9d2c59c94f24679264541e321c7b5d15e25cd124de14dfa355f467ec0ef94ee90f4c2026
@@ -179,7 +179,7 @@ DEPENDENCIES
179
179
  rspec-rails (= 3.8.2)
180
180
  rubocop
181
181
  simplecov
182
- sqlite3
182
+ sqlite3 (~> 1.4)
183
183
 
184
184
  BUNDLED WITH
185
185
  1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MissionKontrolRelay
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['camillavk@gmail.com']
12
12
 
13
13
  spec.summary = 'Official Rails gem for MissionKontrol'
14
- spec.description = 'https://MissionKontrol.io is a simple and effective admin interface for your applications or microservices.'
14
+ spec.description = 'MissionKontrol is a simple and effective admin interface for your applications or microservices. You can find out more at: https://MissionKontrol.io'
15
15
  spec.homepage = 'https://github.com/Mission-Kontrol/MissionKontrol-rails'
16
16
  spec.license = "GPL-3.0"
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mission_kontrol_relay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camilla van Klinken
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '5.1'
69
- description: https://MissionKontrol.io is a simple and effective admin interface for
70
- your applications or microservices.
69
+ description: 'MissionKontrol is a simple and effective admin interface for your applications
70
+ or microservices. You can find out more at: https://MissionKontrol.io'
71
71
  email:
72
72
  - camillavk@gmail.com
73
73
  executables: []