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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3227d0b7463a35d1a5e082dd91f138bf2546ef2e
4
- data.tar.gz: 90592972efe7d938d03b97a9ee67f9e393da26a0
3
+ metadata.gz: 975ebe56553df4d65b12f7dbab5e7a6b01c45d72
4
+ data.tar.gz: ffae8c16237f57f5a0003724ef2f0b8885c77466
5
5
  SHA512:
6
- metadata.gz: 73afd735837094793486781ada7778ff734b9aa79b6debd990dc1623930f8b991f789e5375733d7e1bb30f8bff094453bc709a91a52edd5c3bd08d9782ccbb9b
7
- data.tar.gz: b539cd3edf7ca86c7e757469f2f9871311ae60daaf5d609781d3cca1166151b8c625361b973d42805bfc7107cd6f56a79fceb5eb9f2b0cac5ea5f7e014fd0f9a
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, NOT RELEASED YET
3
+ > STILL UNDER ACTIVE DEVELOPMENT
4
4
 
5
5
  [![Build Status](https://travis-ci.org/benichu/checklister.svg)](https://travis-ci.org/benichu/checklister)
6
6
  [![Dependency Status](https://gemnasium.com/benichu/checklister.svg)](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
- ### The Checklist Manifesto
20
+ ### the checklist manifesto
21
21
 
22
22
  A great book to read for more inspiration about the power of checklist:
23
23
 
@@ -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[:name]]
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
@@ -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{NOT READY!
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
 
@@ -1,3 +1,3 @@
1
1
  module Checklister
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
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.1
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-23 00:00:00.000000000 Z
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
- NOT READY!
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