# -*- encoding: utf-8 -*- # stub: clowne 0.1.0.beta1 ruby lib Gem::Specification.new do |s| s.name = "clowne".freeze s.version = "0.1.0.beta1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vladimir Dementyev".freeze, "Sverchkov Nikolay".freeze] s.bindir = "exe".freeze s.date = "2018-01-08" s.description = "A flexible gem for cloning your models.".freeze s.email = ["palkan@evilmartians.com".freeze, "ssnikolay@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rufo".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "clowne.gemspec".freeze, "gemfiles/activerecord42.gemfile".freeze, "gemfiles/jruby.gemfile".freeze, "gemfiles/railsmaster.gemfile".freeze, "lib/clowne.rb".freeze, "lib/clowne/adapters/active_record.rb".freeze, "lib/clowne/adapters/active_record/association.rb".freeze, "lib/clowne/adapters/active_record/associations.rb".freeze, "lib/clowne/adapters/active_record/associations/base.rb".freeze, "lib/clowne/adapters/active_record/associations/has_and_belongs_to_many.rb".freeze, "lib/clowne/adapters/active_record/associations/has_many.rb".freeze, "lib/clowne/adapters/active_record/associations/has_one.rb".freeze, "lib/clowne/adapters/active_record/associations/noop.rb".freeze, "lib/clowne/adapters/active_record/dsl.rb".freeze, "lib/clowne/adapters/base.rb".freeze, "lib/clowne/adapters/base/finalize.rb".freeze, "lib/clowne/adapters/base/nullify.rb".freeze, "lib/clowne/adapters/registry.rb".freeze, "lib/clowne/cloner.rb".freeze, "lib/clowne/declarations.rb".freeze, "lib/clowne/declarations/exclude_association.rb".freeze, "lib/clowne/declarations/finalize.rb".freeze, "lib/clowne/declarations/include_association.rb".freeze, "lib/clowne/declarations/nullify.rb".freeze, "lib/clowne/declarations/trait.rb".freeze, "lib/clowne/dsl.rb".freeze, "lib/clowne/ext/string_constantize.rb".freeze, "lib/clowne/plan.rb".freeze, "lib/clowne/planner.rb".freeze, "lib/clowne/version.rb".freeze] s.homepage = "https://github.com/palkan/clowne".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A flexible gem for cloning your models.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.51".freeze]) end