--- !ruby/object:Gem::Specification 
name: utf8
version: !ruby/object:Gem::Version 
  hash: 11
  prerelease: 
  segments: 
  - 0
  - 1
  - 8
  version: 0.1.8
platform: ruby
authors: 
- Brian Lopez
autorequire: 
bindir: bin
cert_chain: []

date: 2011-12-17 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rake-compiler
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 9
        segments: 
        - 0
        - 7
        - 5
        version: 0.7.5
  type: :development
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 15
        segments: 
        - 2
        - 0
        - 0
        version: 2.0.0
  type: :development
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: activesupport
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id003
description: 
email: seniorlopez@gmail.com
executables: []

extensions: 
- ext/utf8/extconf.rb
extra_rdoc_files: []

files: 
- .gitignore
- .rspec
- .travis.yml
- Gemfile
- MIT-LICENSE
- README.md
- Rakefile
- benchmark/active_support.rb
- benchmark/test.txt
- ext/utf8/ext.c
- ext/utf8/ext.h
- ext/utf8/extconf.rb
- ext/utf8/string_scanner_utf8.c
- ext/utf8/string_scanner_utf8.h
- ext/utf8/string_utf8.c
- ext/utf8/string_utf8.h
- ext/utf8/utf8.c
- ext/utf8/utf8.h
- lib/utf8.rb
- lib/utf8/string.rb
- lib/utf8/string_scanner.rb
- lib/utf8/version.rb
- spec/spec_helper.rb
- spec/string_scanner_spec.rb
- spec/string_spec.rb
- utf8.gemspec
homepage: http://github.com/brianmario/utf8
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.8.11
signing_key: 
specification_version: 3
summary: A lightweight UTF8-aware String class meant for use with Ruby 1.8
test_files: 
- spec/spec_helper.rb
- spec/string_scanner_spec.rb
- spec/string_spec.rb