Skip to content

Commit

Permalink
Regenerate gemspec for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Apr 1, 2011
1 parent 0e17f96 commit 4b7bf36
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions ruby-units.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in RakeFile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{ruby-units}
s.version = "1.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kevin Olbrich, Ph.D."]
s.date = %q{2011-04-01}
s.description = %q{Provides classes and methods to perform unit math and conversions}
s.email = ["kevin.olbrich+ruby_units@gmail.com"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
"TODO"
]
s.files = [
"CHANGELOG.txt",
"Gemfile",
"LICENSE.txt",
"Manifest.txt",
"README.md",
"RakeFile",
"TODO",
"VERSION",
"lib/ruby-units.rb",
"lib/ruby_units.rb",
"lib/ruby_units/array.rb",
"lib/ruby_units/cmath.rb",
"lib/ruby_units/complex.rb",
"lib/ruby_units/date.rb",
"lib/ruby_units/math.rb",
"lib/ruby_units/numeric.rb",
"lib/ruby_units/object.rb",
"lib/ruby_units/ruby-units.rb",
"lib/ruby_units/string.rb",
"lib/ruby_units/time.rb",
"lib/ruby_units/units.rb",
"lib/ruby_units/version.rb",
"ruby-units.gemspec",
"test/test_ruby-units.rb"
]
s.homepage = %q{https://github.com/olbrich/ruby-units}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A class that performs unit conversions and unit math}
s.test_files = [
"test/test_ruby-units.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
end

0 comments on commit 4b7bf36

Please sign in to comment.