ninny 0.1.9 → 0.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +47 -0
- data/.github/workflows/main.yml +34 -0
- data/.github/workflows/scheduled.yml +49 -0
- data/.gitignore +3 -0
- data/.rubocop.yml +27 -0
- data/.ruby-version +1 -1
- data/Gemfile +4 -2
- data/Guardfile +7 -0
- data/LICENSE.txt +1 -1
- data/README.md +84 -12
- data/Rakefile +5 -3
- data/bin/console +4 -3
- data/exe/ninny +4 -3
- data/lib/ninny.rb +4 -2
- data/lib/ninny/cli.rb +7 -12
- data/lib/ninny/commands/create_dated_branch.rb +13 -9
- data/lib/ninny/commands/output_dated_branch.rb +2 -1
- data/lib/ninny/commands/pull_request_merge.rb +10 -4
- data/lib/ninny/commands/setup.rb +45 -17
- data/lib/ninny/git.rb +21 -25
- data/lib/ninny/project_config.rb +4 -2
- data/lib/ninny/repository/gitlab.rb +24 -14
- data/lib/ninny/repository/pull_request.rb +5 -2
- data/lib/ninny/user_config.rb +4 -4
- data/lib/ninny/version.rb +1 -1
- data/ninny.gemspec +34 -58
- metadata +124 -40
- data/.travis.yml +0 -7
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile.lock +0 -159
- data/lib/ninny/commands/.gitkeep +0 -1
- data/lib/ninny/templates/.gitkeep +0 -1
data/Gemfile.lock
DELETED
@@ -1,159 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
ninny (0.1.9)
|
5
|
-
git (~> 1.5.0)
|
6
|
-
gitlab (~> 4.11)
|
7
|
-
pastel (~> 0.7.2)
|
8
|
-
thor (< 2)
|
9
|
-
tty-box (~> 0.3.0)
|
10
|
-
tty-color (~> 0.4)
|
11
|
-
tty-command (~> 0.8.0)
|
12
|
-
tty-config (~> 0.3.0)
|
13
|
-
tty-prompt (~> 0.18.0)
|
14
|
-
|
15
|
-
GEM
|
16
|
-
remote: https://rubygems.org/
|
17
|
-
specs:
|
18
|
-
byebug (11.0.1)
|
19
|
-
diff-lcs (1.3)
|
20
|
-
equatable (0.5.0)
|
21
|
-
git (1.5.0)
|
22
|
-
gitlab (4.17.0)
|
23
|
-
httparty (~> 0.18)
|
24
|
-
terminal-table (~> 1.5, >= 1.5.1)
|
25
|
-
httparty (0.18.1)
|
26
|
-
mime-types (~> 3.0)
|
27
|
-
multi_xml (>= 0.5.2)
|
28
|
-
kramdown (1.16.2)
|
29
|
-
mime-types (3.3.1)
|
30
|
-
mime-types-data (~> 3.2015)
|
31
|
-
mime-types-data (3.2020.1104)
|
32
|
-
multi_xml (0.6.0)
|
33
|
-
necromancer (0.4.0)
|
34
|
-
pastel (0.7.2)
|
35
|
-
equatable (~> 0.5.0)
|
36
|
-
tty-color (~> 0.4.0)
|
37
|
-
rake (10.5.0)
|
38
|
-
rouge (3.3.0)
|
39
|
-
rspec (3.8.0)
|
40
|
-
rspec-core (~> 3.8.0)
|
41
|
-
rspec-expectations (~> 3.8.0)
|
42
|
-
rspec-mocks (~> 3.8.0)
|
43
|
-
rspec-core (3.8.0)
|
44
|
-
rspec-support (~> 3.8.0)
|
45
|
-
rspec-expectations (3.8.3)
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.8.0)
|
48
|
-
rspec-mocks (3.8.0)
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
-
rspec-support (~> 3.8.0)
|
51
|
-
rspec-support (3.8.0)
|
52
|
-
strings (0.1.5)
|
53
|
-
strings-ansi (~> 0.1)
|
54
|
-
unicode-display_width (~> 1.5)
|
55
|
-
unicode_utils (~> 1.4)
|
56
|
-
strings-ansi (0.1.0)
|
57
|
-
terminal-table (1.8.0)
|
58
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
59
|
-
thor (0.20.3)
|
60
|
-
timers (4.3.0)
|
61
|
-
tty (0.9.1)
|
62
|
-
bundler (~> 1.16, < 2.0)
|
63
|
-
equatable (~> 0.5)
|
64
|
-
pastel (~> 0.7.2)
|
65
|
-
thor (~> 0.20.0)
|
66
|
-
tty-box (~> 0.3.0)
|
67
|
-
tty-color (~> 0.4)
|
68
|
-
tty-command (~> 0.8.0)
|
69
|
-
tty-config (~> 0.3.0)
|
70
|
-
tty-cursor (~> 0.6)
|
71
|
-
tty-editor (~> 0.5.0)
|
72
|
-
tty-file (~> 0.7.0)
|
73
|
-
tty-font (~> 0.2.0)
|
74
|
-
tty-markdown (~> 0.5.0)
|
75
|
-
tty-pager (~> 0.12.0)
|
76
|
-
tty-pie (~> 0.1.0)
|
77
|
-
tty-platform (~> 0.2.0)
|
78
|
-
tty-progressbar (~> 0.16.0)
|
79
|
-
tty-prompt (~> 0.18.0)
|
80
|
-
tty-screen (~> 0.6)
|
81
|
-
tty-spinner (~> 0.9.0)
|
82
|
-
tty-table (~> 0.10.0)
|
83
|
-
tty-tree (~> 0.2.0)
|
84
|
-
tty-which (~> 0.4)
|
85
|
-
tty-box (0.3.0)
|
86
|
-
pastel (~> 0.7.2)
|
87
|
-
strings (~> 0.1.4)
|
88
|
-
tty-cursor (~> 0.6.0)
|
89
|
-
tty-color (0.4.3)
|
90
|
-
tty-command (0.8.2)
|
91
|
-
pastel (~> 0.7.0)
|
92
|
-
tty-config (0.3.1)
|
93
|
-
tty-cursor (0.6.1)
|
94
|
-
tty-editor (0.5.0)
|
95
|
-
tty-prompt (~> 0.18)
|
96
|
-
tty-which (~> 0.4)
|
97
|
-
tty-file (0.7.1)
|
98
|
-
diff-lcs (~> 1.3)
|
99
|
-
pastel (~> 0.7.2)
|
100
|
-
tty-prompt (~> 0.18)
|
101
|
-
tty-font (0.2.0)
|
102
|
-
tty-markdown (0.5.1)
|
103
|
-
kramdown (~> 1.16.2)
|
104
|
-
pastel (~> 0.7.2)
|
105
|
-
rouge (~> 3.3)
|
106
|
-
strings (~> 0.1.4)
|
107
|
-
tty-color (~> 0.4)
|
108
|
-
tty-screen (~> 0.6)
|
109
|
-
tty-pager (0.12.1)
|
110
|
-
strings (~> 0.1.4)
|
111
|
-
tty-screen (~> 0.6)
|
112
|
-
tty-which (~> 0.4)
|
113
|
-
tty-pie (0.1.0)
|
114
|
-
pastel (~> 0.7.2)
|
115
|
-
tty-cursor (~> 0.6.0)
|
116
|
-
tty-platform (0.2.0)
|
117
|
-
tty-progressbar (0.16.0)
|
118
|
-
strings-ansi (~> 0.1.0)
|
119
|
-
tty-cursor (~> 0.6.0)
|
120
|
-
tty-screen (~> 0.6.4)
|
121
|
-
unicode-display_width (~> 1.3)
|
122
|
-
tty-prompt (0.18.1)
|
123
|
-
necromancer (~> 0.4.0)
|
124
|
-
pastel (~> 0.7.0)
|
125
|
-
timers (~> 4.0)
|
126
|
-
tty-cursor (~> 0.6.0)
|
127
|
-
tty-reader (~> 0.5.0)
|
128
|
-
tty-reader (0.5.0)
|
129
|
-
tty-cursor (~> 0.6.0)
|
130
|
-
tty-screen (~> 0.6.4)
|
131
|
-
wisper (~> 2.0.0)
|
132
|
-
tty-screen (0.6.5)
|
133
|
-
tty-spinner (0.9.0)
|
134
|
-
tty-cursor (~> 0.6.0)
|
135
|
-
tty-table (0.10.0)
|
136
|
-
equatable (~> 0.5.0)
|
137
|
-
necromancer (~> 0.4.0)
|
138
|
-
pastel (~> 0.7.2)
|
139
|
-
strings (~> 0.1.0)
|
140
|
-
tty-screen (~> 0.6.4)
|
141
|
-
tty-tree (0.2.0)
|
142
|
-
tty-which (0.4.1)
|
143
|
-
unicode-display_width (1.6.0)
|
144
|
-
unicode_utils (1.4.0)
|
145
|
-
wisper (2.0.0)
|
146
|
-
|
147
|
-
PLATFORMS
|
148
|
-
ruby
|
149
|
-
|
150
|
-
DEPENDENCIES
|
151
|
-
bundler (~> 1.17)
|
152
|
-
byebug
|
153
|
-
ninny!
|
154
|
-
rake (~> 10.0)
|
155
|
-
rspec (~> 3.0)
|
156
|
-
tty
|
157
|
-
|
158
|
-
BUNDLED WITH
|
159
|
-
1.17.3
|
data/lib/ninny/commands/.gitkeep
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
#
|
@@ -1 +0,0 @@
|
|
1
|
-
#
|