Skip to content

Commit

Permalink
Regenerate gemspec for version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Aug 7, 2017
1 parent 982116f commit e02391b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ruby-units.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-units 2.1.0 ruby lib
# stub: ruby-units 2.2.0 ruby lib

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

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 = "2016-12-30"
s.date = "2017-08-07"
s.description = "Provides classes and methods to perform unit math and conversions".freeze
s.email = ["kevin.olbrich+ruby_units@gmail.com".freeze]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -45,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.6.10".freeze
s.rubygems_version = "2.6.11".freeze
s.summary = "A class that performs unit conversions and unit math".freeze

if s.respond_to? :specification_version then
Expand Down Expand Up @@ -75,3 +75,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<terminal-notifier-guard>.freeze, [">= 0"])
end
end

0 comments on commit e02391b

Please sign in to comment.