nested_array 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 880aa05be0fd0fb329899074ae93bfc0102ee21395f97659760b1edb4fbb0d13
4
- data.tar.gz: 1f5c75337684947822f682a675d973e66da3ccda32d22940e5368e764d1366eb
3
+ metadata.gz: 878b9e7646e34f5410b0f727b114497a6fc8763d57ec544aa4d580d0f45c86df
4
+ data.tar.gz: 4c93157e2da6d9f758f5eba46ef527a5f580a5d00865976d1f0303826e7631b4
5
5
  SHA512:
6
- metadata.gz: 18afc6985fef0c60904bed7bbc3f4b7415067b1cf40de01b14f94f63e165973e9029e3602c6fbdbba4af01229f7a45bcf6ac121a737e2e9aa3165807c198e137
7
- data.tar.gz: 9ac78c96736adc41d8bee3ece6236c96f1bd65e47145e959a7aa1ac76f79461532acb7d4b75d72f755c54dcba1e70e7bbf5d2cf0b107d7387f339fa8150c2f87
6
+ metadata.gz: 6e2f3e0a51b4900980bd4eb26e44f4d3b834b4441d23d89554185df6e938e7227444dc7de1a2e8933877b656d6b1b7247903442b98f676ae2b8d0e3493937499
7
+ data.tar.gz: 6a0a7a600a3aece9580ec7a4168483cd7eb2e59274b089bb186b74d3127dafa47567ae2d9ad535345753f48d7d85806731a99a5f044d784eee174f35cd09da18
@@ -1,3 +1,3 @@
1
1
  module NestedArray
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/nested_array.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'active_support/all'
1
2
  require "nested_array/version"
2
3
 
3
4
  module NestedArray
data/nested_array.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  if spec.respond_to?(:metadata)
20
- # spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
21
 
22
22
  spec.metadata["homepage_uri"] = spec.homepage
23
23
  spec.metadata["source_code_uri"] = "https://github.com/Zlatov/nested_array.git"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nested_array
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zlatov
@@ -61,6 +61,7 @@ homepage: https://github.com/Zlatov/nested_array
61
61
  licenses:
62
62
  - MIT
63
63
  metadata:
64
+ allowed_push_host: https://rubygems.org
64
65
  homepage_uri: https://github.com/Zlatov/nested_array
65
66
  source_code_uri: https://github.com/Zlatov/nested_array.git
66
67
  post_install_message: