# -*- encoding: utf-8 -*- # stub: strongly_typed 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "strongly_typed".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.11".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Leo Gallucci".freeze] s.date = "2013-02-21" s.description = "A simple type validation tool for plain ruby object attributes that performs conversions when possible.\nSimilar to ruby-core Struct but i didn't like using inheritance for something more appropriate for mixins.\nCheck virtus gem if you are looking for a full featured attributes settings for your Ruby Objects that requires complex automatic coercions among other things.\nIf you are looking for a nestable, coercible, Hash-like data structure take a look at structure gem.\n".freeze s.email = ["elgalu3@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/strongly_typed.rb".freeze, "lib/strongly_typed/attributes.rb".freeze, "lib/strongly_typed/coercible.rb".freeze, "lib/strongly_typed/model.rb".freeze, "lib/strongly_typed/version.rb".freeze, "spec/coercible_spec.rb".freeze, "spec/model_spec.rb".freeze, "spec/spec_helper.rb".freeze, "strongly_typed.gemspec".freeze] s.homepage = "https://github.com/elgalu/strongly_typed".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Simple type validation for plain ruby object attributes that performs conversions when possible.".freeze s.test_files = ["spec/coercible_spec.rb".freeze, "spec/model_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end