restify 0.3.2.1.b55 → 0.3.2.1.b56
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
|
+
ZDAxNTBiNmQzOGQ0ZmFjMjAwNTZiMzNhZjI3MDZjZThmYjZkNWI4Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTdmZjc1ZGEzMWYxZGIyMmZiZjgxZjYyMTkxMmM0Y2IyNDEzMzUzMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDM3ZDBjMjVlZGI3ZGQ2NzA2NmNlZTZiMmVkMGFjNDU3OWUzNGQwNjlmYjUw
|
10
|
+
NGQxYjhjMzAwMzIwMzU5MGZlYmQxMmNhZjNhZTVlMzc3YTY0NGNlNDk2NDVm
|
11
|
+
MDEyOTBhZmI5MTA1YmYyYWQ3NjkwNmI3YzZkNGI1OTg1NWMwZTU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjA1MmQ2YjI4ZjAwMTI0NGE2NTBlNTU0NTYxNDczNmYxYWM5M2VjZmNhZjdj
|
14
|
+
YWVkMjliZmEzMTNjMDJhMWM3OGZlY2JkYjVhNDQ4ZTEzMjFkZjgzOGQ5OTdi
|
15
|
+
ODI4YzY5MGNmMGU0ZGRlZTU2YWRkZGY5MmQ4MGExYWQzMDUwNTU=
|
data/spec/restify_spec.rb
CHANGED
@@ -203,16 +203,16 @@ describe Restify do
|
|
203
203
|
expect(user).to have_relation :self
|
204
204
|
expect(user).to have_relation :blurb
|
205
205
|
|
206
|
-
user.rel(:blurb).get
|
207
|
-
|
208
|
-
|
206
|
+
user.rel(:blurb).get
|
207
|
+
end.then do |blurb|
|
208
|
+
expect(blurb).to have_key :title
|
209
|
+
expect(blurb).to have_key :image
|
209
210
|
|
210
|
-
|
211
|
-
|
211
|
+
expect(blurb[:title]).to eq 'Prof. Dr. John Smith'
|
212
|
+
expect(blurb[:image]).to eq 'http://example.org/avatar.png'
|
212
213
|
|
213
|
-
|
214
|
-
|
215
|
-
end
|
214
|
+
EventMachine.stop
|
215
|
+
@done = true
|
216
216
|
end
|
217
217
|
end
|
218
218
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib"]
|
10
10
|
s.authors = ["Michael Bleigh", "Jerry Cheung"]
|
11
|
-
s.date = "2015-07-
|
11
|
+
s.date = "2015-07-30"
|
12
12
|
s.description = "Hashie is a collection of classes and mixins that make hashes more powerful."
|
13
13
|
s.email = ["michael@intridea.com", "jollyjerry@gmail.com"]
|
14
14
|
s.files = [".yardopts", "CHANGELOG.md", "CONTRIBUTING.md", "LICENSE", "README.md", "Rakefile", "UPGRADING.md", "hashie.gemspec", "lib/hashie.rb", "lib/hashie/clash.rb", "lib/hashie/dash.rb", "lib/hashie/extensions/coercion.rb", "lib/hashie/extensions/dash/indifferent_access.rb", "lib/hashie/extensions/dash/property_translation.rb", "lib/hashie/extensions/deep_fetch.rb", "lib/hashie/extensions/deep_find.rb", "lib/hashie/extensions/deep_locate.rb", "lib/hashie/extensions/deep_merge.rb", "lib/hashie/extensions/ignore_undeclared.rb", "lib/hashie/extensions/indifferent_access.rb", "lib/hashie/extensions/key_conversion.rb", "lib/hashie/extensions/mash/safe_assignment.rb", "lib/hashie/extensions/merge_initializer.rb", "lib/hashie/extensions/method_access.rb", "lib/hashie/extensions/parsers/yaml_erb_parser.rb", "lib/hashie/extensions/pretty_inspect.rb", "lib/hashie/extensions/stringify_keys.rb", "lib/hashie/extensions/symbolize_keys.rb", "lib/hashie/hash.rb", "lib/hashie/mash.rb", "lib/hashie/rash.rb", "lib/hashie/trash.rb", "lib/hashie/version.rb", "spec/hashie/clash_spec.rb", "spec/hashie/dash_spec.rb", "spec/hashie/extensions/autoload_spec.rb", "spec/hashie/extensions/coercion_spec.rb", "spec/hashie/extensions/dash/indifferent_access_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/mash/safe_assignment_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/hash_spec.rb", "spec/hashie/mash_spec.rb", "spec/hashie/parsers/yaml_erb_parser_spec.rb", "spec/hashie/rash_spec.rb", "spec/hashie/trash_spec.rb", "spec/hashie/version_spec.rb", "spec/spec_helper.rb", "spec/support/module_context.rb", "spec/support/ruby_version.rb"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: restify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.2.1.
|
4
|
+
version: 0.3.2.1.b56
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Graichen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: obligation
|