dock_driver 0.3.4 → 0.3.5

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
  SHA1:
3
- metadata.gz: 8600dffd45322b1eae3efa01d035ed3d7d8d5ea7
4
- data.tar.gz: fd0e8cec47d932eddc17210b67e2202db4ca87f8
3
+ metadata.gz: 78b6c3871736390aaff1b17c97f9e7b48b69cdfd
4
+ data.tar.gz: 4c80ce8e21a4a665958c1590e5e3e9762b1f3db7
5
5
  SHA512:
6
- metadata.gz: b216ed2f6a4abb071412d62a02d04a213c750a04608dc0aa0e160c078c03af74c5ae5ce4a771fd5deb081317148ead5728b8af0daef0d35e03c9bb59ce709406
7
- data.tar.gz: 71a3b065b49212d697c2ec0e497be896901492d9282c90c13829609745072ea0ded8849b8e4a714ba01200b53cc79493dcd68b3508b1d9e3c7a2fc46844ba516
6
+ metadata.gz: ba07ba64fed13e928521d19d9269a2baf2e85b46ecbcb3e28da7ac7f5eb7dec203d807e8f9804dbc55d8580d3aea2d299d9945a919026e6b99309cddb6247a20
7
+ data.tar.gz: bea3de3cea6440af5bd0bd66f8e9ffa8ddafa03e535bf81a901f7e089918e9ae50e24e534e6ff7f4a2ea9c9f3b55c9e429fdaf57d0aa2ebe6151ae3d68ddbf82
@@ -1,6 +1,7 @@
1
1
  = dock_driver
2
2
 
3
- * http://hg.musl.org/projects/dock_driver/
3
+ * http://code.hix.io/projects/dock_driver
4
+ * http://bitbucket.org/musl/dock_driver
4
5
 
5
6
  == DESCRIPTION:
6
7
 
@@ -125,5 +126,5 @@ This software includes one or more mixins under the following license:
125
126
 
126
127
  === Authors
127
128
 
128
- * Michael Hix <mike@musl.org>
129
+ * Michael Hix <m@hix.io>
129
130
 
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'hoe'
5
5
  Hoe.plugin :mercurial
6
6
 
7
7
  Hoe.spec 'dock_driver' do
8
- self.developer 'Michael Hix', 'mike@musl.org'
8
+ self.developer 'Michael Hix', 'm@hix.io'
9
9
 
10
10
  self.require_ruby_version '>= 1.8.7'
11
11
  self.require_rubygems_version '>= 1.8'
data/TODO.rdoc CHANGED
@@ -1,8 +1,9 @@
1
1
  = TODO
2
2
  == Important Features
3
+ * Tests!
3
4
  * DockItem data rate support
4
5
  == Ideas
5
6
  * DockItem plugins
6
7
  * Multiple Dock support
7
8
  * DockItems with rotating output
8
- * Notifications / Slave window support
9
+ * Notifications / Slave window support
@@ -2,10 +2,10 @@
2
2
  module DockDriver
3
3
 
4
4
  # Project version.
5
- VERSION = '0.3.4'
5
+ VERSION = '0.3.5'
6
6
 
7
7
  # Project revision.
8
- REVISION = %$Revision: 842a417fe636 $
8
+ REVISION = %$Revision: 4579dd4d6311 $
9
9
 
10
10
  # The default location of a user's config file.
11
11
  USER_CONFIG_FILE = Pathname( '~/.dock_driver.yml' ).expand_path
@@ -13,7 +13,7 @@ module DockDriver
13
13
  # The default location for the PID file.
14
14
  USER_PID_FILE = Pathname( '~/.dock_driver.pid' ).expand_path
15
15
 
16
- # The path to the data directory for the musl gem.
16
+ # The path to the data directory for this gem.
17
17
  DATADIR = begin
18
18
  dir = Gem.datadir('dock_driver') ||
19
19
  Pathname( __FILE__ ).dirname.parent.parent + 'data/dock_driver'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dock_driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hix
@@ -140,7 +140,7 @@ description: "Provides a simple executable to drive a dzen2 (or similar) dock wi
140
140
  a\nsingle YAML config file.\n\nRead +example.dock_driver.yml+ for more information
141
141
  about how to get\nstarted. It's located in this gem's data directory, which is usually:\n\t$GEM_HOME/gems/dock_driver-x.y.z/data/"
142
142
  email:
143
- - mike@musl.org
143
+ - m@hix.io
144
144
  executables:
145
145
  - dock_driver
146
146
  extensions: []
@@ -1859,7 +1859,7 @@ files:
1859
1859
  - spec/rspec_helpers.rb
1860
1860
  - spec/template_spec.rb
1861
1861
  - spec/workspace_pager_spec.rb
1862
- homepage: http://hg.musl.org/projects/dock_driver/
1862
+ homepage: http://code.hix.io/projects/dock_driver
1863
1863
  licenses:
1864
1864
  - MIT
1865
1865
  metadata: {}