Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdodd committed Apr 14, 2024
1 parent 3ae643e commit cb4252f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added Rulers-0.0.1.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/rulers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rulers
VERSION = "0.1.0"
VERSION = "0.0.1"
end
7 changes: 4 additions & 3 deletions rulers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Gem::Specification.new do |spec|

spec.summary = "A Rack based web framework."
spec.description = "A simple Rack based web framework a la Rails."
spec.homepage = "https://github.com/gregdodd/rulers"
spec.homepage = ""
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["allowed_push_host"] = "Set to your gem server 'https://example.com'"
spec.metadata["allowed_push_host"] = ""

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/gregdodd/rulers"
Expand All @@ -32,7 +32,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency "rack", "~>2.2"
spec.add_dependency "webrick"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit cb4252f

Please sign in to comment.