captured 0.4.1 → 0.4.2

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.
Files changed (4) hide show
  1. data/README.markdown +3 -3
  2. data/VERSION +1 -1
  3. data/bin/captured +1 -0
  4. metadata +32 -29
@@ -1,13 +1,13 @@
1
1
  captured
2
2
  ========
3
3
 
4
- <img src="http://github.com/csexton/captured/raw/master/resources/captured.png" align="right" />
5
-
6
- Quick screen capture and sharing application for Mac OS X.
4
+ Quick screen capture and sharing for Mac OS X.
7
5
 
8
6
  Screen Capture Sharing Tool
9
7
  ===========================
10
8
 
9
+ <img src="https://github.com/csexton/captured/raw/master/resources/captured.png" align="right" />
10
+
11
11
  I made captured because I wanted to customize and extend screen capture sharing programs, it is really intended for the commandline savvy.
12
12
 
13
13
  So, I am making some assumptions about the environment that captured runs in. In particular it expects:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'rubygems'
3
3
  require 'optparse'
4
+ require 'fileutils'
4
5
  require "#{File.dirname(__FILE__)}/../lib/captured"
5
6
 
6
7
  options = {:config_file => "#{ENV['HOME']}/.captured.yml",
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captured
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 4
8
+ - 2
9
+ version: 0.4.2
5
10
  platform: ruby
6
11
  authors:
7
12
  - Christopher Sexton
@@ -9,29 +14,35 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-05-18 00:00:00 -04:00
17
+ date: 2011-03-09 00:00:00 -05:00
13
18
  default_executable: captured
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: imgur
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
20
25
  requirements:
21
26
  - - ">="
22
27
  - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
23
30
  version: "0"
24
- version:
31
+ type: :runtime
32
+ version_requirements: *id001
25
33
  - !ruby/object:Gem::Dependency
26
34
  name: net-scp
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
35
+ prerelease: false
36
+ requirement: &id002 !ruby/object:Gem::Requirement
37
+ none: false
30
38
  requirements:
31
39
  - - ">="
32
40
  - !ruby/object:Gem::Version
41
+ segments:
42
+ - 0
33
43
  version: "0"
34
- version:
44
+ type: :runtime
45
+ version_requirements: *id002
35
46
  description: Because <shift>-<command>-4 is the single most useful shorcut in Macdom
36
47
  email: csexton@gmail.com
37
48
  executables:
@@ -81,39 +92,31 @@ has_rdoc: true
81
92
  homepage: http://github.com/csexton/captured
82
93
  licenses: []
83
94
 
84
- post_install_message: |+
85
-
86
- =========================================================================
87
-
88
- Thanks for installing Captured! You can now run:
89
-
90
- captured --install to setup launchd to run captured in the background
91
-
92
- When you install an example config file to ~/.captured.yml, which has a
93
- few examples of possible configuration types.
94
-
95
- =========================================================================
96
-
97
- rdoc_options:
98
- - --charset=UTF-8
95
+ post_install_message: "\n =========================================================================\n\n Thanks for installing Captured! You can now run:\n\n captured --install to setup launchd to run captured in the background\n\n When you install an example config file to ~/.captured.yml, which has a\n few examples of possible configuration types.\n\n =========================================================================\n\n"
96
+ rdoc_options: []
97
+
99
98
  require_paths:
100
99
  - lib
101
100
  required_ruby_version: !ruby/object:Gem::Requirement
101
+ none: false
102
102
  requirements:
103
103
  - - ">="
104
104
  - !ruby/object:Gem::Version
105
+ segments:
106
+ - 0
105
107
  version: "0"
106
- version:
107
108
  required_rubygems_version: !ruby/object:Gem::Requirement
109
+ none: false
108
110
  requirements:
109
111
  - - ">="
110
112
  - !ruby/object:Gem::Version
113
+ segments:
114
+ - 0
111
115
  version: "0"
112
- version:
113
116
  requirements: []
114
117
 
115
- rubyforge_project: captured
116
- rubygems_version: 1.3.5
118
+ rubyforge_project:
119
+ rubygems_version: 1.3.7
117
120
  signing_key:
118
121
  specification_version: 3
119
122
  summary: Quick screenshot sharing for OS X