moiscot-problem 0.0.3 → 0.0.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.
- checksums.yaml +4 -4
- data/README.md +17 -3
- data/lib/lita/handlers/moiscot-problem.rb +1 -1
- data/moiscot-problem.gemspec +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: 9f4e6bbb9d33393099d1de10e4c39b98ece6e0bd
|
4
|
+
data.tar.gz: a6aa7b1f72e6c811014e65869de70c7dcb48bdf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb0ea621e493293a8a983191071cafc7dddbac5ac96538207508a55bd4bf60679874a412ad0cd99fb1a3aa55050d8164444feffa9bd54454f7a3071171f0039f
|
7
|
+
data.tar.gz: d40318eb156d5191a38df6adc0ae2af20416833b66b74456b15d59591d8366486cd35c9fd11c879d5671624eff15e2694a4f79fa581c9f0ed5cf9f050100d97f
|
data/README.md
CHANGED
@@ -1,16 +1,30 @@
|
|
1
1
|
# moiscot-problem
|
2
2
|
|
3
|
-
MOi Solutions problem bot
|
3
|
+
MOi Solutions problem bot.
|
4
|
+
|
5
|
+
> A kitten dies every time you say the word problem!
|
6
|
+
|
7
|
+

|
4
8
|
|
5
9
|
## Installation
|
6
|
-
Add
|
10
|
+
Add moiscot-problem to your Gemfile:
|
7
11
|
|
8
12
|
``` ruby
|
9
13
|
gem 'moiscot-problem'
|
10
14
|
```
|
11
15
|
|
12
16
|
## Usage
|
13
|
-
|
17
|
+
|
18
|
+
@moiscot: problema
|
19
|
+
|
20
|
+
## Build (development)
|
21
|
+
|
22
|
+
gem build moiscot-problem.gemspec
|
23
|
+
|
24
|
+
## Publish (development)
|
25
|
+
|
26
|
+
gem push moiscot-problem-x.x.x.gem
|
27
|
+
|
14
28
|
|
15
29
|
## License
|
16
30
|
[MIT](http://opensource.org/licenses/MIT)
|
data/moiscot-problem.gemspec
CHANGED