rbnacl-libsodium 0.5.0 → 0.5.0.1.pre
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 +4 -4
- data/README.md +15 -2
- data/ext/rbnacl/extconf.rb +0 -1
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/Makefile.in +878 -0
- data/vendor/libsodium/aclocal.m4 +1214 -0
- data/vendor/libsodium/autom4te.cache/output.0 +17434 -0
- data/vendor/libsodium/autom4te.cache/output.1 +17434 -0
- data/vendor/libsodium/autom4te.cache/output.2 +17434 -0
- data/vendor/libsodium/autom4te.cache/requests +554 -0
- data/vendor/libsodium/autom4te.cache/traces.0 +2956 -0
- data/vendor/libsodium/autom4te.cache/traces.1 +829 -0
- data/vendor/libsodium/autom4te.cache/traces.2 +2956 -0
- data/vendor/libsodium/compile +347 -0
- data/vendor/libsodium/config.guess +1568 -0
- data/vendor/libsodium/config.sub +1793 -0
- data/vendor/libsodium/configure +17434 -0
- data/vendor/libsodium/depcomp +791 -0
- data/vendor/libsodium/dist-build/Makefile.in +453 -0
- data/vendor/libsodium/install-sh +527 -0
- data/vendor/libsodium/ltmain.sh +9655 -0
- data/vendor/libsodium/m4/libtool.m4 +7982 -0
- data/vendor/libsodium/m4/ltoptions.m4 +384 -0
- data/vendor/libsodium/m4/ltsugar.m4 +123 -0
- data/vendor/libsodium/m4/ltversion.m4 +23 -0
- data/vendor/libsodium/m4/lt~obsolete.m4 +98 -0
- data/vendor/libsodium/missing +215 -0
- data/vendor/libsodium/msvc-scripts/Makefile.in +448 -0
- data/vendor/libsodium/src/Makefile.in +626 -0
- data/vendor/libsodium/src/libsodium/Makefile.in +3725 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.in +656 -0
- data/vendor/libsodium/test-driver +139 -0
- data/vendor/libsodium/test/Makefile.in +629 -0
- data/vendor/libsodium/test/default/Makefile.in +2047 -0
- metadata +35 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbnacl-libsodium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0
|
4
|
+
version: 0.5.0.1.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artiom Di
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbnacl
|
@@ -81,10 +81,19 @@ files:
|
|
81
81
|
- vendor/libsodium/ChangeLog
|
82
82
|
- vendor/libsodium/LICENSE
|
83
83
|
- vendor/libsodium/Makefile.am
|
84
|
+
- vendor/libsodium/Makefile.in
|
84
85
|
- vendor/libsodium/README
|
85
86
|
- vendor/libsodium/README.markdown
|
86
87
|
- vendor/libsodium/THANKS
|
88
|
+
- vendor/libsodium/aclocal.m4
|
87
89
|
- vendor/libsodium/autogen.sh
|
90
|
+
- vendor/libsodium/autom4te.cache/output.0
|
91
|
+
- vendor/libsodium/autom4te.cache/output.1
|
92
|
+
- vendor/libsodium/autom4te.cache/output.2
|
93
|
+
- vendor/libsodium/autom4te.cache/requests
|
94
|
+
- vendor/libsodium/autom4te.cache/traces.0
|
95
|
+
- vendor/libsodium/autom4te.cache/traces.1
|
96
|
+
- vendor/libsodium/autom4te.cache/traces.2
|
88
97
|
- vendor/libsodium/builds/msvc/build/buildall.bat
|
89
98
|
- vendor/libsodium/builds/msvc/build/buildbase.bat
|
90
99
|
- vendor/libsodium/builds/msvc/properties/Common.props
|
@@ -147,8 +156,14 @@ files:
|
|
147
156
|
- vendor/libsodium/builds/msvc/vs2013/test/test.runner.bat
|
148
157
|
- vendor/libsodium/builds/msvc/vs2013/test/test.vcxproj
|
149
158
|
- vendor/libsodium/builds/msvc/vs2013/test/test.vcxproj.filters
|
159
|
+
- vendor/libsodium/compile
|
160
|
+
- vendor/libsodium/config.guess
|
161
|
+
- vendor/libsodium/config.sub
|
162
|
+
- vendor/libsodium/configure
|
150
163
|
- vendor/libsodium/configure.ac
|
164
|
+
- vendor/libsodium/depcomp
|
151
165
|
- vendor/libsodium/dist-build/Makefile.am
|
166
|
+
- vendor/libsodium/dist-build/Makefile.in
|
152
167
|
- vendor/libsodium/dist-build/android-arm.sh
|
153
168
|
- vendor/libsodium/dist-build/android-armv7.sh
|
154
169
|
- vendor/libsodium/dist-build/android-build.sh
|
@@ -158,17 +173,26 @@ files:
|
|
158
173
|
- vendor/libsodium/dist-build/ios.sh
|
159
174
|
- vendor/libsodium/dist-build/msys2-win32.sh
|
160
175
|
- vendor/libsodium/dist-build/msys2-win64.sh
|
176
|
+
- vendor/libsodium/install-sh
|
161
177
|
- vendor/libsodium/libsodium.pc.in
|
162
178
|
- vendor/libsodium/libsodium.sln
|
163
179
|
- vendor/libsodium/libsodium.vcxproj
|
164
180
|
- vendor/libsodium/libsodium.vcxproj.filters
|
165
181
|
- vendor/libsodium/logo.png
|
182
|
+
- vendor/libsodium/ltmain.sh
|
166
183
|
- vendor/libsodium/m4/ax_check_compile_flag.m4
|
167
184
|
- vendor/libsodium/m4/ax_check_gnu_make.m4
|
168
185
|
- vendor/libsodium/m4/ax_check_link_flag.m4
|
169
186
|
- vendor/libsodium/m4/ld-output-def.m4
|
187
|
+
- vendor/libsodium/m4/libtool.m4
|
188
|
+
- vendor/libsodium/m4/ltoptions.m4
|
189
|
+
- vendor/libsodium/m4/ltsugar.m4
|
190
|
+
- vendor/libsodium/m4/ltversion.m4
|
191
|
+
- vendor/libsodium/m4/lt~obsolete.m4
|
170
192
|
- vendor/libsodium/m4/pkg.m4
|
193
|
+
- vendor/libsodium/missing
|
171
194
|
- vendor/libsodium/msvc-scripts/Makefile.am
|
195
|
+
- vendor/libsodium/msvc-scripts/Makefile.in
|
172
196
|
- vendor/libsodium/msvc-scripts/process.bat
|
173
197
|
- vendor/libsodium/msvc-scripts/rep.vbs
|
174
198
|
- vendor/libsodium/msvc-scripts/sodium.props
|
@@ -179,7 +203,9 @@ files:
|
|
179
203
|
- vendor/libsodium/packaging/nuget/package.targets
|
180
204
|
- vendor/libsodium/packaging/nuget/package.xml
|
181
205
|
- vendor/libsodium/src/Makefile.am
|
206
|
+
- vendor/libsodium/src/Makefile.in
|
182
207
|
- vendor/libsodium/src/libsodium/Makefile.am
|
208
|
+
- vendor/libsodium/src/libsodium/Makefile.in
|
183
209
|
- vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c
|
184
210
|
- vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c
|
185
211
|
- vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/checksum
|
@@ -407,6 +433,7 @@ files:
|
|
407
433
|
- vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c
|
408
434
|
- vendor/libsodium/src/libsodium/crypto_verify/try.c
|
409
435
|
- vendor/libsodium/src/libsodium/include/Makefile.am
|
436
|
+
- vendor/libsodium/src/libsodium/include/Makefile.in
|
410
437
|
- vendor/libsodium/src/libsodium/include/sodium.h
|
411
438
|
- vendor/libsodium/src/libsodium/include/sodium/core.h
|
412
439
|
- vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h
|
@@ -468,8 +495,11 @@ files:
|
|
468
495
|
- vendor/libsodium/src/libsodium/sodium/runtime.c
|
469
496
|
- vendor/libsodium/src/libsodium/sodium/utils.c
|
470
497
|
- vendor/libsodium/src/libsodium/sodium/version.c
|
498
|
+
- vendor/libsodium/test-driver
|
471
499
|
- vendor/libsodium/test/Makefile.am
|
500
|
+
- vendor/libsodium/test/Makefile.in
|
472
501
|
- vendor/libsodium/test/default/Makefile.am
|
502
|
+
- vendor/libsodium/test/default/Makefile.in
|
473
503
|
- vendor/libsodium/test/default/auth.c
|
474
504
|
- vendor/libsodium/test/default/auth.exp
|
475
505
|
- vendor/libsodium/test/default/auth2.c
|
@@ -593,9 +623,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
593
623
|
version: '0'
|
594
624
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
595
625
|
requirements:
|
596
|
-
- - "
|
626
|
+
- - ">"
|
597
627
|
- !ruby/object:Gem::Version
|
598
|
-
version:
|
628
|
+
version: 1.3.1
|
599
629
|
requirements: []
|
600
630
|
rubyforge_project:
|
601
631
|
rubygems_version: 2.2.2
|
@@ -603,3 +633,4 @@ signing_key:
|
|
603
633
|
specification_version: 4
|
604
634
|
summary: rbnacl with bundled libsodium
|
605
635
|
test_files: []
|
636
|
+
has_rdoc:
|