ironmq 1.1.1 → 1.1.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 (5) hide show
  1. data/VERSION.yml +5 -0
  2. data/ironmq.gemspec +3 -2
  3. data/lib/ironmq.rb +1 -0
  4. metadata +3 -2
  5. data/VERSION +0 -1
@@ -0,0 +1,5 @@
1
+ ---
2
+ :major: 1
3
+ :minor: 1
4
+ :patch: 2
5
+ :build:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ironmq}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Keith Rarick}]
@@ -20,13 +20,14 @@ Gem::Specification.new do |s|
20
20
  "LICENSE",
21
21
  "README.md",
22
22
  "Rakefile",
23
- "VERSION",
23
+ "VERSION.yml",
24
24
  "ironmq.gemspec",
25
25
  "lib/beanstalk-client.rb",
26
26
  "lib/beanstalk-client/connection.rb",
27
27
  "lib/beanstalk-client/errors.rb",
28
28
  "lib/beanstalk-client/job.rb",
29
29
  "lib/beanstalk-client/version.rb",
30
+ "lib/ironmq.rb",
30
31
  "test/helper.rb",
31
32
  "test/test_beanstalk-client.rb",
32
33
  "website/index.txt",
@@ -0,0 +1 @@
1
+ require_relative 'beanstalk-client'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ironmq
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.1
5
+ version: 1.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Keith Rarick
@@ -26,13 +26,14 @@ files:
26
26
  - LICENSE
27
27
  - README.md
28
28
  - Rakefile
29
- - VERSION
29
+ - VERSION.yml
30
30
  - ironmq.gemspec
31
31
  - lib/beanstalk-client.rb
32
32
  - lib/beanstalk-client/connection.rb
33
33
  - lib/beanstalk-client/errors.rb
34
34
  - lib/beanstalk-client/job.rb
35
35
  - lib/beanstalk-client/version.rb
36
+ - lib/ironmq.rb
36
37
  - test/helper.rb
37
38
  - test/test_beanstalk-client.rb
38
39
  - website/index.txt
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.1.1