parslet 1.8.0 → 1.8.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: 930ed2d329af700f3465739d6db3e2897ef64fbc
4
- data.tar.gz: ea14cb80ebd03f9b6b9e55aa461021ffaa79a622
3
+ metadata.gz: 94602845df56ad6245d6fe225d5e2e7e79b0e004
4
+ data.tar.gz: 73a1e12177b7bcd0a6997ac82bc8801694094203
5
5
  SHA512:
6
- metadata.gz: 0872f8510339d1dfd97c4060ac4298115f2270765b192804e7722e27f93c90df38b915af6cc867792ecfca3137fd8291b4d7ac854b20849884dd9214185d837f
7
- data.tar.gz: 76bb599af2b8df83c53dccbc4bd49652b1a49c3046c9e5bd6f37dd8e30dfe66db07142eb66032886cf0dd78b55bb3763840962d6c41b956e8394e3ca2bd7fcf4
6
+ metadata.gz: 55d3142ff71dc7466f10a1c13c99ba0dd25cf400cdea2d260370da4e63d50e5911a658b65bf2e1e88f354c46ff212fd4cc7e1bb4ebebfcfd7916681bb28954d4
7
+ data.tar.gz: 9eaace33f733d00247396c6697db87d946f6ac51a8f6646ee72e08e9b07fa6bcda3a9c3933188fafb11ffc296ff4ad0805bb683b527ec12bd511a6553914190c
@@ -4,6 +4,10 @@
4
4
  - prsnt? and absnt? are now finally banned into oblivion. Wasting vocals for
5
5
  the win.
6
6
 
7
+ = 1.8.1 / 19Nov2017
8
+
9
+ - Minor fixes for language compatibility.
10
+
7
11
  = 1.8 / 3Apr2017
8
12
 
9
13
  + The `ignored` atom that allows to ignore a part of the matched text.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2014 Kaspar Schiess
1
+ Copyright (c) 2010-2017 Kaspar Schiess
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
data/README CHANGED
@@ -70,4 +70,4 @@ STATUS
70
70
 
71
71
  Production worthy.
72
72
 
73
- (c) 2010-2016 Kaspar Schiess
73
+ (c) 2010-2017 Kaspar Schiess
@@ -140,7 +140,7 @@ class Parslet::Transform
140
140
  end
141
141
  end
142
142
 
143
- def initialize(raise_on_unmatch: false, &block)
143
+ def initialize(raise_on_unmatch=false, &block)
144
144
  @raise_on_unmatch = raise_on_unmatch
145
145
  @rules = []
146
146
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'parslet'
5
- s.version = '1.8.0'
5
+ s.version = '1.8.1'
6
6
 
7
7
  s.authors = ['Kaspar Schiess']
8
8
  s.email = 'kaspar.schiess@absurd.li'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parslet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaspar Schiess
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2017-11-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: kaspar.schiess@absurd.li
@@ -187,9 +187,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.6.4
190
+ rubygems_version: 2.6.8
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: Parser construction library with great error reporting in Ruby.
194
194
  test_files: []
195
- has_rdoc: