Sha256: 9971d4de75b4a965904a10b101cc4649286a371e9f38973c5f6f6601ed17cee2
Contents?: true
Size: 1.61 KB
Versions: 0
Compression: gzip
Compressed size: 737 Bytes
Stored size: 737 Bytes
Contents
--- !ruby/object:Gem::Specification name: tag_along version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - Dmitry Mozzherin autorequire: bindir: bin cert_chain: [] date: 2013-09-10 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/version.rb - spec/files/spec_data.json - spec/spec_helper.rb - spec/tag_along/offsets_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_spec.rb