repozish 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/repozish +2 -2
- metadata +26 -43
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 863d7f908ce848f010081f66420a116f92fd36da
|
4
|
+
data.tar.gz: 945c34ba40acd12c1265b7c995e8dd84dcebf9cb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1484c624f2b6d7a42ef27921fc67ea4ad1869e89557a35d8b031224587a52837b92dc534c68d5235889ead09dc2d74d266bbf9cc14c1734e990c029632045772
|
7
|
+
data.tar.gz: 4e38882eb5bfb1dbbf2e7d2ec718cd9afcf6d7767053fd5043bb0c6ba961b65c6887769373581eed9b1c1498f1930414c3007cfc089dd170c375c88a3b6d9425
|
data/bin/repozish
CHANGED
@@ -98,8 +98,8 @@ mode = 'set'
|
|
98
98
|
apps = nil
|
99
99
|
|
100
100
|
o = OptionParser.new do |o|
|
101
|
-
o.on('-a', '--apps app1,app2', 'apps to size and reposition') do |
|
102
|
-
apps =
|
101
|
+
o.on('-a', '--apps app1,app2', 'apps to size and reposition') do |app_str|
|
102
|
+
apps = app_str.split ','
|
103
103
|
end
|
104
104
|
o.on('-g', '--get', "'get' mode -- just write the apps' positions") do
|
105
105
|
mode = 'get'
|
metadata
CHANGED
@@ -1,66 +1,49 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: repozish
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 1
|
10
|
-
version: 0.0.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- Aaron Stacy
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2012-12-10 00:00:00 Z
|
11
|
+
date: 2012-12-10 00:00:00.000000000 Z
|
19
12
|
dependencies: []
|
20
|
-
|
21
|
-
|
13
|
+
description: "\n repozish allows you to move apps where you want them, save their
|
14
|
+
sizes and\n positions to a profile, and then reposition everything to your desired\n
|
15
|
+
\ layout. profiles by default are specific to the screens attached to your\n computer.\n
|
16
|
+
\ "
|
22
17
|
email: aaron.r.stacy@gmail.com
|
23
|
-
executables:
|
18
|
+
executables:
|
24
19
|
- repozish
|
25
20
|
extensions: []
|
26
|
-
|
27
21
|
extra_rdoc_files: []
|
28
|
-
|
29
|
-
files:
|
22
|
+
files:
|
30
23
|
- bin/repozish
|
31
24
|
- lib/repozish.rb
|
32
25
|
homepage: https://github.com/aaronj1335/repozish
|
33
|
-
licenses:
|
26
|
+
licenses:
|
34
27
|
- MIT
|
28
|
+
metadata: {}
|
35
29
|
post_install_message:
|
36
30
|
rdoc_options: []
|
37
|
-
|
38
|
-
require_paths:
|
31
|
+
require_paths:
|
39
32
|
- lib
|
40
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
none: false
|
51
|
-
requirements:
|
52
|
-
- - ">="
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
hash: 3
|
55
|
-
segments:
|
56
|
-
- 0
|
57
|
-
version: "0"
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
58
43
|
requirements: []
|
59
|
-
|
60
44
|
rubyforge_project:
|
61
|
-
rubygems_version:
|
45
|
+
rubygems_version: 2.0.6
|
62
46
|
signing_key:
|
63
|
-
specification_version:
|
47
|
+
specification_version: 4
|
64
48
|
summary: size and reposition windows in mac os x based on saved profiles
|
65
49
|
test_files: []
|
66
|
-
|