fist_of_fury 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0884954c60927ef15189149f12f7f3f959659992
4
- data.tar.gz: a56067b59f06b5ac82bdffc0bc1bafe7f4dcd32f
3
+ metadata.gz: cb06affa4f5076084a221aa45b4578aa641cb715
4
+ data.tar.gz: 0ad7b56c5e37ee9c216789e3e0ee26da019c9ca1
5
5
  SHA512:
6
- metadata.gz: 1b34fd018cd5ba4573ff9fcef626e30391d3412ee80cb10c84aa9400a28ee4b64826adaa28ec410d0cd539a517298d08d31841b7a8e76e88a032734c21ca1ae0
7
- data.tar.gz: f54298b29a1ee9bf85c74f5b7dee8af71ae62fca3f95ca531bf263a778dad4f02bc577599244ad0bcc9a04848368987f750cefdff7fc0b62fe641c28cd346f73
6
+ metadata.gz: 946cb97adc49b6e96d373263608e56383847cf266b24adda06dcc0f895b6eadecb7b7a8434326aca17d2c1a7acf97cb108858dda7bd00baeba62ed016b9bf38c
7
+ data.tar.gz: a162a72c9d42c5dfaa42ca48a3c24ee5fee13528958bd69441d7bb8261cfa26a6d9d93d23823fb13a0cbee8b8fd86c168d4af57452989fffc804589135ea4f4d
data/README.md CHANGED
@@ -22,7 +22,7 @@ Fist of Fury is heavily inspired by [Sidetiq](https://github.com/tobiassvn/sidet
22
22
 
23
23
  Add this line to your application's Gemfile:
24
24
 
25
- gem 'fist_of_fury', '~> 0.2.0'
25
+ gem 'fist_of_fury', '~> 0.3.0'
26
26
 
27
27
  And then execute:
28
28
 
@@ -1,3 +1,3 @@
1
1
  module FistOfFury
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fist_of_fury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Rieken
@@ -228,3 +228,4 @@ test_files:
228
228
  - spec/fist_of_fury_spec.rb
229
229
  - spec/fixtures/awesome_job.rb
230
230
  - spec/spec_helper.rb
231
+ has_rdoc: