js_regex 1.0.12 → 1.0.13

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: 6f7c9a503a4ccb3152c6420bc351830c9ac1be24
4
- data.tar.gz: 7b32c73207f49ac9417bc002a2196036af413f90
3
+ metadata.gz: 479944c1d491df8a8b9409125f80a3aa7b6d4a09
4
+ data.tar.gz: cef0c764e5625ec9579bdc6321a95000a57ffb82
5
5
  SHA512:
6
- metadata.gz: 7cde6b670649bf911692408b718785bd523d30d35d01e82c9b6b3ac3ea37dac84d43a2ec28b712f9681c828ec522f54f39098e7cc7ccbbd61cfee09f2b08bcc6
7
- data.tar.gz: 14fe5c44dbd8613f45dbdb8a3ffa7792721a7c9db80a8088027e7e78f69aa3c96b351e688f1347d22ee3437951a86509566fa979c9dfa69a88b110e0fed34473
6
+ metadata.gz: b00bed8ccd29862a52ea043f7ca917c2a43c8aa734113bdaec23c1183abf33b99b9ba4889f2586782d81dd434dbafc1d11a7bc2c3c24902d72e37eaf09d51589
7
+ data.tar.gz: 18aa6f16923d222a26908028e25f5c3c8a24a694652fd31fc79abb2dbfb7602590293aad5945251de3e87c671094d07d76f8d34259358fed0a1ad3234e3a77be
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  #
2
3
  # This hash maps named properties that are available in Ruby's ::Regexp to
3
4
  # standard sets that can be handled by JavaScript.
data/lib/js_regex.rb CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: js_regex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janosch Müller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-04 00:00:00.000000000 Z
11
+ date: 2016-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: regexp_parser
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.4.8
132
+ rubygems_version: 2.5.1
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Converts Ruby regexes to JavaScript regexes.