Skip to content

Commit

Permalink
Bumped to 0.1.0 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
salizzar committed Jun 3, 2012
1 parent f0dbe9b commit 9c8899b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/resque_logger/version.rb
@@ -1,3 +1,3 @@
module ResqueLogger
VERSION = "0.0.1"
VERSION = '0.1.0'
end
15 changes: 8 additions & 7 deletions resque-logger.gemspec
@@ -1,17 +1,18 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "resque_logger/version"

$:.push File.expand_path('../lib', __FILE__)
require 'resque_logger/version'

Gem::Specification.new do |s|
s.name = "resque-logger"
s.name = 'resque-logger'
s.version = ResqueLogger::VERSION
s.authors = ["Marcelo Correia Pinheiro"]
s.email = ["salizzar@gmail.com"]
s.homepage = ""
s.authors = ['Marcelo Correia Pinheiro']
s.email = ['salizzar@gmail.com']
s.homepage = 'https://github.com/salizzar/resque-logger'
s.summary = %q{A Resque plugin to provides logger for each worker}
s.description = %q{A simple mechanism to create custom log files based on queue names of Resque workers.}

s.rubyforge_project = "resque-logger"
s.rubyforge_project = 'resque-logger'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 9c8899b

Please sign in to comment.