sparsam 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/extconf.rb +2 -2
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c046f7165ce63e0a2e715413b9eeeb722fb67f22de062988707128a737e2feec
|
4
|
+
data.tar.gz: 64f5dc1bb8fe1bfd6ee3f034bd92d778500615c3d97f3418cd87d43d35d49bc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 490763cc76c2ed9e2d96a8a8856a4262b1d3282878979312bdfa0d0cfc18e6ea905c9284616f2bcbd0431f93a108f311b8e6755cd02a1157e41054ec91b06b51
|
7
|
+
data.tar.gz: 16527ddf3732b7bdb95176a3235cc75dbbb4bd151192bf53c137295f44053976cffc4a0a80bb9b0352a09be1e5110161200dcb36648b017d83cd527ed2452dda
|
data/ext/extconf.rb
CHANGED
@@ -23,7 +23,7 @@ if use_homebrew
|
|
23
23
|
|
24
24
|
thrift_prefix = `#{brew} --prefix #{thrift_package}`.strip
|
25
25
|
|
26
|
-
unless File.
|
26
|
+
unless File.exist?(thrift_prefix)
|
27
27
|
warn "#{thrift_prefix} does not exist"
|
28
28
|
warn "To resolve, `brew install #{thrift_package}` or pass"
|
29
29
|
warn '--with-homebrew-thrift-package=<package> to this build to specify'
|
@@ -47,7 +47,7 @@ if use_homebrew
|
|
47
47
|
|
48
48
|
boost_prefix = `#{brew} --prefix #{boost_package}`.strip
|
49
49
|
|
50
|
-
if File.
|
50
|
+
if File.exist?(boost_prefix)
|
51
51
|
warn("using Homebrew boost at #{boost_prefix}")
|
52
52
|
$CFLAGS << " -I#{boost_prefix}/include"
|
53
53
|
$CXXFLAGS << " -I#{boost_prefix}/include"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sparsam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Airbnb Thrift Developers
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -90,26 +90,26 @@ extra_rdoc_files:
|
|
90
90
|
- README.md
|
91
91
|
- ext/ruby_hooks.c
|
92
92
|
- ext/serializer.h
|
93
|
+
- ext/third-party/sparsepp/sparsepp/spp.h
|
94
|
+
- ext/third-party/sparsepp/sparsepp/spp_config.h
|
95
|
+
- ext/third-party/sparsepp/sparsepp/spp_dlalloc.h
|
93
96
|
- ext/third-party/sparsepp/sparsepp/spp_memory.h
|
94
|
-
- ext/third-party/sparsepp/sparsepp/spp_utils.h
|
95
97
|
- ext/third-party/sparsepp/sparsepp/spp_smartptr.h
|
96
|
-
- ext/third-party/sparsepp/sparsepp/spp.h
|
97
98
|
- ext/third-party/sparsepp/sparsepp/spp_stdint.h
|
98
99
|
- ext/third-party/sparsepp/sparsepp/spp_timer.h
|
99
|
-
- ext/third-party/sparsepp/sparsepp/spp_config.h
|
100
100
|
- ext/third-party/sparsepp/sparsepp/spp_traits.h
|
101
|
-
- ext/third-party/sparsepp/sparsepp/
|
101
|
+
- ext/third-party/sparsepp/sparsepp/spp_utils.h
|
102
102
|
- ext/extconf.rb
|
103
103
|
- ext/serializer.cpp
|
104
|
-
- lib/sparsam.rb
|
105
|
-
- lib/sparsam/struct.rb
|
106
|
-
- lib/sparsam/base_struct.rb
|
107
|
-
- lib/sparsam/union.rb
|
108
104
|
- lib/sparsam/application_exception.rb
|
105
|
+
- lib/sparsam/base_struct.rb
|
106
|
+
- lib/sparsam/base_type.rb
|
107
|
+
- lib/sparsam/deserializer.rb
|
109
108
|
- lib/sparsam/exceptions.rb
|
109
|
+
- lib/sparsam/struct.rb
|
110
110
|
- lib/sparsam/types.rb
|
111
|
-
- lib/sparsam/
|
112
|
-
- lib/sparsam
|
111
|
+
- lib/sparsam/union.rb
|
112
|
+
- lib/sparsam.rb
|
113
113
|
files:
|
114
114
|
- README.md
|
115
115
|
- ext/extconf.rb
|
@@ -142,7 +142,7 @@ homepage: http://thrift.apache.org
|
|
142
142
|
licenses:
|
143
143
|
- Apache 2.0
|
144
144
|
metadata: {}
|
145
|
-
post_install_message:
|
145
|
+
post_install_message:
|
146
146
|
rdoc_options:
|
147
147
|
- "--line-numbers"
|
148
148
|
- "--inline-source"
|
@@ -164,12 +164,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
- !ruby/object:Gem::Version
|
165
165
|
version: '0'
|
166
166
|
requirements: []
|
167
|
-
rubygems_version: 3.
|
168
|
-
signing_key:
|
167
|
+
rubygems_version: 3.3.26
|
168
|
+
signing_key:
|
169
169
|
specification_version: 4
|
170
170
|
summary: Ruby bindings for Apache Thrift
|
171
171
|
test_files:
|
172
|
-
- spec/sparsam_spec.rb
|
173
|
-
- spec/gen-ruby/user_types.rb
|
174
172
|
- spec/gen-ruby/user_constants.rb
|
173
|
+
- spec/gen-ruby/user_types.rb
|
174
|
+
- spec/sparsam_spec.rb
|
175
175
|
- spec/user.thrift
|