Sha256: 22d10ec98180a8c8dc9dfd3ec8d24c2a6e3025893e4d64eee57b8e670ad2c05f

Contents?: true

Size: 1.71 KB

Versions: 0

Compression: gzip

Compressed size: 750 Bytes

Stored size: 750 Bytes

Contents

--- !ruby/object:Gem::Specification
name: tag_along
version: !ruby/object:Gem::Version
  version: 0.8.1
platform: ruby
authors:
- Dmitry Mozzherin
autorequire: 
bindir: bin
cert_chain: []
date: 2013-10-08 00:00:00.000000000 Z
dependencies: []
description: |-
  Tags a text with arbitrary tags
                            based on array of start/end offsets
email:
- dmozzherin@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .ruby-version
- .travis.yml
- CHANGELOG
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- lib/tag_along.rb
- lib/tag_along/offsets.rb
- lib/tag_along/tagged_text.rb
- lib/tag_along/version.rb
- spec/files/spec_data.json
- spec/spec_helper.rb
- spec/tag_along/offsets_spec.rb
- spec/tag_along/tagged_text_spec.rb
- spec/tag_along_spec.rb
- tag_along.gemspec
homepage: https://github.com/GlobalNamesArchitecture/tag_along
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.0.3
signing_key: 
specification_version: 4
summary: A user who runs a search tool on a text would find  multiple text fragments
  corresponding to the search. These fragments can be found again by storing their  start
  and end offsets. This gem places arbitrary markup tags surrounding the fragments.
test_files:
- spec/files/spec_data.json
- spec/spec_helper.rb
- spec/tag_along/offsets_spec.rb
- spec/tag_along/tagged_text_spec.rb
- spec/tag_along_spec.rb

Package Spec version

tag_along-0.8.1