omniboard 1.2.4 → 1.2.5
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 +6 -0
- data/README.md +1 -1
- data/version.txt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9335d24b7d8b4543ea5dba0df419fc56073e018b476ef524243f336f68065e8c
|
|
4
|
+
data.tar.gz: c7d25a01d0f0ef69c578dcef08a53be1a77f09f6cfa5dfb179c5056b9a372e6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8121c958fd16193866572213280d8587ec4f16e3bd6dbab81c4c0890f92a10548bdb0635f237eeedc6da3069afefb94e69f2eb3fb780a0c080fea6ec86122355
|
|
7
|
+
data.tar.gz: 427116bfff28325a6082ecce3a4e6a137e990a6f4a5f4e8c7ff5659f70041b0d04086c0f8fa41f980c50ee88170271749d8b51f8da60e1d8768be94ee5035abb
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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.2.5] - 2019-04-05
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
* Updated rubyfocus dependency
|
|
12
|
+
|
|
7
13
|
# [1.2.4] - 2019-04-04
|
|
8
14
|
|
|
9
15
|
### Changed
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Omniboard comes as a gem, although it's not currently hosted on rubygems or the
|
|
|
16
16
|
git clone https://github.com/jyruzicka/omniboard.git
|
|
17
17
|
cd omniboard
|
|
18
18
|
gem build omniboard.gemspec
|
|
19
|
-
gem install omniboard-1.2.
|
|
19
|
+
gem install omniboard-1.2.5.gem
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Alternatively, add it to your `Gemfile`:
|
data/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.5
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan-Yves Ruzicka
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubyfocus
|