qmin 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qmin/version.rb +1 -1
  3. data/qmin.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c2e896aee9f13d55b90c872e085fc5299d557d7
4
- data.tar.gz: e5b1d269a78af22367a6e88d937554dfea633d9b
3
+ metadata.gz: e969b8719fe5f2db6ad1fef920177bc35d048ace
4
+ data.tar.gz: 19f78471b5de8855854afba3d8d49896a6a096d6
5
5
  SHA512:
6
- metadata.gz: 6eb6b7b525f97a928e87861df48c8d9687216f5f72441b4e4afd4642ca1ec2be447d9828d6ecfcba18ec68d46dc888c304c1a9521eeb65b4d5cab6e52c75b43d
7
- data.tar.gz: 5bdd3ac3c1f885257ad8c243b10462ac07c931f6952eb29e0ba2c37f3bc6635090794a846e36c55a5dc6ce7d76bb69f1c56c84703b71475024f79881cbb9e524
6
+ metadata.gz: f0c2225a4754b8b3d5a6b3c4e6951dd98c4394b227144edeaa77f5335a06b9082794cff6672c045e7aebfc0b3cf52a64371dad59f49364c065cbdb3a87ce24ea
7
+ data.tar.gz: b574a6d930f82e523dd3eef0fa081a560e4a6be439649dd1826dad10738bc56ba3d522fbcef595c0b8b8c9f3d2085a0b57d3188d31d8c04884a1e96ac0e6ad31
data/lib/qmin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qmin
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/qmin.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['marcel.scherf@epicteams.com']
11
11
  spec.description = %q{Simple framwork to coordinate background tasks}
12
12
  spec.summary = %q{Simple framwork to coordinate background tasks}
13
- spec.homepage = 'https://github.com/the-architect/qmin'
13
+ spec.homepage = 'https://github.com/qmin/qmin'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - the-architect
@@ -155,7 +155,7 @@ files:
155
155
  - spec/qmin/strategy/noop_spec.rb
156
156
  - spec/qmin/strategy/resque_spec.rb
157
157
  - spec/spec_helper.rb
158
- homepage: https://github.com/the-architect/qmin
158
+ homepage: https://github.com/qmin/qmin
159
159
  licenses:
160
160
  - MIT
161
161
  metadata: {}