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 +4 -4
- data/CHANGELOG.md +4 -0
- data/appveyor.yml +2 -0
- data/lib/rley/constants.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe660cf0bb663508b71cc2e40461b571d4caa6ed
|
|
4
|
+
data.tar.gz: 5217bf9f6757f849bdd0fe471b8d5aa0c2283cb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67fa745c86ccb6e14fe8689f4a0b94fc756b1a9f9dd8be50b77e5506671038f49a85f65bbef4e986f27f8d709afb6ad02896157b0b455b580c37aa6f8d011a47
|
|
7
|
+
data.tar.gz: 37df7d6e3519396a4198ecedc42d9e45d98bc71cedf4aaeba9fdff8f88ec13891da0168ace662c23e551de3cc80fefef004ed4b7be8bf6f97c2fb9452c60a334
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
data/appveyor.yml
CHANGED
data/lib/rley/constants.rb
CHANGED