# -*- encoding: utf-8 -*- # stub: opal-activesupport 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "opal-activesupport".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Elia Schito".freeze] s.date = "2018-01-28" s.description = "The port of the glorious ActiveSupport for Opal".freeze s.email = ["elia@schito.me".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/opal-activesupport.rb".freeze, "lib/opal/activesupport.rb".freeze, "lib/opal/activesupport/version.rb".freeze, "opal-activesupport.gemspec".freeze, "opal/active_support.rb".freeze, "opal/active_support/core_ext.rb".freeze, "opal/active_support/core_ext/array.rb".freeze, "opal/active_support/core_ext/array/extract_options.rb".freeze, "opal/active_support/core_ext/array/grouping.rb".freeze, "opal/active_support/core_ext/array/wrap.rb".freeze, "opal/active_support/core_ext/class.rb".freeze, "opal/active_support/core_ext/class/attribute.rb".freeze, "opal/active_support/core_ext/enumerable.rb".freeze, "opal/active_support/core_ext/hash.rb".freeze, "opal/active_support/core_ext/hash/indifferent_access.rb".freeze, "opal/active_support/core_ext/integer.rb".freeze, "opal/active_support/core_ext/integer/time.rb".freeze, "opal/active_support/core_ext/kernel.rb".freeze, "opal/active_support/core_ext/kernel/singleton_class.rb".freeze, "opal/active_support/core_ext/module.rb".freeze, "opal/active_support/core_ext/module/delegation.rb".freeze, "opal/active_support/core_ext/module/introspection.rb".freeze, "opal/active_support/core_ext/module/remove_method.rb".freeze, "opal/active_support/core_ext/numeric.rb".freeze, "opal/active_support/core_ext/numeric/calculations.rb".freeze, "opal/active_support/core_ext/numeric/time.rb".freeze, "opal/active_support/core_ext/object.rb".freeze, "opal/active_support/core_ext/object/blank.rb".freeze, "opal/active_support/core_ext/object/json.rb".freeze, "opal/active_support/core_ext/object/try.rb".freeze, "opal/active_support/core_ext/string.rb".freeze, "opal/active_support/core_ext/string/inflections.rb".freeze, "opal/active_support/hash_with_indifferent_access.rb".freeze, "opal/active_support/inflections.rb".freeze, "opal/active_support/inflector.rb".freeze, "opal/active_support/inflector/inflections.rb".freeze, "opal/active_support/time.rb".freeze, "opal/opal-activesupport.rb".freeze, "test/abstract_unit.rb".freeze, "test/core_ext/array_ext_test.rb".freeze, "test/core_ext/blank_test.rb".freeze, "test/core_ext/class/attribute_test.rb".freeze, "test/core_ext/kernel_test.rb".freeze, "test/core_ext/module/remove_method_test.rb".freeze, "test/core_ext/module_test.rb".freeze, "test/core_ext/numeric_ext_test.rb".freeze, "test/core_ext/object_and_class_ext_test.rb".freeze, "test/core_ext/string_ext_test.rb".freeze, "test/empty_bool.rb".freeze, "test/inflector_test_cases.rb".freeze, "test/minitest/autorun.rb".freeze] s.homepage = "http://opalrb.org".freeze s.rdoc_options = ["--main".freeze, "README".freeze, "--line-numbers".freeze, "--include".freeze, "opal".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The port of the glorious ActiveSupport for Opal".freeze s.test_files = ["test/abstract_unit.rb".freeze, "test/core_ext/array_ext_test.rb".freeze, "test/core_ext/blank_test.rb".freeze, "test/core_ext/class/attribute_test.rb".freeze, "test/core_ext/kernel_test.rb".freeze, "test/core_ext/module/remove_method_test.rb".freeze, "test/core_ext/module_test.rb".freeze, "test/core_ext/numeric_ext_test.rb".freeze, "test/core_ext/object_and_class_ext_test.rb".freeze, "test/core_ext/string_ext_test.rb".freeze, "test/empty_bool.rb".freeze, "test/inflector_test_cases.rb".freeze, "test/minitest/autorun.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze, "< 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end