Skip to content

Commit

Permalink
- .gemspec: add .yardopts to the gem contents
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 13, 2025
1 parent 034f3a5 commit cc6b10c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 56 deletions.
27 changes: 0 additions & 27 deletions LICENSE

This file was deleted.

8 changes: 6 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Copyright (c) 2025 Ryan Fitzgerald
Copyright (c) 2012 Ryan Fitzgerald

Includes a modified version of Rumble, which is (c) 2011 Magnus Holm.

Some Rails integration code inspired by Draper, which is (c) 2011-2012 Jeff
Casimir and other contributors.

MIT License

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

3 changes: 2 additions & 1 deletion keynote.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.license = "MIT"

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

s.required_ruby_version = ">= 3.0"
Expand All @@ -42,6 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "haml"
s.add_development_dependency "redcarpet"
s.add_development_dependency "yard"
s.add_development_dependency "webrick"

if ENV["RELEASING_GEM"].nil? && File.directory?(File.join(__dir__, ".git"))
s.add_runtime_dependency "ruby-next", "~> 1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/keynote/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Keynote
# @private
VERSION = "2.0.1"
VERSION = "2.0.2"
end
25 changes: 0 additions & 25 deletions scenarios.yml

This file was deleted.

0 comments on commit cc6b10c

Please sign in to comment.