capit 0.3.2 → 0.3.3

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/capit.gemspec +0 -1
  2. data/lib/capit/version.rb +1 -1
  3. metadata +4 -5
  4. data/.travis.yml +0 -13
@@ -9,7 +9,6 @@ Gem::Specification.new do |s|
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Ezekiel Templin"]
11
11
  s.email = ["zeke@templ.in"]
12
- s.date = %q{2012-01-13}
13
12
  s.homepage = "http://github.com/ezkl/capit"
14
13
  s.summary = %q{Easy screen captures with the help of CutyCapt}
15
14
  s.description = %q{CapIt provides a simple Ruby interface to Björn Höhrmann's CutyCapt.}
@@ -5,5 +5,5 @@ module CapIt
5
5
  #
6
6
  # The version number
7
7
  #
8
- VERSION = "0.3.2"
8
+ VERSION = "0.3.3"
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.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-13 00:00:00.000000000 Z
12
+ date: 2012-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -40,7 +40,6 @@ files:
40
40
  - .gitignore
41
41
  - .rbenv-version
42
42
  - .rvmrc
43
- - .travis.yml
44
43
  - .yardopts
45
44
  - Gemfile
46
45
  - Guardfile
@@ -71,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
70
  version: '0'
72
71
  segments:
73
72
  - 0
74
- hash: 1815721631992732020
73
+ hash: -2247636135560699866
75
74
  required_rubygems_version: !ruby/object:Gem::Requirement
76
75
  none: false
77
76
  requirements:
@@ -80,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
79
  version: '0'
81
80
  segments:
82
81
  - 0
83
- hash: 1815721631992732020
82
+ hash: -2247636135560699866
84
83
  requirements: []
85
84
  rubyforge_project:
86
85
  rubygems_version: 1.8.21
@@ -1,13 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.8.7
4
- - 1.9.2
5
- - 1.9.3
6
- before_install:
7
- - sudo apt-get install cutycapt
8
- before_script:
9
- - "export DISPLAY=:99.0"
10
- - "sh -e /etc/init.d/xvfb start"
11
- notifications:
12
- irc:
13
- - "irc.freenode.org#mdvlrb"