Skip to content

Commit

Permalink
Standardize version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 3, 2021
1 parent 3b4bb31 commit ce29753
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions http_logger.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: http_logger 0.6.0 ruby lib
# frozen_string_literal: true
# encoding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "http_logger/version"

Gem::Specification.new do |s|
s.name = "http_logger".freeze
s.version = "0.6.0"
s.version = HttpLogger::VERSION

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down
3 changes: 3 additions & 0 deletions lib/http_logger/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class HttpLogger
VERSION = "0.7.0"
end

0 comments on commit ce29753

Please sign in to comment.