hamlit 2.3.0 → 2.3.1

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: 200445d32ba9d3c7fa8cbbd00e8a5a6b4cefb99e
4
- data.tar.gz: 2fad42ca1c57079dff4707766f4f4b0a692ff523
3
+ metadata.gz: 6f87b5f8e6806165838193859ece7aae9c3cc853
4
+ data.tar.gz: d1e391154cd95f4a287ad802fe33e06076bebfef
5
5
  SHA512:
6
- metadata.gz: 2d59839436a6133bba9c295330ddf5229edfedb4a88f33801aae3ff7d34e7dc2cdaf2a575c97b07d6d20658a6828b7f48662072773adf66cbe82336f730a4395
7
- data.tar.gz: f7eaaadc2a3d76b57f1f74463f57b9513353648c858a7bd1131c76ea73fe0223b008dc4d4c5c3a536e9ca43b3f96f2a23f70db741ee4d1651094414bb7377c5c
6
+ metadata.gz: b4a909943b059a7382f73eaafbb827f30ab97103d0abdaf811552abe9d7f44bff637c8e6875150b0c74bb773a9fbfc9e1cb5a054d0f7536b3e322ca3aa5e281c
7
+ data.tar.gz: 9496a8dc72a52606a7bfb9e9e10748d88a5be4e39130277debea48ad6be7a10ee9f122c0228613822f7df1166b93c8c980ee26e08dc45b15d4385717de777867
@@ -4,6 +4,13 @@ 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.3.1](https://github.com/k0kubun/hamlit/compare/v2.3.0...v2.3.1) - 2016-05-09
8
+
9
+ ### Fixed
10
+
11
+ - Specify Ruby version dependency on gemspec
12
+ [#67](https://github.com/k0kubun/hamlit/issues/67). *Thanks to @grosser*
13
+
7
14
  ## [2.3.0](https://github.com/k0kubun/hamlit/compare/v2.2.3...v2.3.0) - 2016-04-24
8
15
 
9
16
  ### Added
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.extensions = ['ext/hamlit/extconf.rb']
21
21
  spec.require_paths = ['lib']
22
+ spec.required_ruby_version = '>= 2.1.0'
22
23
 
23
24
  spec.add_dependency 'temple', '~> 0.7.6'
24
25
  spec.add_dependency 'thor'
@@ -1,3 +1,3 @@
1
1
  module Hamlit
2
- VERSION = '2.3.0'
2
+ VERSION = '2.3.1'
3
3
  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.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-24 00:00:00.000000000 Z
11
+ date: 2016-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: temple
@@ -377,7 +377,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
377
377
  requirements:
378
378
  - - ">="
379
379
  - !ruby/object:Gem::Version
380
- version: '0'
380
+ version: 2.1.0
381
381
  required_rubygems_version: !ruby/object:Gem::Requirement
382
382
  requirements:
383
383
  - - ">="