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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c533d7d89d0e414fbb0e0d38aab099bf212fb12
4
- data.tar.gz: 8f2519ea364df77eb5dbc4a3fc72fc3d9b3a38a4
3
+ metadata.gz: 1d3336013e15f3956f77812f3ec6cc29237fbc4d
4
+ data.tar.gz: 6f4ada4af6ef14fb00bdaa9ea019edbe4c5c2266
5
5
  SHA512:
6
- metadata.gz: f8b643fa3d028bcfdf30d8c9d9bca5093e9851c1755c35a33d79bb4892a1c251b628d16a6263559f0a7adc0c3ecb6eef2a5083dfdf0a6693f0ffde4cb2743e64
7
- data.tar.gz: 1440d45b69db7599aff55259a0ebe146519a890311df09f97af4d74eae6c8e928f5bb3fe76b788bdfea41152cf4b50f22884835b8794b7e953334963fd1ca1b2
6
+ metadata.gz: 1a3eb01f8b875302f54756e2cb4feb1f4931de03d712c328aa810a1a18f6efaed2f82418a9511bcc97a034f509526279de5d665c4ace9dadc3a9a2a7fb207abf
7
+ data.tar.gz: 8c23c11fa6005d389f42274bcffe857b440685bc324908f8bccd21911c5b5977377520b736bbcf8909013a42c44323d799730f708f110909d69ce53e8972e1a4
@@ -1,5 +1,5 @@
1
1
  module Uh
2
2
  class Layout
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
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 = 'Simple layout for uh'
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.0
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: Simple layout for uh
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