checklister 0.9.1 → 0.9.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/README.md +2 -2
- data/bin/checklister +1 -1
- data/checklister.gemspec +1 -2
- data/lib/checklister/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 975ebe56553df4d65b12f7dbab5e7a6b01c45d72
|
4
|
+
data.tar.gz: ffae8c16237f57f5a0003724ef2f0b8885c77466
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b474c3775f0a55f8650cff805f8201cefe9b8f1d44d7fb4d043b5f031424f31b127190e22bf0ef5f3a100b132992cfd0e5c426c906f0444d95445df85a9451ff
|
7
|
+
data.tar.gz: f85d2ef19f2e71a4a7956a88b5dbdc677965c1ec8d4ad1ddf7e64d95def72fb100843acf97343504c1df258e8ced690aa731c51de7fb82a3f91c627faaa17836
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Checklister
|
2
2
|
|
3
|
-
> STILL UNDER ACTIVE DEVELOPMENT
|
3
|
+
> STILL UNDER ACTIVE DEVELOPMENT
|
4
4
|
|
5
5
|
[](https://travis-ci.org/benichu/checklister)
|
6
6
|
[](https://gemnasium.com/benichu/checklister)
|
@@ -17,7 +17,7 @@ Checklister is a CLI packaged as a Ruby gem giving you the power to transform an
|
|
17
17
|
A checklist is an ideal tool to help people remembering all of the steps required to accomplish complicated tasks and objectives.
|
18
18
|
Using a checklist enforces best practices, even if they seem obvious at first, preventing costly mistakes.
|
19
19
|
|
20
|
-
###
|
20
|
+
### the checklist manifesto
|
21
21
|
|
22
22
|
A great book to read for more inspiration about the power of checklist:
|
23
23
|
|
data/bin/checklister
CHANGED
@@ -126,7 +126,7 @@ command :new do |c|
|
|
126
126
|
projects = gitlab_project.filtered_by_name(project_like)
|
127
127
|
default_project_id = projects.first[:id]
|
128
128
|
projects.each do |project|
|
129
|
-
puts "%-5s %-100s" % ["[#{project[:id]}]", project[:
|
129
|
+
puts "%-5s %-100s" % ["[#{project[:id]}]", project[:name_with_namespace]]
|
130
130
|
end
|
131
131
|
puts "* Pick your project Id, defaults to [#{default_project_id}]"
|
132
132
|
choice = STDIN.gets.chomp
|
data/checklister.gemspec
CHANGED
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["ben@2ret.com", "mdeloupy@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Markdown checklists to gitlab or github issue.}
|
13
|
-
spec.description = %q{
|
14
|
-
Checklister is a CLI packaged as a Ruby gem giving you the power to transform any markdown file or url checklist into an actionable gitlab (and soon github) issue.}
|
13
|
+
spec.description = %q{Checklister is a CLI packaged as a Ruby gem giving you the power to transform any markdown file or url checklist into an actionable gitlab (and soon github) issue.}
|
15
14
|
spec.homepage = "https://github.com/benichu/checklister"
|
16
15
|
spec.license = "MIT"
|
17
16
|
|
data/lib/checklister/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: checklister
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Thouret
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-09-
|
12
|
+
date: 2015-09-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: gitlab
|
@@ -151,9 +151,8 @@ dependencies:
|
|
151
151
|
- - "~>"
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '1.21'
|
154
|
-
description:
|
155
|
-
|
156
|
-
Checklister is a CLI packaged as a Ruby gem giving you the power to transform any markdown file or url checklist into an actionable gitlab (and soon github) issue.
|
154
|
+
description: Checklister is a CLI packaged as a Ruby gem giving you the power to transform
|
155
|
+
any markdown file or url checklist into an actionable gitlab (and soon github) issue.
|
157
156
|
email:
|
158
157
|
- ben@2ret.com
|
159
158
|
- mdeloupy@gmail.com
|