eventq_rabbitmq 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -10
- data/lib/eventq_rabbitmq/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f521b5119b9bedc5065198c849044691a15f5bb
|
4
|
+
data.tar.gz: a18cf27d9465266cfae466b356a878257e922874
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dd149db51deacf8f69337133e630ec22124e5b431c06ec4c1a92236fef80bd9a65c941cc4e48a9f91dd7671bd7df475a504e4af9597a84ebc6402757a36fb6f
|
7
|
+
data.tar.gz: c1a5df1b60d5d0b26db8f1c858dfb83eb3f82f8e221c9e765db48cbf363ebe7486e44daa30ae169a61accb20d0f2d4fe830c4ea8d2bb61e20c038784b1d605ed
|
data/README.md
CHANGED
@@ -1,15 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# EventQ [RabbitMq]
|
2
2
|
|
3
|
-
Welcome to
|
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 '
|
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
|
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/
|
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
|