html-pipeline-task_list 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 7f7c8e80e9c4e81c8f3e5664b8c4169c9058d1fc3e1f18b73717f5b4290ee717
4
- data.tar.gz: 959db5129b1a159383a730d02ca2084880c9c88449bd6912971fcf5106186eb8
3
+ metadata.gz: 9854c4452024d254e5ab45bca2abd20735a71b50e4f2f9bb8662b8719c6ec144
4
+ data.tar.gz: d9da57327bd882448faabd267f0ec8ef08d8e61703deaad39c81580501582d85
5
5
  SHA512:
6
- metadata.gz: a40d56aadbe7e1a92361e7bd40a032cf42ec15def24d4de044099b81c14e7d00801c6f6918ddd603f078d9db258e97207afe02db8c9d3c77e6495e5bd106e7a8
7
- data.tar.gz: '091d7c01b62a2ae4dae0698b44331ec811160452a48cf0e633bf9948307ac1d9c58a834af194479cd4d8fa4508f651e300a6966b755ddbcfbad05dee6bdf5e84'
6
+ metadata.gz: 44a2d14c88504f9ba955a0a67586fa74e7d970031296205e67d5ce7e031e72e6a9dde5b77fb8adcdd5f26411d4bb01dfe664c04851308a569c5bfade733d7dac
7
+ data.tar.gz: 3e0f4c16b175be9b659337f25d104622671edfb801e5d4ba4810fe420cb194d1470320e06b0c94a4a4a00364abf2e924f703b2229585395d66e72995fcbf49f0
@@ -1,6 +1,6 @@
1
1
  # Contributions Welcome!
2
2
 
3
- Hi there! We're thrilled that you'd like to contribute to this project. Before you do, would you mind reading [this license agreement](CLA.md)? If you open a PR, we'll assume you agree to it. If you have any hesitation or disagreement, please do open a PR still, but note your concerns as well.
3
+ Hi there! We're thrilled that you'd like to contribute to this project. Before you do, would you mind reading [this license agreement](LICENSE)? If you open a PR, we'll assume you agree to it. If you have any hesitation or disagreement, please do open a PR still, but note your concerns as well.
4
4
 
5
5
  Once done, follow these steps:
6
6
 
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Task Lists
1
+ # Task List
2
2
 
3
3
  This Gem provides various components necessary for integrating
4
4
  [Task Lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
@@ -82,7 +82,7 @@ For the backend Ruby components, add this line to your application's Gemfile:
82
82
  And then execute `bundle install`
83
83
 
84
84
  ## Development
85
- AAfter checking out the repo, run `bundle install && npm install` to install dependencies.
85
+ After checking out the repo, run `bundle install && npm install` to install dependencies.
86
86
 
87
87
  To install this gem onto your local machine, run `bundle exec rake install`
88
88
 
@@ -91,7 +91,7 @@ To release a new version, update run `bundle exec rake release` to create a git
91
91
  ## Testing
92
92
  before beginning testing, be sure to run `bundle install && npm install`
93
93
 
94
- Ruby unit tests can be run with `rake test`.
94
+ Ruby unit tests can be run with `bundle exec rake test`.
95
95
  Javascript unit tests can be run with `npm test`
96
96
 
97
97
  Functional tests can be run manually in the browser. To do so:
@@ -19,12 +19,12 @@ Gem::Specification.new do |gem|
19
19
  end
20
20
 
21
21
  gem.require_paths = ['lib']
22
- gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
22
+
23
23
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
24
24
 
25
25
  gem.add_dependency 'html-pipeline', '~> 2.12'
26
26
 
27
- gem.add_development_dependency 'bundler', '~> 2.1', '>=2.1.4'
27
+ gem.add_development_dependency 'bundler', '~> 2.1', '>= 2.1.4'
28
28
  gem.add_development_dependency 'commonmarker', '~> 0.21.0'
29
29
  gem.add_development_dependency 'github-markdown', '~> 0.6.9'
30
30
  gem.add_development_dependency 'guard', '~> 2.16'
@@ -3,7 +3,7 @@
3
3
  module HTML
4
4
  class Pipeline
5
5
  class TaskList
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-pipeline-task_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codetree
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-02 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-pipeline