zarchitect 1.0.0

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.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zarchitect
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - ryu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Yet another static website generator
14
+ email: ryu@tohya.net
15
+ executables:
16
+ - zarchitect
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/zarchitect
21
+ - data/_zarchitect.yaml
22
+ - data/post.md.erb
23
+ - lib/zarchitect.rb
24
+ - lib/zarchitect/assets.rb
25
+ - lib/zarchitect/audio.rb
26
+ - lib/zarchitect/category.rb
27
+ - lib/zarchitect/cmd_misc.rb
28
+ - lib/zarchitect/cmd_new.rb
29
+ - lib/zarchitect/cmd_update.rb
30
+ - lib/zarchitect/config.rb
31
+ - lib/zarchitect/content.rb
32
+ - lib/zarchitect/file_manager.rb
33
+ - lib/zarchitect/html.rb
34
+ - lib/zarchitect/htmltable.rb
35
+ - lib/zarchitect/image.rb
36
+ - lib/zarchitect/image_set.rb
37
+ - lib/zarchitect/index.rb
38
+ - lib/zarchitect/misc_file.rb
39
+ - lib/zarchitect/paginator.rb
40
+ - lib/zarchitect/post.rb
41
+ - lib/zarchitect/rouge_html.rb
42
+ - lib/zarchitect/rss.rb
43
+ - lib/zarchitect/scss.rb
44
+ - lib/zarchitect/section.rb
45
+ - lib/zarchitect/tag.rb
46
+ - lib/zarchitect/util.rb
47
+ - lib/zarchitect/video.rb
48
+ - lib/zarchitect/zerb.rb
49
+ homepage: https://www.tohya.net/projects/other/5faa82d2/index.html
50
+ licenses:
51
+ - GPL-3.0
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 2.7.6.2
70
+ signing_key:
71
+ specification_version: 4
72
+ summary: Static website generator
73
+ test_files: []