restify 0.3.2.1.b52 → 0.3.2.1.b54
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTFjNjM2OTkyZDE4NzFlM2IxNjgzODNkMTExZDY1ODFhY2M1ZGM3ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZmY1YmU1Y2YwNzIzZWE3OTZmYTRjNTFiZGYwYjAwN2ZiZDI3MDY5Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTNiZGNiMzk0N2IyYWVjY2JkYzQzMGVhNTIxN2Q1YWI4YzdlODNhYjA4NTE0
|
|
10
|
+
ODlmYTA1MzE3NTJhZmU1ZTk1OGZkMDg2YTgxNjhmMzc4MTY3YzhhMjk1OWZk
|
|
11
|
+
ZjM4OWE1NGUwYzhhZjI0MzU5YWQyY2VjNmMzZDE0NGUwZjQ2MjM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDMzMjRmYjlmMzI2MDUzY2Q1YzQyYjEyZDNiYWM3YmQ5ZjhiOWUwOTdhZGM1
|
|
14
|
+
MWY1YTk4MTkwYmIzNDg1ZDdjMjc3MzIxNzFjMzJjZDkyMTFjMDFlYzVjMGJk
|
|
15
|
+
ZmJkMTlkMDk0MWIyYTA2NTcxY2Q2ZGZiNzg3YjJhMzdmYmU3MTY=
|
data/README.md
CHANGED
|
@@ -22,8 +22,6 @@ and can decode and encode
|
|
|
22
22
|
## Restify is still under development
|
|
23
23
|
|
|
24
24
|
* It is build on experimental obligation library.
|
|
25
|
-
* It's missing a extensive test suite
|
|
26
|
-
* It's not used in high-volume production environments but for remote API usage in testing and CI.
|
|
27
25
|
|
|
28
26
|
Planned features:
|
|
29
27
|
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.licenses = ["MIT"]
|
|
17
17
|
s.rubygems_version = "2.4.5"
|
|
18
18
|
s.summary = "Your friendly neighborhood hash library."
|
|
19
|
-
s.test_files = ["spec/hashie/
|
|
19
|
+
s.test_files = ["spec/hashie/extensions/dash/indifferent_access_spec.rb", "spec/hashie/extensions/mash/safe_assignment_spec.rb", "spec/hashie/extensions/autoload_spec.rb", "spec/hashie/extensions/coercion_spec.rb", "spec/hashie/extensions/deep_fetch_spec.rb", "spec/hashie/extensions/deep_find_spec.rb", "spec/hashie/extensions/deep_locate_spec.rb", "spec/hashie/extensions/deep_merge_spec.rb", "spec/hashie/extensions/ignore_undeclared_spec.rb", "spec/hashie/extensions/indifferent_access_spec.rb", "spec/hashie/extensions/indifferent_access_with_rails_hwia_spec.rb", "spec/hashie/extensions/key_conversion_spec.rb", "spec/hashie/extensions/merge_initializer_spec.rb", "spec/hashie/extensions/method_access_spec.rb", "spec/hashie/extensions/stringify_keys_spec.rb", "spec/hashie/extensions/symbolize_keys_spec.rb", "spec/hashie/parsers/yaml_erb_parser_spec.rb", "spec/hashie/clash_spec.rb", "spec/hashie/dash_spec.rb", "spec/hashie/hash_spec.rb", "spec/hashie/mash_spec.rb", "spec/hashie/rash_spec.rb", "spec/hashie/trash_spec.rb", "spec/hashie/version_spec.rb", "spec/support/module_context.rb", "spec/support/ruby_version.rb", "spec/spec_helper.rb"]
|
|
20
20
|
|
|
21
21
|
if s.respond_to? :specification_version then
|
|
22
22
|
s.specification_version = 4
|