diff --git a/checksum/ruby-ll-1.1.2-java.gem.sha512 b/checksum/ruby-ll-1.1.2-java.gem.sha512 new file mode 100644 index 0000000..70595ab --- /dev/null +++ b/checksum/ruby-ll-1.1.2-java.gem.sha512 @@ -0,0 +1 @@ +0d11ca2e7b88a224b60bbcbaada0eb12837a24d55783786216138a386094c538ef8c97106f97252e34e1076902ed9f824d4a30748481d80198fba5f6f6baa52b \ No newline at end of file diff --git a/checksum/ruby-ll-1.1.2.gem.sha512 b/checksum/ruby-ll-1.1.2.gem.sha512 new file mode 100644 index 0000000..7b7717e --- /dev/null +++ b/checksum/ruby-ll-1.1.2.gem.sha512 @@ -0,0 +1 @@ +a33ee1d3afaf8b2ba1db1b9c252f7eb70bf23fc929cdb5071a52f6cfc70910a7cdc5e3ea1c2a8631faf52418591b31f8324527bb8c8741bf0987e0fd68b97563 \ No newline at end of file diff --git a/doc/changelog.md b/doc/changelog.md index 88e2993..b5cbc4a 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -3,6 +3,12 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## 1.1.2 - 2015-02-16 + +The file `ll/setup` now also loads `LL::ConfigurationCompiler` to ensure that +the `TYPES` array (and thus `LL::Driver#id_to_type`) can be used outside of +ruby-ll itself. + ## 1.1.1 - 2015-02-16 Parser errors produced by ruby-ll's own parser/grammar now include the line diff --git a/lib/ll/version.rb b/lib/ll/version.rb index 3d47008..eab04ec 100644 --- a/lib/ll/version.rb +++ b/lib/ll/version.rb @@ -1,3 +1,3 @@ module LL - VERSION = '1.1.1' + VERSION = '1.1.2' end # LL