capit 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. data/README.md +2 -0
  2. data/capit.gemspec +1 -2
  3. data/lib/capit/version.rb +1 -1
  4. metadata +4 -15
data/README.md CHANGED
@@ -38,6 +38,8 @@ Usage
38
38
  -----
39
39
  require 'capit'
40
40
  capit = CapIt::Capture("http://www.github.com")
41
+ # You can also set CutyCapt's path manually if necessary.
42
+ capit = CapIt::Capture("http://www.github.com", :cutycapt_path => "/sbin/CutyCapt")
41
43
 
42
44
  [1]: http://cutycapt.sourceforge.net/ "CutyCapt"
43
45
  [2]: http://daveelkins.com/2009/04/10/setting-up-headless-xserver-and-cutycapt-on-ubuntu/ "Setting up Headless XServer and CutyCapt on Ubuntu"
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Ezekiel Templin"]
11
11
  s.email = ["ezkl@me.com"]
12
- s.date = %q{2011-04-14}
12
+ s.date = %q{2012-01-13}
13
13
  s.homepage = "http://github.com/meadvillerb/capit"
14
14
  s.summary = %q{Easy screen captures with the help of CutyCapt}
15
15
  s.description = %q{CapIt provides a simple Ruby interface to Björn Höhrmann's CutyCapt.}
@@ -23,6 +23,5 @@ Gem::Specification.new do |s|
23
23
  s.test_files = `git ls-files -- spec/*`.split("\n")
24
24
 
25
25
  s.require_paths = ["lib"]
26
- s.add_dependency("hike")
27
26
  s.add_development_dependency('rspec')
28
27
  end
@@ -5,5 +5,5 @@ module CapIt
5
5
  #
6
6
  # The version number
7
7
  #
8
- VERSION = "0.3.0"
8
+ VERSION = "0.3.1"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-04-14 00:00:00.000000000 Z
12
+ date: 2012-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: hike
16
- requirement: &2152919040 !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: *2152919040
25
14
  - !ruby/object:Gem::Dependency
26
15
  name: rspec
27
- requirement: &2152918600 !ruby/object:Gem::Requirement
16
+ requirement: &2157649580 !ruby/object:Gem::Requirement
28
17
  none: false
29
18
  requirements:
30
19
  - - ! '>='
@@ -32,7 +21,7 @@ dependencies:
32
21
  version: '0'
33
22
  type: :development
34
23
  prerelease: false
35
- version_requirements: *2152918600
24
+ version_requirements: *2157649580
36
25
  description: CapIt provides a simple Ruby interface to Björn Höhrmann's CutyCapt.
37
26
  email:
38
27
  - ezkl@me.com