checklister 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c047036c2294360fcdf6a3f549d7afd0dd5a69af
4
- data.tar.gz: 44a6a6c2baa455367d614713cfecf0771e853199
3
+ metadata.gz: 8e6f8a45567dfb3d8d9d0cf675645e9f2b598308
4
+ data.tar.gz: b733aa9ef8c33135ff46cf70467534f6b23c6845
5
5
  SHA512:
6
- metadata.gz: f1325fb5689e8b887a83b57bb8fcaea8da630ec05a4bafffce48f1f9e3e7e075fe5fad52268ef957b38d594f61af024b1c57b7571b93d93ead5b32b3ed4753f8
7
- data.tar.gz: ab6ebddbcf4eaabf8a81f3cd5e46968cc1cbf4e383c97569626ada6016b60185c006f646770c1ccbaf8b56df4b04feba9a8e6ad2971d2eaf7196790ee41f5795
6
+ metadata.gz: cba4d88b5e6ee7736375cafed8a750c3ec71584c4de6b50c2558a823bcbc70c2764b57252e393343a6fa1601bfe69aef10931117c97134937297b524aafc73b7
7
+ data.tar.gz: 7139a5d1eac797752dd3afc05efc8d736e09ad0f2580876d5f00061dc0e62b2eff702b9e8c4ac43bf611b978a80dcac3ef6522828761e2e2b50ad71ff0009a7f
data/README.md CHANGED
@@ -4,6 +4,7 @@
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)
7
+ [![Gem Version](https://badge.fury.io/rb/checklister.svg)](http://badge.fury.io/rb/checklister)
7
8
 
8
9
  ## Description
9
10
 
@@ -26,7 +27,7 @@ Source: http://atulgawande.com/book/the-checklist-manifesto/
26
27
 
27
28
  ### Requirements
28
29
 
29
- * Ruby 1.9+
30
+ * Ruby 2.0+
30
31
  * RubyGems 1.9+
31
32
  * a Gitlab and/or Github user authentication token
32
33
 
@@ -81,12 +82,12 @@ You can write tests using `rspec v3+` syntax in the `spec` folder. To run the te
81
82
 
82
83
  ## Release
83
84
 
85
+ Make sure you are all setup first: http://guides.rubygems.org/publishing/#publishing-to-rubygemsorg
86
+
84
87
  To prepare a release, run `script/release`. This will package a new version of the `checklister` gem and release it to [https://rubygems.org/gems/checklister](https://rubygems.org/gems/checklister).
85
88
 
86
89
  ## Authors
87
90
 
88
- Make sure you are all setup first: http://guides.rubygems.org/publishing/#publishing-to-rubygemsorg
89
-
90
91
  Checklister is written and maintained by [Benjamin Thouret](https://github.com/benichu) and [Manon Deloupy](https://github.com/mdeloupy).
91
92
 
92
93
  ## License
data/checklister.gemspec CHANGED
@@ -10,10 +10,13 @@ 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{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{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.}
14
15
  spec.homepage = "https://github.com/benichu/checklister"
15
16
  spec.license = "MIT"
16
17
 
18
+ spec.required_ruby_version = '>= 2.0'
19
+
17
20
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
21
  spec.bindir = "bin"
19
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Checklister
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Thouret
@@ -95,8 +95,9 @@ dependencies:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: '3.3'
98
- description: Checklister is a CLI packaged as a Ruby gem giving you the power to transform
99
- any markdown file or url checklist into an actionable gitlab (and soon github) issue.
98
+ description: |-
99
+ NOT READY!
100
+ 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.
100
101
  email:
101
102
  - ben@2ret.com
102
103
  - mdeloupy@gmail.com
@@ -135,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
136
  requirements:
136
137
  - - ">="
137
138
  - !ruby/object:Gem::Version
138
- version: '0'
139
+ version: '2.0'
139
140
  required_rubygems_version: !ruby/object:Gem::Requirement
140
141
  requirements:
141
142
  - - ">="