Skip to content

Commit

Permalink
Generate logo for fun and no profit
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojsznis committed Aug 29, 2018
1 parent 064db93 commit dbdf80c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img width="300" height="300" src="https://github.com/emq/sidekiq-lock/raw/master/logo.png">
</p>

# Sidekiq::Lock

[![Code Climate](https://codeclimate.com/github/emq/sidekiq-lock.png)](https://codeclimate.com/github/emq/sidekiq-lock)
Expand Down
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions sidekiq-lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/emq/sidekiq-lock"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.files = Dir["lib/**/*"] + ["LICENSE.txt", "Rakefile", "README.md", "CHANGELOG.md"]
spec.test_files = Dir["test/**/*"]
spec.require_paths = ["lib"]

spec.add_dependency "sidekiq", ">= 2.14.0"
Expand Down

0 comments on commit dbdf80c

Please sign in to comment.