# -*- encoding: utf-8 -*- # stub: ruby-units 1.4.3 ruby lib Gem::Specification.new do |s| s.name = "ruby-units".freeze s.version = "1.4.3".freeze 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 = "2013-06-12" 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 = ["LICENSE.txt".freeze, "README.md".freeze, "TODO".freeze] s.files = ["CHANGELOG.txt".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile.rb".freeze, "TODO".freeze, "VERSION".freeze, "lib/ruby-units.rb".freeze, "lib/ruby_units.rb".freeze, "lib/ruby_units/array.rb".freeze, "lib/ruby_units/cache.rb".freeze, "lib/ruby_units/date.rb".freeze, "lib/ruby_units/definition.rb".freeze, "lib/ruby_units/fixnum.rb".freeze, "lib/ruby_units/math.rb".freeze, "lib/ruby_units/numeric.rb".freeze, "lib/ruby_units/object.rb".freeze, "lib/ruby_units/string.rb".freeze, "lib/ruby_units/time.rb".freeze, "lib/ruby_units/unit.rb".freeze, "lib/ruby_units/unit_definitions.rb".freeze, "lib/ruby_units/unit_definitions/base.rb".freeze, "lib/ruby_units/unit_definitions/prefix.rb".freeze, "lib/ruby_units/unit_definitions/standard.rb".freeze, "lib/ruby_units/version.rb".freeze, "ruby-units.gemspec".freeze] s.homepage = "https://github.com/olbrich/ruby-units".freeze s.licenses = ["MIT".freeze] s.post_install_message = "====================\nDeprecation Warning\n====================\n\nSeveral convenience methods that ruby-units added to the string class have\nbeen deprecated in this release. These methods include String#to, String#from, String#ago, String#before and others.\nIf your code relies on these functions, they can be added back by adding this line to your code.\n\nrequire 'ruby-units/string/extras'\n# note that these methods do not play well with Rails, which is one of the reasons they are being removed.\n\nThe extra functions mostly work the same, but will no longer properly handle cases when they are called with strings..\n\n'min'.from(\"4-1-2011\") # => Exception\n\nPass in a Date, Time, or DateTime object to get the expected result.\n\nThey will go away completely in the next release, so it would be a good idea to refactor your code\nto avoid using them. They will also throw deprecation warnings when they are used.\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A class that performs unit conversions and unit math".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end