Sha256: 95587eb1ef9b9a6de270edc9df6611880a42c9e6d41ea3e67950e47ac2c23dae
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "love/version" Gem::Specification.new do |s| s.name = "share_some_love" s.version = Love::VERSION s.platform = Gem::Platform::RUBY s.authors = ['gazay'] s.email = ['alex.gaziev@gmail.com'] s.homepage = "https://github.com/gazay/share_some_love" s.summary = %q{I want you to share some love to OSS developers!} s.description = %q{If you ever wander to say thank you to guys who did this great job on your gem or your project parts - it's really great opportunity} s.rubyforge_project = "share_some_love" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
share_some_love-0.0.1 | share_some_love.gemspec |