mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-19 23:41:29 +02:00
add gemspec
This commit is contained in:
14
periodicity.gemspec
Normal file
14
periodicity.gemspec
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
require File.expand_path('../lib/periodicity/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = 'periodicity'
|
||||
gem.version = Periodicity::VERSION
|
||||
gem.description = gem.summary = "Job scheduler for Rails"
|
||||
gem.authors = ["Dzmitry Plashchynski"]
|
||||
gem.email = "plashchynski@gmail.com"
|
||||
gem.files = `git ls-files`.split("\n")
|
||||
gem.require_paths = ["lib"]
|
||||
gem.homepage = "https://github.com/plashchynski/periodicity"
|
||||
gem.license = "Apache-2.0"
|
||||
end
|
||||
Reference in New Issue
Block a user