Skip to content

Commit

Permalink
forgot .gemtest file, 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Feb 8, 2011
1 parent f350604 commit 3d81411
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
== 0.9.6
* support rubygems-test
== 0.9.6 / 0.9.7
* Support rubygems-test ("gem test clipboard" if rubygems-test is installed)

== 0.9.5
* Fallback to Clipboard::File, if no other clipboard is available
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clipboard (0.9.5)
clipboard (0.9.7)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
0.9.7
4 changes: 2 additions & 2 deletions clipboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Gem::Specification.new do |s|
s.version = File.read('VERSION').chomp

s.authors = ["Jan Lelis"]
s.date = '2011-02-28'
s.date = '2011-02-08'
s.summary = 'Access the clipboard on all systems.'
s.description = 'Access the clipboard on all systems (Clipboard.copy & Clipboard.paste).'
s.email = '[email protected]'
s.homepage = %q{http://github.com/janlelis/clipboard}
s.required_rubygems_version = ">= 1.3.6"
s.requirements = ["On Linux (or other X), you need xclip. Install it on debian/ubuntu with sudo apt-get install xclip"]
s.requirements << ["On Windows, you need the ffi gem."]
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]* [A-Z]*.rdoc]) + %w{clipboard.gemspec}
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]* [A-Z]*.rdoc]) + %w{clipboard.gemspec .gemtest}
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '>=2'
end

0 comments on commit 3d81411

Please sign in to comment.