ruby-ll 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/changelog.md +6 -0
- data/lib/ll/setup.rb +1 -0
- data/lib/ll/version.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: fd55a2428a6cd20f170e26bae7dda7aa26b8f281
|
4
|
+
data.tar.gz: 315611a356d9591994d3261a89fac9c02b62ee22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc4d32bd6782556ece7e8f982ba8861592b88fcb63b1e4c5fbeb6820143a17a53f8886f1f6ca093b122bf8a42ed4b63ad2455413c65a488c3a1452b0a6a4f327
|
7
|
+
data.tar.gz: 8daaa50d482348a3e31afee4b03320486fcd30cca6d7d8ee4bdd579f722ceb3f90e76d1ca196660f499bdc0d27a7d8abe5d350ec9d048c972dbca22f6349fddf
|
data/doc/changelog.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
This document contains details of the various releases and their release dates.
|
4
4
|
Dates are in the format `yyyy-mm-dd`.
|
5
5
|
|
6
|
+
## 1.1.2 - 2015-02-16
|
7
|
+
|
8
|
+
The file `ll/setup` now also loads `LL::ConfigurationCompiler` to ensure that
|
9
|
+
the `TYPES` array (and thus `LL::Driver#id_to_type`) can be used outside of
|
10
|
+
ruby-ll itself.
|
11
|
+
|
6
12
|
## 1.1.1 - 2015-02-16
|
7
13
|
|
8
14
|
Parser errors produced by ruby-ll's own parser/grammar now include the line
|
data/lib/ll/setup.rb
CHANGED
data/lib/ll/version.rb
CHANGED