file-dependencies 0.1.1 → 0.1.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGM4NTY0ZjEwMzliMWM1MTBiOGU3NzIyOTJhMGIyNDJhZTFiMmUzMg==
4
+ ZWFmYzZiYWUyY2Q5Njc4NDE4ZDdmYjAxYzllZjAzZTJiOTAzMTU3Mg==
5
5
  data.tar.gz: !binary |-
6
- YTdmYTQwODE1Y2ZiZTcxZWNiZWYwMmI2OGVkNjY0MjgwMTU1ZTRlYQ==
6
+ ZTFhNGU3MTAxMmMyMjQxZTVlZTgzZTUzZTE4OTcwZDBkZmFiOGZmOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Y2YzMGY5ZDY1ODZiOTA5M2NhMTY5ZGMyNmI4ZWY4ODFkNzllYTA1M2FjNWY5
10
- ZTRjYTRhYzUyNWNhNmVkMWM2YmNlMWNkMzhkMjRhYWM3ODcwOGM1ZWJkNzll
11
- MDQwNjVjZDRiMjQ4NDI2MGJkMTcxMjg4NDMxYjA3ZTQzYjU5YzU=
9
+ ZThhMzA1NTkwMzY2MjZmZDdkNjlkNjFlNGQ2NDMxNGJhZDBlMDk2ZmZmYzA0
10
+ ZmVjMTcwNDc4NjNiMGM2NjllY2U2ZWM0NDhhMmM4ZTBiNWMwZmZjYjBlM2Ez
11
+ MDZiMmRlYzYzNzg0MmFkZjA3ZWQ4ZmI2Y2ZjNTBhM2I4YmE3Yzc=
12
12
  data.tar.gz: !binary |-
13
- MGRmOWI2YjNjOGFjY2M1NGE1OWU5MGJkNTg0NjY0ZDhhZDlkMTlhZDc3ZmNh
14
- ZTVlZjI2NjQyYzdmYmRjNDllYjJhZmNiYTYxNzBkYWNlNjI1YWY5YmI3MzQ4
15
- ZmZkYjllMjI3MzFjM2RlNmFiOGY2ZjZjODI2ZTdmMTJkZDA2MjU=
13
+ ODFkNTc5Mzg1NDc4YzY1MGEwNzM4MDRlNjJkN2M2N2RjZDU4YmUwYjYzMTUx
14
+ Nzc0YzdjZDY5YjgyM2U5YTFjMTYzMzhmMjM3OTA4OWEzMGE4MGUxZTFkZjg1
15
+ OWU3NTFhMWYzODNlNGM0M2E5NTQwODYwZTY1NTEzM2E2Y2E3M2Q=
@@ -1,9 +1,10 @@
1
1
  require 'json'
2
+ require 'file-dependencies'
2
3
  module FileDependencies
3
4
  # :nodoc:
4
5
  module Gem
5
6
  def hook
6
- Gem.post_install do |gem_installer|
7
+ ::Gem.post_install do |gem_installer|
7
8
  next if ENV['VENDOR_SKIP'] == 'true'
8
9
  FileDependencies.process_vendor(gem_installer.gem_dir)
9
10
  end
@@ -1,3 +1,3 @@
1
1
  # Note to authors: this should not include dashes because 'gem' barfs if
2
2
  # you include a dash in the version string.
3
- APP_VERSION = '0.1.1'
3
+ APP_VERSION = '0.1.2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: file-dependencies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Pijnenburg