# -*- encoding: utf-8 -*- # stub: lotus-utils 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "lotus-utils".freeze s.version = "0.1.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 = ["Luca Guidi".freeze] s.date = "2014-04-23" s.description = "Lotus utilities".freeze s.email = ["me@lucaguidi.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/lotus/utils.rb".freeze, "lib/lotus/utils/callbacks.rb".freeze, "lib/lotus/utils/class.rb".freeze, "lib/lotus/utils/class_attribute.rb".freeze, "lib/lotus/utils/hash.rb".freeze, "lib/lotus/utils/io.rb".freeze, "lib/lotus/utils/kernel.rb".freeze, "lib/lotus/utils/path_prefix.rb".freeze, "lib/lotus/utils/string.rb".freeze, "lib/lotus/utils/version.rb".freeze, "lotus-utils.gemspec".freeze, "test/callbacks_test.rb".freeze, "test/class_attribute_test.rb".freeze, "test/class_test.rb".freeze, "test/hash_test.rb".freeze, "test/io_test.rb".freeze, "test/kernel_test.rb".freeze, "test/path_prefix_test.rb".freeze, "test/string_test.rb".freeze, "test/test_helper.rb".freeze, "test/version_test.rb".freeze] s.homepage = "http://lotusrb.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby core extentions and Louts utilities".freeze s.test_files = ["test/callbacks_test.rb".freeze, "test/class_attribute_test.rb".freeze, "test/class_test.rb".freeze, "test/hash_test.rb".freeze, "test/io_test.rb".freeze, "test/kernel_test.rb".freeze, "test/path_prefix_test.rb".freeze, "test/string_test.rb".freeze, "test/test_helper.rb".freeze, "test/version_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) end