anatomy 0.4.1 → 0.4.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd06c0c50b884deb1e1f987392433f70fb4ecea6
4
- data.tar.gz: dcae0f1b2c9a71892818c85eaa3843af6eab234f
3
+ metadata.gz: 9c207613a960f62b0a517724026d57ccd86208f5
4
+ data.tar.gz: 50f6a110acc91716aed238dfe20bdf871cea6829
5
5
  SHA512:
6
- metadata.gz: ba7e8c8a9dcc0f0debd23f8793530121d1e2064e36d9bf2ab6ed51244f6ed073c9db818bc6c0ce954856d10545370e083af26373cc4733d3c1c062c700ee435c
7
- data.tar.gz: d8c4f003699a7a833534951f68961ccaf171956cadf9437cc842b6a427bc45a5cd781efe454db503a4e217fb51270f6495c2722455fa188797b3abe66db93e69
6
+ metadata.gz: 77aef76c427ac5077a408e6f3949bfe317a19ee18425b9eaa6ec68f999c7795306fe8199a5b2a3f76711798cc463a5a0f1d368a5d74f33e3b862de59e794c5fa
7
+ data.tar.gz: 4fb6112e1fd2c11285c46ecbd95cf2e2fd6a8a6af574ecf0ddfdb4039cb41cdfc19cc032dc34109bfc1981613b855fa702c7458e48273fbf05bc15167734db31
@@ -43,7 +43,8 @@ def(Server respond-to-path(relative-path, local-abs-path)):
43
43
  else: respond-to-file(local-abs-path)
44
44
  } rescue:
45
45
  e:
46
- message = i"#{e to-s}\n#{Rubinius Backtrace backtrace(e locations) show}"
46
+ backtrace = Rubinius Backtrace backtrace(e locations) show("\n", false)
47
+ message = i"#{e to-s}\n#{backtrace}"
47
48
  puts(message)
48
49
  respond-with-error(message)
49
50
 
@@ -1,3 +1,3 @@
1
1
  module Anatomy
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anatomy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Suraci
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: atomy
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project: anatomy
136
- rubygems_version: 2.5.1
136
+ rubygems_version: 2.5.2
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Anatomy documentation system