Skip to content

Commit

Permalink
Regenerate gemspec for version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Sep 26, 2018
1 parent 8067fdd commit 31c4407
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ruby-units.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-units 2.3.0 ruby lib
# stub: ruby-units 2.3.1 ruby lib

Gem::Specification.new do |s|
s.name = "ruby-units".freeze
s.version = "2.3.0"
s.version = "2.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Kevin Olbrich, Ph.D.".freeze]
s.date = "2018-03-06"
s.date = "2018-09-26"
s.description = "Provides classes and methods to perform unit math and conversions".freeze
s.email = ["[email protected]".freeze]
s.extra_rdoc_files = [
"CHANGELOG.txt",
"LICENSE.txt",
"README.md"
]
Expand Down Expand Up @@ -46,7 +45,7 @@ Gem::Specification.new do |s|
]
s.homepage = "https://github.com/olbrich/ruby-units".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "2.7.4".freeze
s.rubygems_version = "2.6.14".freeze
s.summary = "A class that performs unit conversions and unit math".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 31c4407

Please sign in to comment.