# -*- encoding: utf-8 -*- # stub: bits_count 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "bits_count".freeze s.version = "0.0.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 = ["Max Shytikov".freeze] s.date = "2013-05-30" s.description = "Implementation of population count in pure ruby".freeze s.email = ["mshytikov@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bits_count.gemspec".freeze, "lib/bits_count.rb".freeze, "lib/bits_count/file.rb".freeze, "lib/bits_count/io.rb".freeze, "lib/bits_count/irb_helper.rb".freeze, "lib/bits_count/primitive.rb".freeze, "lib/bits_count/version.rb".freeze, "test/bits_count/test_file.rb".freeze, "test/bits_count/test_io.rb".freeze, "test/bits_count/test_primitive.rb".freeze, "test/fixtures/bit0-0_bit1-0.bin".freeze, "test/fixtures/bit0-25_bit1-15.bin".freeze, "test/fixtures/bit0-7_bit1-1.bin".freeze, "test/fixtures/tmp/.gitignore".freeze, "test/test_helper.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Bit counter".freeze s.test_files = ["test/bits_count/test_file.rb".freeze, "test/bits_count/test_io.rb".freeze, "test/bits_count/test_primitive.rb".freeze, "test/fixtures/bit0-0_bit1-0.bin".freeze, "test/fixtures/bit0-25_bit1-15.bin".freeze, "test/fixtures/bit0-7_bit1-1.bin".freeze, "test/fixtures/tmp/.gitignore".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end