Sha256: a419e1cccc42178c24906dd1b8987f60fe91e7be90c1a6e867649397cfedc7ac
Contents?: true
Size: 841 Bytes
Versions: 12
Compression:
Stored size: 841 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'laximo/version' Gem::Specification.new do |spec| spec.name = "laximo" spec.version = Laximo::VERSION spec.authors = ["Ivan Pilyaev"] spec.email = ["piliaiev@gmail.com"] spec.description = %q{Api for Laximo services} spec.summary = %q{Api for Laximo services} spec.homepage = "https://github.com/dancingbytes/laximo" spec.license = "BSD" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.required_ruby_version = '>= 1.9.3' spec.add_dependency "nokogiri", '~> 1.6' end
Version data entries
12 entries across 12 versions & 1 rubygems