Skip to content

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sk8higher committed Jun 11, 2024
1 parent 2829287 commit 9c6ca06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bddsm.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
require_relative 'lib/bddsm/version'

Gem::Specification.new do |s|
s.name = "bddsm"
s.version = BDDSM::VERSION
s.summary = "Hard Testing Framework. Multi-paradigm spec/feature/xunit-agnostic syntax support."
s.authors = ["Sergei O. Udalov"]
s.files = Dir["lib/**/*"]
s.homepage = "https://github.com/HeavyTechRuby/bddsm"
s.bindir = "bin"
end

0 comments on commit 9c6ca06

Please sign in to comment.