jekyll-open-sdg-plugins 1.0.0.rc23 → 1.2.0.pre.beta3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-open-sdg-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc23
4
+ version: 1.2.0.pre.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brock Fanning
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-26 00:00:00.000000000 Z
11
+ date: 2020-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.2'
41
+ - !ruby/object:Gem::Dependency
42
+ name: json_schemer
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.2'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.2'
41
55
  description: Jekyll plugins for use with the Open SDG platform
42
56
  email:
43
57
  - brockfanning@gmail.com
@@ -46,8 +60,10 @@ extensions: []
46
60
  extra_rdoc_files: []
47
61
  files:
48
62
  - ".editorconfig"
63
+ - ".github/workflows/test-pull-requests.yml"
49
64
  - ".gitignore"
50
65
  - LICENSE
66
+ - Makefile
51
67
  - README.md
52
68
  - jekyll-open-sdg-plugins.gemspec
53
69
  - lib/jekyll-open-sdg-plugins.rb
@@ -56,12 +72,19 @@ files:
56
72
  - lib/jekyll-open-sdg-plugins/create_pages.rb
57
73
  - lib/jekyll-open-sdg-plugins/fetch_remote_data.rb
58
74
  - lib/jekyll-open-sdg-plugins/helpers.rb
75
+ - lib/jekyll-open-sdg-plugins/schema-indicator-config.json
76
+ - lib/jekyll-open-sdg-plugins/schema-site-config.json
59
77
  - lib/jekyll-open-sdg-plugins/sdg_variables.rb
60
78
  - lib/jekyll-open-sdg-plugins/search_index.rb
79
+ - lib/jekyll-open-sdg-plugins/site_configuration.rb
61
80
  - lib/jekyll-open-sdg-plugins/translate_date.rb
62
81
  - lib/jekyll-open-sdg-plugins/translate_key.rb
63
82
  - lib/jekyll-open-sdg-plugins/translate_metadata_field.rb
83
+ - lib/jekyll-open-sdg-plugins/validate_indicator_config.rb
84
+ - lib/jekyll-open-sdg-plugins/validate_site_config.rb
64
85
  - lib/jekyll-open-sdg-plugins/version.rb
86
+ - tests/Gemfile
87
+ - tests/_config.yml
65
88
  homepage: https://github.com/open-sdg/jekyll-open-sdg-plugins
66
89
  licenses:
67
90
  - MIT
@@ -81,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
104
  - !ruby/object:Gem::Version
82
105
  version: 1.3.1
83
106
  requirements: []
84
- rubyforge_project:
85
- rubygems_version: 2.7.6
107
+ rubygems_version: 3.1.4
86
108
  signing_key:
87
109
  specification_version: 4
88
110
  summary: Jekyll plugins for use with the Open SDG platform