lessons_indexer 1.0.0 → 1.0.2.1

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: 6e21920635acfac747c344fa36ed6214819ec8fb
4
- data.tar.gz: b0eede25a1b3e85820cf0706b0f06d398573e48a
3
+ metadata.gz: 875c2a5a410834e123e1bd10d87ca630a2a5d73f
4
+ data.tar.gz: 7b5408276a3c2bed09c66dbf413d1ea9adbcbd37
5
5
  SHA512:
6
- metadata.gz: 8d23bb2588c6b483f7c9dd1915318afb89f224d8b7018353cef3e5aa8d465328fc89686ef89fd69df9e74d9eb23b1ed06b397db348dd14767724026c70eece5a
7
- data.tar.gz: 09938b4507bae5207e02b03e41697b2a39c10e473193db4fa1325917d652631d3a395030e5ccf6e8a9a24f6b1526794bbaaf227601e2eb5fe1118b7fbfe7c473
6
+ metadata.gz: 6cf4f68add5f678202cdbb6871c0648f2dcbc2737dda471ace33f3e8f3510c17b361943fc9274b3f1ca85543f975e1664f2a28152bf290cb0d8039df30791c31
7
+ data.tar.gz: 9393ccb291bb416d03344ac77a51c2204718d33866848be498c73acb8450bb430012220777fff7af52299c58d320be3e6e5fbe026f29652e96172a565a2c66af
@@ -7,9 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["golosizpru@gmail.com"]
8
8
  spec.homepage = "https://github.com/bodrovis/lessons_indexer"
9
9
  spec.summary = %q{Lessons Indexer for Learnable}
10
- spec.description = %q{Lessons Indexer for Learnable}
10
+ spec.description = %q{Lessons Indexer for Learnable. Build index, adds headings, generates PDFs from Markdown and pushes to GitHub.}
11
11
  spec.license = "MIT"
12
12
 
13
+ spec.required_ruby_version = '>= 2.0.0'
14
+
13
15
  spec.files = `git ls-files -z`.split("\x0")
14
16
  spec.executables = ["lessons_indexer"]
15
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
@@ -1,3 +1,3 @@
1
1
  module LessonsIndexer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lessons_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Bodrov
@@ -108,7 +108,8 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0.3'
111
- description: Lessons Indexer for Learnable
111
+ description: Lessons Indexer for Learnable. Build index, adds headings, generates
112
+ PDFs from Markdown and pushes to GitHub.
112
113
  email:
113
114
  - golosizpru@gmail.com
114
115
  executables:
@@ -168,7 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
169
  requirements:
169
170
  - - ">="
170
171
  - !ruby/object:Gem::Version
171
- version: '0'
172
+ version: 2.0.0
172
173
  required_rubygems_version: !ruby/object:Gem::Requirement
173
174
  requirements:
174
175
  - - ">="