rock-queue-smpp 0.1.3 → 0.1.4

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 (2) hide show
  1. data/Rakefile +6 -6
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -4,14 +4,14 @@ require 'rubygems/specification'
4
4
  require 'spec/rake/spectask'
5
5
  require 'date'
6
6
  $LOAD_PATH.unshift File.dirname(__FILE__) + '/lib'
7
- require 'rock-queue/tasks'
7
+ require 'rock-queue-smpp/tasks'
8
8
 
9
- GEM = "rock-queue"
9
+ GEM = "rock-queue-smpp"
10
10
  GEM_VERSION = "0.1.5"
11
- AUTHOR = "Grzegorz Kazulak"
12
- EMAIL = "gregorz.kazulak@gmail.com"
13
- HOMEPAGE = "http://github.com/grzegorzkazulak/rock-queue"
14
- SUMMARY = "A unified interface for various messaging queues"
11
+ AUTHOR = "Matt Van Veenendaal"
12
+ EMAIL = "m@mattvv.com"
13
+ HOMEPAGE = "http://github.com/mattvv/rock-queue-smpp"
14
+ SUMMARY = "SMPP Modified Rock Queue"
15
15
 
16
16
  spec = Gem::Specification.new do |s|
17
17
  s.name = GEM
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock-queue-smpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzegorz Kazulak, Matt Van Veenendaal