slight-lang 1.0.1 → 1.0.5

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: slight-lang
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliver.yu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-13 00:00:00.000000000 Z
11
+ date: 2017-04-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A light and sweet template language
14
14
  email:
@@ -32,13 +32,18 @@ files:
32
32
  - example/custom_engine.rb
33
33
  - example/default_engine.rb
34
34
  - example/index.slight.rb
35
+ - example/tilt_example.rb
35
36
  - lib/slight.rb
36
37
  - lib/slight/config.rb
37
38
  - lib/slight/dsl.rb
38
39
  - lib/slight/engine.rb
39
40
  - lib/slight/template.rb
41
+ - lib/slight/tilt.rb
40
42
  - lib/slight/utils.rb
41
43
  - slight.gemspec
44
+ - spec/bin_spec.rb
45
+ - spec/dsl_spec.rb
46
+ - spec/engine_spec.rb
42
47
  homepage: https://github.com/OliversCat/Slight
43
48
  licenses:
44
49
  - MIT
@@ -59,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
64
  version: '0'
60
65
  requirements: []
61
66
  rubyforge_project:
62
- rubygems_version: 2.5.1
67
+ rubygems_version: 2.6.11
63
68
  signing_key:
64
69
  specification_version: 4
65
70
  summary: The goal of this is to use ruby syntax and html style shotcut to write template.