Skip to content

Commit

Permalink
[BUMP] version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejbartas committed Aug 26, 2013
1 parent afdc302 commit 1ba22c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.2
8 changes: 4 additions & 4 deletions sidekiq-cron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "sidekiq-cron"
s.version = "0.1.0"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ondrej Bartas"]
s.date = "2013-08-25"
s.date = "2013-08-26"
s.description = "Enables to set jobs to be run in specified time (using CRON notation)"
s.email = "ondrej@bartas.cz"
s.extra_rdoc_files = [
Expand All @@ -30,11 +30,11 @@ Gem::Specification.new do |s|
"lib/sidekiq-cron.rb",
"lib/sidekiq/cron.rb",
"lib/sidekiq/cron/job.rb",
"lib/sidekiq/cron/launcher.rb",
"lib/sidekiq/cron/locales/en.yml",
"lib/sidekiq/cron/poller.rb",
"lib/sidekiq/cron/views/cron.slim",
"lib/sidekiq/cron/web_extension.rb",
"lib/sidekiq/launcher.rb",
"sidekiq-cron.gemspec",
"test/test_helper.rb",
"test/unit/job_test.rb",
Expand All @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/ondrejbartas/sidekiq-cron"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.rubygems_version = "1.8.24"
s.summary = "Sidekiq Cron helps to add repeated scheduled jobs"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 1ba22c1

Please sign in to comment.