# -*- encoding: utf-8 -*- # stub: opal-activesupport 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "opal-activesupport".freeze s.version = "0.0.5".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 = "2013-11-05" s.description = "The port of the glorious ActiveSupport for Opal".freeze s.email = ["elia@schito.me".freeze] s.files = [".gitignore".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/integer.rb".freeze, "opal/active_support/core_ext/integer/time.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/string.rb".freeze, "opal/active_support/time.rb".freeze, "opal/opal-activesupport.rb".freeze, "spec/core_ext/numeric_spec.rb".freeze, "spec/core_ext/object/blank_spec.rb".freeze, "spec/core_ext/string_spec.rb".freeze, "spec/empty_bool.rb".freeze, "spec/inflector_test_cases.rb".freeze, "spec/spec_helper.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 = ["spec/core_ext/numeric_spec.rb".freeze, "spec/core_ext/object/blank_spec.rb".freeze, "spec/core_ext/string_spec.rb".freeze, "spec/empty_bool.rb".freeze, "spec/inflector_test_cases.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end