evostream-event 0.1.0.pre.9 → 0.1.0.pre.10

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +33 -13
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd8261d5f68c7396173b6778e53def0737fe48dd
4
- data.tar.gz: 0f5464176498a3f449826479e870cecd72036f37
3
+ metadata.gz: 65902b95cbc8deb339672408cf842f01424ead1b
4
+ data.tar.gz: cdcb37d0756be0ea4e03d6ef7205feabad0623eb
5
5
  SHA512:
6
- metadata.gz: b1baca8a4fd197936e9171ad7c6ab6d46933d9974b8434b137f0d67210ccd4f56b6437fd5a1528729a955ecdbbdfcf1adf2354c5a438188115ad4077d8768fc2
7
- data.tar.gz: caf32d7a30047423f34e1aa2d6b2f6c786c0543f37d6f079947ced6b18dfadd8cd5b1fb59c679b1931327bfad918edcccbd5eb77103a8e115ac9e627636d7230
6
+ metadata.gz: cc31f0fc79d3ea0dada5b8e8ffbad1adc2c5c305c4680ff62696dc0949bf7d00b64770856e2d567080b3e6556a5f56f437d66c21cd9d1fe604a12ac26f4c18d0
7
+ data.tar.gz: 8acb25ed4981ffc1d95a62d051b310b44e0f862a60a866141c20b97e61a4baab837e323628f6dd4c1d4da78c0c0e37492074df95dc22641156acd03439dfd38a
data/README.md CHANGED
@@ -1,10 +1,18 @@
1
- # Evostream::Event | [![Build Status](https://travis-ci.org/Dev-Crea/evostream-event.svg?branch=master)](https://travis-ci.org/Dev-Crea/evostream-event)
1
+ # Evostream::Event | [![Build Status](https://travis-ci.org/Dev-Crea/evostream-event.svg?branch=master)](https://travis-ci.org/Dev-Crea/evostream-event) [![Gem Version](https://badge.fury.io/rb/evostream-event.svg)](https://badge.fury.io/rb/evostream-event) [![inline docs](https://inch-ci.org/github/Dev-Crea/evostream-event.svg)](https://inch-ci.org/github/Dev-Crea/evostream-event)
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/evostream/event`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Evostream Event listen event to Evostream and execute task.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ ## Menu
6
6
 
7
- ## Installation
7
+ * [How to use](#how-to-use)
8
+ * [Installation](#installation)
9
+ * [Usage](#usage)
10
+ * [Development](#development)
11
+ * [Contributing](#contributing)
12
+
13
+ ## How to use
14
+
15
+ ### Installation
8
16
 
9
17
  Add this line to your application's Gemfile:
10
18
 
@@ -12,25 +20,37 @@ Add this line to your application's Gemfile:
12
20
  gem 'evostream-event'
13
21
  ```
14
22
 
15
- And then execute:
23
+ And then execute :
16
24
 
17
- $ bundle
25
+ ```linux
26
+ bundle
27
+ ```
18
28
 
19
- Or install it yourself as:
29
+ Or install it yourself as :
20
30
 
21
- $ gem install evostream-event
31
+ ```linux
32
+ gem install evostream-event
33
+ ```
22
34
 
23
- ## Usage
35
+ ### Usage
24
36
 
25
37
  TODO: Write usage instructions here
26
38
 
27
39
  ## Development
28
40
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
41
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
42
+ `rake spec` to run the tests. You can also run `bin/console` for an interactive
43
+ prompt that will allow you to experiment.
30
44
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
45
+ To install this gem onto your local machine, run `bundle exec rake install`. To
46
+ release a new version, update the version number in `version.rb`, and then run
47
+ `bundle exec rake release`, which will create a git tag for the version, push
48
+ git commits and tags, and push the `.gem` file to
49
+ [rubygems.org](https://rubygems.org).
32
50
 
33
51
  ## Contributing
34
52
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/evostream-event. 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
-
53
+ Bug reports and pull requests are welcome on GitHub at
54
+ https://github.com/Dev-Crea/evostream-event. This project is intended to be a
55
+ safe, welcoming space for collaboration, and contributors are expected to adhere
56
+ to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evostream-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.9
4
+ version: 0.1.0.pre.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - VAILLANT Jeremy