uh-layout 0.2.0 → 0.2.1
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/lib/uh/layout/version.rb +1 -1
- data/uh-layout.gemspec +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d3336013e15f3956f77812f3ec6cc29237fbc4d
|
|
4
|
+
data.tar.gz: 6f4ada4af6ef14fb00bdaa9ea019edbe4c5c2266
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a3eb01f8b875302f54756e2cb4feb1f4931de03d712c328aa810a1a18f6efaed2f82418a9511bcc97a034f509526279de5d665c4ace9dadc3a9a2a7fb207abf
|
|
7
|
+
data.tar.gz: 8c23c11fa6005d389f42274bcffe857b440685bc324908f8bccd21911c5b5977377520b736bbcf8909013a42c44323d799730f708f110909d69ce53e8972e1a4
|
data/lib/uh/layout/version.rb
CHANGED
data/uh-layout.gemspec
CHANGED
|
@@ -3,8 +3,9 @@ require File.expand_path('../lib/uh/layout/version', __FILE__)
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'uh-layout'
|
|
5
5
|
s.version = Uh::Layout::VERSION.dup
|
|
6
|
-
s.summary = '
|
|
6
|
+
s.summary = 'simple tiling and stacking layout for uh-wm'
|
|
7
7
|
s.description = s.name
|
|
8
|
+
s.license = 'BSD-3-Clause'
|
|
8
9
|
s.homepage = 'https://rubygems.org/gems/uh-layout'
|
|
9
10
|
|
|
10
11
|
s.authors = 'Thibault Jouan'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uh-layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thibault Jouan
|
|
@@ -94,7 +94,8 @@ files:
|
|
|
94
94
|
- spec/uh/layout_spec.rb
|
|
95
95
|
- uh-layout.gemspec
|
|
96
96
|
homepage: https://rubygems.org/gems/uh-layout
|
|
97
|
-
licenses:
|
|
97
|
+
licenses:
|
|
98
|
+
- BSD-3-Clause
|
|
98
99
|
metadata: {}
|
|
99
100
|
post_install_message:
|
|
100
101
|
rdoc_options: []
|
|
@@ -115,7 +116,7 @@ rubyforge_project:
|
|
|
115
116
|
rubygems_version: 2.4.5
|
|
116
117
|
signing_key:
|
|
117
118
|
specification_version: 4
|
|
118
|
-
summary:
|
|
119
|
+
summary: simple tiling and stacking layout for uh-wm
|
|
119
120
|
test_files:
|
|
120
121
|
- spec/spec_helper.rb
|
|
121
122
|
- spec/support/factories.rb
|