Skip to content

Instantly share code, notes, and snippets.

@kopylovvlad
Created February 26, 2017 12:18
Show Gist options
  • Save kopylovvlad/d931bfcc0a4fd0b0a0e148edc24c1fec to your computer and use it in GitHub Desktop.
Save kopylovvlad/d931bfcc0a4fd0b0a0e148edc24c1fec to your computer and use it in GitHub Desktop.
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = 'meta_information'
s.version = '1.0.1'
s.date = '2017-02-26'
s.summary = 'MetaInformation - Simple gem for parsing meta information'
s.description = 'Simple gem for parsing meta information from websites. It scan all meta-tags by name or property attributes.'
s.author = 'Vladislav Kopylov'
s.email = '[email protected]'
s.homepage = 'https://github.com/kopylovvlad/meta_information'
s.license = 'MIT'
s.files = `git ls-files`.split("\n")
s.add_dependency('nokogiri', '~> 1.7', '>= 1.7.0')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment