ruboty-github 0.0.9 → 0.1.0
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/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/lib/ruboty/github/version.rb +1 -1
- data/lib/ruboty/handlers/github.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a9cc642e1d299500001715d58cc30360b90c10b
|
|
4
|
+
data.tar.gz: b09dc9c9fd58ce20b24be12ce90c5325dc17ab29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9445e559959cbc331de24e4074f8d31d1ca07bfd49932dd6bd8a6aecc1f106c5c277caf4c15f5e6ae8ff902cc8a9c310faca5212387ed80bb927adaaa5a142c
|
|
7
|
+
data.tar.gz: ecc5f90bbeb0397263bf6a1ab06857e7fa0a7c8308026f3de25e96fb9eeada110fbd9338d1fa01634278a023626099b4085dd65f45f504ef9381f81f401d6c50
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ gem "ruboty-github"
|
|
|
11
11
|
```
|
|
12
12
|
@ruboty close issue <repo>#<number> - Close an Issue
|
|
13
13
|
@ruboty create issue "<title>" on <repo>[\n<description>] - Create a new Issue
|
|
14
|
-
@ruboty merge
|
|
14
|
+
@ruboty merge <repo>#<number> - Merge a Pull Request
|
|
15
15
|
@ruboty pull request "<title>" from <from> to <to> - Create a new Pull Request
|
|
16
16
|
@ruboty remember my github token <token> - Remember sender's GitHub access token
|
|
17
17
|
```
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboty-github
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryo Nakamura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|