Sha256: 3e729b9109ff08472fab4ed96b00853763155c79b0697fd3090cb45cc5cc0a57
Contents?: true
Size: 942 Bytes
Versions: 3
Compression:
Stored size: 942 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'school_friend/version' Gem::Specification.new do |gem| gem.name = 'school_friend' gem.version = SchoolFriend::VERSION gem.authors = 'Kostyantyn Stepanyuk' gem.email = 'kostya.stepanyuk@gmail.com' gem.description = 'A Ruby interface to the Odnoklassniki API' gem.summary = 'A Ruby interface to the Odnoklassniki API' gem.homepage = 'https://github.com/kostyantyn/school_friend' gem.required_ruby_version = Gem::Requirement.new('>= 1.9.2') gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = %w[lib] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
school_friend-0.1.1 | school_friend.gemspec |
school_friend-0.1.0 | school_friend.gemspec |
school_friend-0.0.1 | school_friend.gemspec |