Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 8, 2024
1 parent ffe590f commit 5c1ed69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 2.0.0 (unreleased)
## 2.0.0

### Major Changes
* Requires Ruby 3.0
Expand Down
5 changes: 2 additions & 3 deletions clipboard.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

$:.unshift File.expand_path("../lib", __FILE__)
require 'clipboard/version'
require_relative 'clipboard/version'

Gem::Specification.new do |s|
s.name = 'clipboard'
Expand All @@ -18,7 +17,7 @@ Gem::Specification.new do |s|
"Linux-Wayland: wl-clipboard",
"Windows: ffi gem",
]
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]*.txt [A-Z]*.md]) + %w{clipboard.gemspec}
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]*.txt [A-Z]*.md]) + %w[clipboard.gemspec Gemfile Rakefile]

s.required_ruby_version = '>= 3.0'
s.add_development_dependency 'rake', '~> 13.2'
Expand Down
2 changes: 1 addition & 1 deletion lib/clipboard/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Clipboard
VERSION = "1.9.9"
VERSION = "2.0.0"
end

0 comments on commit 5c1ed69

Please sign in to comment.