koara-xml 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/koara/xml.rb +1 -1
  4. metadata +19 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41ecb03200703a3a6f320c7afa24189ceb7a3c10
4
- data.tar.gz: 1753e4ecb45ababbb68f4c4ef49a79b70c6cc7d7
3
+ metadata.gz: 987fc4a0ddad66995a63138b19f128a5f138bd75
4
+ data.tar.gz: d466bc742929cc1ac43fae4e5864cd7828978641
5
5
  SHA512:
6
- metadata.gz: 4078786b55aec7b41f4505b24d8611c3a55d5fdd77c2485d786f90f924f5e5da976e4fefee4d28af37765c5c79735f8ca230f07134589b74acd7b9f79f04f435
7
- data.tar.gz: a1bfa47e04550dd4bc5a727af9f7164e279e1fe51850f8c577a30104945e03c01d36b3975f2210547972d80b430af1062c223c76f1021e18044e5b697a9449f1
6
+ metadata.gz: 338033c8340fe3101153777b76fb3c84da168631b3fee40e81dd7fa3f181acc1347d93e809d6c8b33589c5991c2c74e80259f57f0c8f34a8f347981a7e80ae8e
7
+ data.tar.gz: c158a397ef28f83235481fde630361691bca671812b9f10247271da21641e316014713780b168835ae0edb9305193d1a87be948ffe7ca9ec54a9dc58760b9766
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Koara](http://www.koara.io/logo.png)](http://www.koara.io)
1
+ [![Koara](http://www.codeaddslife.com/koara.png)](http://www.codeaddslife.com/koara)
2
2
 
3
3
  [![Build Status](https://img.shields.io/travis/koara/koara-rb-xml.svg)](https://travis-ci.org/koara/koara-rb-xml)
4
4
  [![Coverage Status](https://img.shields.io/coveralls/koara/koara-rb-xml.svg)](https://coveralls.io/github/koara/koara-rb-xml?branch=master)
@@ -6,7 +6,7 @@
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/koara/koara-rb-xml/blob/master/LICENSE)
7
7
 
8
8
  # Koara-rb-xml
9
- [Koara](http://www.koara.io) is a modular lightweight markup language. This project can render the koara AST to Xml in Ruby.
9
+ [Koara](http://www.codeaddslife.com/koara) is a modular lightweight markup language. This project can render the koara AST to Xml in Ruby.
10
10
  The AST is created by the [core koara parser](https://github.com/koara/koara-rb).
11
11
 
12
12
  ## Getting started
@@ -3,6 +3,6 @@ require 'koara/xml/xmlrenderer'
3
3
 
4
4
  module Koara
5
5
  module Xml
6
- VERSION = "0.14.0"
6
+ VERSION = "0.15.0"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,33 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koara-xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Van Den Heuvel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-26 00:00:00.000000000 Z
11
+ date: 2017-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '10.4'
20
- - - '>='
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 10.4.2
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ~>
27
+ - - "~>"
28
28
  - !ruby/object:Gem::Version
29
29
  version: '10.4'
30
- - - '>='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 10.4.2
33
33
  description: Koara to HTML parser written in Ruby
@@ -37,16 +37,16 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
- - .gitignore
41
- - .gitmodules
42
- - .idea/compiler.xml
43
- - .idea/copyright/profiles_settings.xml
44
- - .idea/koara-rb-xml.iml
45
- - .idea/misc.xml
46
- - .idea/modules.xml
47
- - .idea/vcs.xml
48
- - .idea/workspace.xml
49
- - .travis.yml
40
+ - ".gitignore"
41
+ - ".gitmodules"
42
+ - ".idea/compiler.xml"
43
+ - ".idea/copyright/profiles_settings.xml"
44
+ - ".idea/koara-rb-xml.iml"
45
+ - ".idea/misc.xml"
46
+ - ".idea/modules.xml"
47
+ - ".idea/vcs.xml"
48
+ - ".idea/workspace.xml"
49
+ - ".travis.yml"
50
50
  - Gemfile
51
51
  - LICENSE
52
52
  - README.md
@@ -68,17 +68,17 @@ require_paths:
68
68
  - lib
69
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - '>='
71
+ - - ">="
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - '>='
76
+ - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 2.6.4
81
+ rubygems_version: 2.6.12
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: Koara to HTML parser written in Ruby