eventq_rabbitmq 0.1.0 → 0.1.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: 764a1888f4017f8e033e4025b3c8ab12324bcbf3
4
- data.tar.gz: c716b620ad802b1ae2c926b49cff51343c0fb4ef
3
+ metadata.gz: 0f521b5119b9bedc5065198c849044691a15f5bb
4
+ data.tar.gz: a18cf27d9465266cfae466b356a878257e922874
5
5
  SHA512:
6
- metadata.gz: d5f07960d06bbcc27c45615b67ce77a3a10827f9b02ea704b2036b83978decbd51f26a12e01720ea2ee1fd33bc25d5b552222e5e189bcf63f1b248fc88b4284c
7
- data.tar.gz: fecd0edcf84e29c954feaab4d823f96daf7baf9796ed3004b2ce8203ee97d31c8c79aed6b0999a798f6f7b4024a1a90b92422a0804a88ba3c4322a3eedb7ca97
6
+ metadata.gz: 9dd149db51deacf8f69337133e630ec22124e5b431c06ec4c1a92236fef80bd9a65c941cc4e48a9f91dd7671bd7df475a504e4af9597a84ebc6402757a36fb6f
7
+ data.tar.gz: c1a5df1b60d5d0b26db8f1c858dfb83eb3f82f8e221c9e765db48cbf363ebe7486e44daa30ae169a61accb20d0f2d4fe830c4ea8d2bb61e20c038784b1d605ed
data/README.md CHANGED
@@ -1,15 +1,13 @@
1
- # EventqRabbitmq
1
+ # EventQ [RabbitMq]
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/eventq_rabbitmq`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Welcome to EventQ. This gem contains the RabbitMq implementations of the EventQ framework components.
6
4
 
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
12
- gem 'eventq_rabbitmq'
10
+ gem 'eventq_base'
13
11
  ```
14
12
 
15
13
  And then execute:
@@ -18,11 +16,8 @@ And then execute:
18
16
 
19
17
  Or install it yourself as:
20
18
 
21
- $ gem install eventq_rabbitmq
22
-
23
- ## Usage
19
+ $ gem install eventq_base
24
20
 
25
- TODO: Write usage instructions here
26
21
 
27
22
  ## Development
28
23
 
@@ -32,7 +27,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
27
 
33
28
  ## Contributing
34
29
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/eventq_rabbitmq. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
30
+ Bug reports and pull requests are welcome on GitHub at https://github.com/vaughanbrittonsage/eventq. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
31
 
37
32
 
38
33
  ## License
@@ -1,3 +1,3 @@
1
1
  module EventqRabbitmq
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventq_rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaughanbrittonsage