clipboard 0.9.6 → 0.9.7

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.
data/.gemtest ADDED
File without changes
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,5 @@
1
- == 0.9.6
2
- * support rubygems-test
1
+ == 0.9.6 / 0.9.7
2
+ * Support rubygems-test ("gem test clipboard" if rubygems-test is installed)
3
3
 
4
4
  == 0.9.5
5
5
  * Fallback to Clipboard::File, if no other clipboard is available
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clipboard (0.9.5)
4
+ clipboard (0.9.6)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.6
1
+ 0.9.7
data/clipboard.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.version = File.read('VERSION').chomp
7
7
 
8
8
  s.authors = ["Jan Lelis"]
9
- s.date = '2011-02-28'
9
+ s.date = '2011-02-08'
10
10
  s.summary = 'Access the clipboard on all systems.'
11
11
  s.description = 'Access the clipboard on all systems (Clipboard.copy & Clipboard.paste).'
12
12
  s.email = 'mail@janlelis.de'
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.required_rubygems_version = ">= 1.3.6"
15
15
  s.requirements = ["On Linux (or other X), you need xclip. Install it on debian/ubuntu with sudo apt-get install xclip"]
16
16
  s.requirements << ["On Windows, you need the ffi gem."]
17
- s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]* [A-Z]*.rdoc]) + %w{clipboard.gemspec}
17
+ s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]* [A-Z]*.rdoc]) + %w{clipboard.gemspec .gemtest}
18
18
  s.add_development_dependency 'rake'
19
19
  s.add_development_dependency 'rspec', '>=2'
20
20
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: clipboard
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.6
5
+ version: 0.9.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Lelis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-28 00:00:00 +01:00
13
+ date: 2011-02-08 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -60,6 +60,7 @@ files:
60
60
  - VERSION
61
61
  - CHANGELOG.rdoc
62
62
  - clipboard.gemspec
63
+ - .gemtest
63
64
  has_rdoc: true
64
65
  homepage: http://github.com/janlelis/clipboard
65
66
  licenses: []