ilog 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/ilog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ilog
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -89,7 +89,8 @@
89
89
  > .item {
90
90
  margin: 0px;
91
91
  padding: 0px;
92
- border-bottom: 1px solid gray;
92
+ border: 1px solid gray;
93
+ border-top: none;
93
94
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
94
95
  .link {
95
96
  display: block;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ilog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - captainhusaynpinguin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-30 00:00:00.000000000 Z
11
+ date: 2020-02-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Providing a digital log implementation of traditional paper baed logs.
14
14
  email: