Skip to content

Commit cc6b10c

Browse files
committed
- .gemspec: add .yardopts to the gem contents
1 parent 034f3a5 commit cc6b10c

File tree

5 files changed

+9
-56
lines changed

5 files changed

+9
-56
lines changed

LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

LICENSE.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Copyright (c) 2025 Ryan Fitzgerald
1+
Copyright (c) 2012 Ryan Fitzgerald
2+
3+
Includes a modified version of Rumble, which is (c) 2011 Magnus Holm.
4+
5+
Some Rails integration code inspired by Draper, which is (c) 2011-2012 Jeff
6+
Casimir and other contributors.
27

38
MIT License
49

@@ -20,4 +25,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2025
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2126
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2227
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23-

keynote.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424

2525
s.license = "MIT"
2626

27-
s.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") + Dir.glob("bin/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
27+
s.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") + Dir.glob("bin/**/*") + %w[README.md LICENSE.txt CHANGELOG.md .yardopts]
2828
s.require_paths = ["lib"]
2929

3030
s.required_ruby_version = ">= 3.0"
@@ -42,6 +42,7 @@ Gem::Specification.new do |s|
4242
s.add_development_dependency "haml"
4343
s.add_development_dependency "redcarpet"
4444
s.add_development_dependency "yard"
45+
s.add_development_dependency "webrick"
4546

4647
if ENV["RELEASING_GEM"].nil? && File.directory?(File.join(__dir__, ".git"))
4748
s.add_runtime_dependency "ruby-next", "~> 1.0"

lib/keynote/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Keynote
44
# @private
5-
VERSION = "2.0.1"
5+
VERSION = "2.0.2"
66
end

scenarios.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)