mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-20 16:01:30 +02:00
add gemspec
This commit is contained in:
2
bin/periodicity
Normal file
2
bin/periodicity
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
0
lib/periodicity.rb
Normal file
0
lib/periodicity.rb
Normal file
3
lib/periodicity/version.rb
Normal file
3
lib/periodicity/version.rb
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module Periodicity
|
||||||
|
VERSION = "0.0.1"
|
||||||
|
end
|
||||||
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