File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22# DO NOT EDIT THIS FILE DIRECTLY
33# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44# -*- encoding: utf-8 -*-
5- # stub: ruby-units 2.3.0 ruby lib
5+ # stub: ruby-units 2.3.1 ruby lib
66
77Gem ::Specification . new do |s |
88 s . name = "ruby-units" . freeze
9- s . version = "2.3.0 "
9+ s . version = "2.3.1 "
1010
1111 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" . freeze ) if s . respond_to? :required_rubygems_version=
1212 s . require_paths = [ "lib" . freeze ]
1313 s . authors = [ "Kevin Olbrich, Ph.D." . freeze ]
14- s . date = "2018-03-06 "
14+ s . date = "2018-09-26 "
1515 s . description = "Provides classes and methods to perform unit math and conversions" . freeze
1616 s . email = [ "[email protected] " . freeze ] 1717 s . extra_rdoc_files = [
18- "CHANGELOG.txt" ,
1918 "LICENSE.txt" ,
2019 "README.md"
2120 ]
@@ -46,7 +45,7 @@ Gem::Specification.new do |s|
4645 ]
4746 s . homepage = "https://github.com/olbrich/ruby-units" . freeze
4847 s . licenses = [ "MIT" . freeze ]
49- s . rubygems_version = "2.7.4 " . freeze
48+ s . rubygems_version = "2.6.14 " . freeze
5049 s . summary = "A class that performs unit conversions and unit math" . freeze
5150
5251 if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments