hamlit 2.9.1-java → 2.9.2-java

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
- SHA1:
3
- metadata.gz: 4d7a720e69327049021fa3f0717bcec7d524216a
4
- data.tar.gz: bf6ea87e5b1f9e57b39f843629e560dfe338fd7c
2
+ SHA256:
3
+ metadata.gz: a7579c8bee35e9b7f918cc065c6a546e7910ce2b7f4abbdcf1257ce55b6daa78
4
+ data.tar.gz: 81bf708c60dfb48ee23b577a917e3295dfd850fa4bdc03177881ec421b277670
5
5
  SHA512:
6
- metadata.gz: a39276f2255b76b736e9b630b022b5948c0e06f02e684f0e4c60b77cb6b4a40c072423374b8f4f815d01e34aa53f486d9de79cb0349bfa588359caf44a5900ee
7
- data.tar.gz: 0aa063ab5f765641ede00b01dd8a997fe85ebb601d648e0df5d23694546f8274438116f66f11504f703aab676a492f7a8a2042f3580748698fef39ce3eca70e5
6
+ metadata.gz: 3bb0713705fca3b55acddc5826e313f9fbd62991dff7597b53bce14c8c8227d83fdb721d5016fc7339d15b731b863626813159eae70e4a9500390c6ac6778241
7
+ data.tar.gz: 2953bd45c404520b7699784bcb0414cd07ea35551b411463d53fc21886336c4571fcbfb47b5970eeffa865a2bb89bf7afc012fd16b21881cc4643a1b2dbdd966
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This
4
4
  project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
5
5
  [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
6
6
 
7
+ ## [2.9.2](https://github.com/k0kubun/hamlit/compare/v2.9.1...v2.9.2) - 2018-11-30
8
+
9
+ - Fix possible `autoload` failure of dependency [#131](https://github.com/k0kubun/hamlit/issues/131).
10
+ *Thanks to @wimrijnders*
11
+
7
12
  ## [2.9.1](https://github.com/k0kubun/hamlit/compare/v2.9.0...v2.9.1) - 2018-11-01
8
13
 
9
14
  - Start supporting JRuby [#100](https://github.com/k0kubun/hamlit/issues/100).
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require 'temple/static_analyzer'
2
3
  require 'hamlit/ruby_expression'
3
4
  require 'hamlit/string_splitter'
4
5
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hamlit
3
- VERSION = '2.9.1'
3
+ VERSION = '2.9.2'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamlit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: java
6
6
  authors:
7
7
  - Takashi Kokubun
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-01 00:00:00.000000000 Z
11
+ date: 2018-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: '0'
354
354
  requirements: []
355
355
  rubyforge_project:
356
- rubygems_version: 2.6.13
356
+ rubygems_version: 2.7.6
357
357
  signing_key:
358
358
  specification_version: 4
359
359
  summary: High Performance Haml Implementation