rrm 0.2.1 → 0.2.2
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/Gemfile.lock +1 -1
- data/README.md +5 -0
- data/exe/rrm +2 -0
- data/lib/rrm/version.rb +1 -1
- data/rrm.mov.gif +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d6412a926abd978957e0903ac1d010f52725db7d44bb8557b965d8be4b787fa
|
4
|
+
data.tar.gz: 6e550780261e03459ba01b8ccf4d06659a03149ec97f5b4dd3e3843693a2823f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 681cdd86c407ca7cde282fc12a0b9761623533f33e581f0936732cd5cf6c6ae123afa18291f73a524da26ddb2d5afb63ce54dd80e3fb5e058251ecdd204146f8
|
7
|
+
data.tar.gz: 97cd1fb1cde7ae4813fd895c02fa270a99cb467fa79b5351020ec7e6abdaac2c301455ace989d282d46b412c84ec6bec905bb0c68f76222b1d9c1b7cce185cb5
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -18,6 +18,10 @@ Give it some URL's to git repositories, and rrm will:
|
|
18
18
|
|
19
19
|
Staying up to date with new Ruby versions on tens of projects should be easier than ever!
|
20
20
|
|
21
|
+
## DEMO!
|
22
|
+
|
23
|
+

|
24
|
+
|
21
25
|
## Running it
|
22
26
|
|
23
27
|
### Requirements
|
@@ -65,3 +69,4 @@ Everyone interacting in the Rrm project’s codebases, issue trackers, chat room
|
|
65
69
|
* Ways to limit or increase output (--quiet mode and --verbose mode)
|
66
70
|
* Make proper documentation and refactor all the classes so it could be used as a gem/library inside other projects. For example a Slack bot to update things?
|
67
71
|
* Is it okay to just pollute the users /tmp/ files like this?
|
72
|
+
* Add an option to automatically create merge requests / pull requests in Gitlab/Github
|
data/exe/rrm
CHANGED
data/lib/rrm/version.rb
CHANGED
data/rrm.mov.gif
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rrm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Janne Warén
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -239,6 +239,7 @@ files:
|
|
239
239
|
- lib/rrm/version.rb
|
240
240
|
- log/.keep
|
241
241
|
- rrm.gemspec
|
242
|
+
- rrm.mov.gif
|
242
243
|
homepage: https://github.com/jannewaren/rrm
|
243
244
|
licenses:
|
244
245
|
- MIT
|