edn_turbo 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73a4ad2ca7e8fe3d62d10c0922aa848d681a7bbc
4
- data.tar.gz: 6c150c29710382b31ac9d2fa57b1bb92a80ebfc0
3
+ metadata.gz: 2bdaf1257c512aad396ab5db5e554d1a0c5bec29
4
+ data.tar.gz: e51ad5ecc5029c72078bec4852990001544bc30a
5
5
  SHA512:
6
- metadata.gz: 4894a11b2dd834bae3167a349813651340f4da142f3cd42b15ef8631d921524c9b4dfad61f5fa597e279ae2537b79dcee8f337eaa877a339b15923764a84d518
7
- data.tar.gz: bfbca29dc9a58aefeb8e465f23961e1604e3f5e77100ec4027a96a53cdb916707c8d4342584df8a4d18d386dff64423f1b2b4be39cc31df2d95f3e95f964fab2
6
+ metadata.gz: 5c052722da212c13e23d00966270cc82a38a91dba82c838f65c43c36d258230404918b517f6bf77d61ce2deb4bd43c01e1ce59efb5c8df289620694b66d3ea9a
7
+ data.tar.gz: 7207cd8c45ff82be2a2482a4dbf76b81a234316a5580a145be6bfbc34abfd4a47f20235aa033099ee3fa9b3cd9155a9af13bd51f14a4515014ce024d52743337
@@ -16,7 +16,7 @@ LIB_DIRS = [
16
16
  dir_config('edn_ext', HEADER_DIRS, LIB_DIRS)
17
17
 
18
18
  # feels very hackish to do this but the new icu4c needs it on MacOS
19
- $CXXFLAGS << ' -stdlib=libc++ -std=c++11' if RUBY_PLATFORM.match?(/darwin/)
19
+ $CXXFLAGS << ' -stdlib=libc++ -std=c++11' if RUBY_PLATFORM =~ /darwin/
20
20
 
21
21
  abort 'icu4c headers missing' unless find_header('unicode/uversion.h')
22
22
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EDNT
4
- VERSION = '0.5.4'
5
- RELEASE_DATE = '2017-12-29'
4
+ VERSION = '0.5.5'
5
+ RELEASE_DATE = '2018-01-04'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edn_turbo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Porras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-29 00:00:00.000000000 Z
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: edn