eggshell 0.8.3 → 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 CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eggshell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaiser Shahid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-29 00:00:00.000000000 Z
11
+ date: 2017-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: From fast and basic HTML to complex decouments and more, Eggshell aims
14
14
  to provide you with all the document generation power you need through simple markup.
@@ -22,11 +22,15 @@ files:
22
22
  - lib/eggshell/block-handler.rb
23
23
  - lib/eggshell/block.rb
24
24
  - lib/eggshell/bundles.rb
25
+ - lib/eggshell/bundles/basics-old.rb
25
26
  - lib/eggshell/bundles/basics.rb
26
27
  - lib/eggshell/bundles/loader.rb
27
28
  - lib/eggshell/expression-evaluator.rb
29
+ - lib/eggshell/format-handler.rb
28
30
  - lib/eggshell/macro-handler.rb
31
+ - lib/eggshell/parse-tree.rb
29
32
  - lib/eggshell/processor-context.rb
33
+ - lib/eggshell/processor.rb
30
34
  homepage: https://acmedinotech.com/products/eggshell
31
35
  licenses:
32
36
  - MIT
@@ -37,18 +41,19 @@ require_paths:
37
41
  - lib
38
42
  required_ruby_version: !ruby/object:Gem::Requirement
39
43
  requirements:
40
- - - ">="
44
+ - - '>='
41
45
  - !ruby/object:Gem::Version
42
46
  version: '0'
43
47
  required_rubygems_version: !ruby/object:Gem::Requirement
44
48
  requirements:
45
- - - ">="
49
+ - - '>='
46
50
  - !ruby/object:Gem::Version
47
51
  version: '0'
48
52
  requirements: []
49
53
  rubyforge_project:
50
- rubygems_version: 2.4.5.1
54
+ rubygems_version: 2.0.14.1
51
55
  signing_key:
52
56
  specification_version: 4
53
57
  summary: Simple document markup and flexible templating all in one!
54
58
  test_files: []
59
+ has_rdoc: