rley 0.5.00 → 0.5.01

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0a5683c3a64ffa38c57d916ecbca45fa2f8f0b2
4
- data.tar.gz: 77c4d6c99c3836c37e129cce40a9457fe74fbb8e
3
+ metadata.gz: fe660cf0bb663508b71cc2e40461b571d4caa6ed
4
+ data.tar.gz: 5217bf9f6757f849bdd0fe471b8d5aa0c2283cb5
5
5
  SHA512:
6
- metadata.gz: 7f4d20ab683694d83fb8f16933bd3cf7dccfa39e1166d0ae2571503f576074c53d13ad26006016ea4518627e3d94596ec91af527394e33d71d825f12c64611dc
7
- data.tar.gz: 620870b9f7ddb191fb1899a13ae08dd97feb01ef33e96d6b40e752ac4e01d47b5bfd0f09107a017babe00fec08cb44579d45fae0d8583a4d8d801dd1f76de216
6
+ metadata.gz: 67fa745c86ccb6e14fe8689f4a0b94fc756b1a9f9dd8be50b77e5506671038f49a85f65bbef4e986f27f8d709afb6ad02896157b0b455b580c37aa6f8d011a47
7
+ data.tar.gz: 37df7d6e3519396a4198ecedc42d9e45d98bc71cedf4aaeba9fdff8f88ec13891da0168ace662c23e551de3cc80fefef004ed4b7be8bf6f97c2fb9452c60a334
@@ -1,3 +1,7 @@
1
+ ### 0.5.01 / 2017-08-20
2
+ * [CHANGE] File `appveyor.yml`: Added Ruby 2.4 build environment in Appveyor CI
3
+
4
+
1
5
  ### 0.5.00 / 2017-08-20
2
6
  * [CHANGE] Concrete Syntax tree generation re-designed in prevision of customized tree generation.
3
7
  * [NEW] Class `Parser::CSTBuilder` Builder class that creates Concrete Syntax (parse) Tree.
@@ -10,6 +10,8 @@ environment:
10
10
  - Ruby_version: 22-x64
11
11
  - Ruby_version: 23
12
12
  - Ruby_version: 23-x64
13
+ - Ruby_version: 24
14
+ - Ruby_version: 24-x64
13
15
  install:
14
16
  - cmd: >-
15
17
  SET PATH=C:\Ruby%Ruby_version%\bin;%PATH%
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Rley # Module used as a namespace
5
5
  # The version number of the gem.
6
- Version = '0.5.00'.freeze
6
+ Version = '0.5.01'.freeze
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = "Ruby implementation of the Earley's parsing algorithm".freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rley
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.00
4
+ version: 0.5.01
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef