# -*- encoding: utf-8 -*- # stub: mixlib-versioning 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "mixlib-versioning".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Seth Chisamore".freeze, "Christopher Maier".freeze] s.date = "2013-03-29" s.description = "General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats.".freeze s.email = ["schisamo@opscode.com".freeze, "cm@opscode.com".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/mixlib/versioning.rb".freeze, "lib/mixlib/versioning/exceptions.rb".freeze, "lib/mixlib/versioning/format.rb".freeze, "lib/mixlib/versioning/format/git_describe.rb".freeze, "lib/mixlib/versioning/format/opscode_semver.rb".freeze, "lib/mixlib/versioning/format/rubygems.rb".freeze, "lib/mixlib/versioning/format/semver.rb".freeze, "lib/mixlib/versioning/version.rb".freeze, "mixlib-versioning.gemspec".freeze, "spec/mixlib/versioning/format/git_describe_spec.rb".freeze, "spec/mixlib/versioning/format/opscode_semver_spec.rb".freeze, "spec/mixlib/versioning/format/rubygems_spec.rb".freeze, "spec/mixlib/versioning/format/semver_spec.rb".freeze, "spec/mixlib/versioning/format_spec.rb".freeze, "spec/mixlib/versioning/versioning_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples/basic_semver.rb".freeze, "spec/support/shared_examples/behaviors/filterable.rb".freeze, "spec/support/shared_examples/behaviors/parses_valid_version_strings.rb".freeze, "spec/support/shared_examples/behaviors/rejects_invalid_version_strings.rb".freeze, "spec/support/shared_examples/behaviors/serializable.rb".freeze, "spec/support/shared_examples/behaviors/sortable.rb".freeze, "spec/support/shared_examples/semver.rb".freeze] s.homepage = "https://github.com/opscode/mixlib-versioning".freeze s.rubygems_version = "3.5.10".freeze s.summary = "General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats.".freeze s.test_files = ["spec/mixlib/versioning/format/git_describe_spec.rb".freeze, "spec/mixlib/versioning/format/opscode_semver_spec.rb".freeze, "spec/mixlib/versioning/format/rubygems_spec.rb".freeze, "spec/mixlib/versioning/format/semver_spec.rb".freeze, "spec/mixlib/versioning/format_spec.rb".freeze, "spec/mixlib/versioning/versioning_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples/basic_semver.rb".freeze, "spec/support/shared_examples/behaviors/filterable.rb".freeze, "spec/support/shared_examples/behaviors/parses_valid_version_strings.rb".freeze, "spec/support/shared_examples/behaviors/rejects_invalid_version_strings.rb".freeze, "spec/support/shared_examples/behaviors/serializable.rb".freeze, "spec/support/shared_examples/behaviors/sortable.rb".freeze, "spec/support/shared_examples/semver.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end