hashie 3.4.5 → 3.4.6

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: 17fdc7085bfa65cd5c7e0b61542c36ba04be8d96
4
- data.tar.gz: c93285de8532d7004bf94b472096c53654994aa1
3
+ metadata.gz: c3c4db7980175ab052818e721292dbb49f9d361a
4
+ data.tar.gz: b4d94467dde5bec9c303c617862921bff4d8066d
5
5
  SHA512:
6
- metadata.gz: 9a45b9b6a3bf7dcea2f581abbbfb64d5074e5389a82034f0b7cfeda02033b5b826c6f2634af378832c189763e12b5561d6e447bb487f0c4958b21d7498710ae4
7
- data.tar.gz: 9ac837fb3daf0dd29fa734080d02845ba2a28f4f5f1434f5a0f7890f3f7dd548c31a666270df3ea0e5801541a62d29bd2d068fcb747fee9c38a44b0a2a27e8d1
6
+ metadata.gz: aa8379f577bcbb49bd0c1e4a9bfa362383ed59697a0596756e36bf84d0b1c8f07a69ec47132f91937df5ef0352a32273bb53bd4a63c4f96546f0680f678c69bf
7
+ data.tar.gz: bb523cfab2ec16aa99dc0d0cd46e41e7f3f79464d8f95dbbcf33a3b1cd1be9cd010dadde5856c7138410689cfb4dbf5e0fc2871ec4bf7f6c11595ad6dbc98cda
@@ -6,6 +6,12 @@ scheme are considered to be bugs.
6
6
 
7
7
  [semver]: http://semver.org/spec/v2.0.0.html
8
8
 
9
+ [3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6
10
+
11
+ ### Fixed
12
+
13
+ * [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie).
14
+
9
15
  ## [3.4.5] - 2016-09-16
10
16
 
11
17
  [3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5
data/README.md CHANGED
@@ -20,7 +20,7 @@ $ gem install hashie
20
20
 
21
21
  ## Upgrading
22
22
 
23
- You're reading the documentation for the stable release of Hashie, 3.4.5. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
23
+ You're reading the documentation for the stable release of Hashie, 3.4.6. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
24
24
 
25
25
  ## Hash Extensions
26
26
 
@@ -1,3 +1,6 @@
1
+ require 'hashie/extensions/array/pretty_inspect'
2
+ require 'hashie/extensions/ruby_version_check'
3
+
1
4
  module Hashie
2
5
  class Array < ::Array
3
6
  include Hashie::Extensions::Array::PrettyInspect
@@ -1,3 +1,3 @@
1
1
  module Hashie
2
- VERSION = '3.4.5'
2
+ VERSION = '3.4.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashie
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.5
4
+ version: 3.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.6.4
152
+ rubygems_version: 2.5.1
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Your friendly neighborhood hash library.