kleenex 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9f608bb33a0e9dd3dbe82ee172a86a4b9e581fe019a7a4047e1764928106e97
4
- data.tar.gz: 9073b42d8b2401cb14b6a3c47321a687b57bfe85e3a9321f509b4fbe69770522
3
+ metadata.gz: 6d719d8bfbf2dd4d00b3a71a100e8f0c64b520fadd4c676063d5fa88baf01fb5
4
+ data.tar.gz: 89673bf508f0606ffffa701518fc8af7e7ae2c213ee26f877ea324b294dbc4e0
5
5
  SHA512:
6
- metadata.gz: f318b7b3826a6db4b78a0e42990df09f325d9798a5ea0fa0306ca3629f1104d06ee9edc22ac6413ebfe07cc81da35cb46dc579cdbf7624322b4f450d4240c37f
7
- data.tar.gz: a1d6ef52d1b731c486f255035aa2d4d264fa8d9bdfff2a87b54d5db4498210a25eb71b1d4f0183c2a67bb667d276547008c5a30f29f632306e2bb610b1f99070
6
+ metadata.gz: d444b6be7ed87a1f074c21217bdba771e48ce3f9275b4d1ab540c4e92a9f2a95b9058fd4a5bca38d0d6e266386f1d6719f5eef7995f4190dbc3bc8bd822fec3d
7
+ data.tar.gz: cdd27e10a3b6e6b8862cc6910d50edaeefe5b3f02fdc6c75309870b5d6cc905b5fd0a46178ccd0daa80673ddd4ae6fb96436dbdb4ce46085814c4bd9da847da0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kleenex (0.0.1)
4
+ kleenex (0.1.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,39 +1,7 @@
1
- # Kleenex
1
+ # kleenex
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/kleenex`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Runs DatabaseCleaner and empties Sidekiq
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'kleenex'
13
5
  ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install kleenex
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/kleenex.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
6
+ kleenex!
7
+ ```
@@ -1,3 +1,3 @@
1
1
  module Kleenex
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
data/lib/kleenex.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'database_cleaner'
2
2
  require 'sidekiq/api'
3
3
 
4
- def kleenex
4
+ def kleenex!
5
5
  retryset = Sidekiq::RetrySet.new
6
6
  retryset.clear
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kleenex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matti Paksula