berkshelf_ext 1.0.2 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.0.4
2
+ * Properly autoload berksfile module in dependency_chains
3
+
1
4
  ## v1.0.2
2
5
  * Add `non_recommends_depends` to fix dependency resolution
3
6
  * Add `knife_uploader` addon to disable ridley based uploads
Binary file
@@ -94,3 +94,4 @@ module BerkshelfExt
94
94
  end
95
95
 
96
96
  Berkshelf::Resolver.send(:include, BerkshelfExt::DependencyChains::Resolver)
97
+ Berkshelf::Berksfile.send(:include, BerkshelfExt::DependencyChains::Berksfile)
@@ -2,6 +2,6 @@ module BerkshelfExt
2
2
  class Version < Gem::Version
3
3
  end
4
4
 
5
- VERSION = Version.new('1.0.2')
5
+ VERSION = Version.new('1.0.4')
6
6
  BERKSHELF_CONSTRAINT = '~> 1.3.1'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berkshelf_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -63,6 +63,7 @@ files:
63
63
  - berkshelf_ext.gemspec
64
64
  - bin/berks_ext
65
65
  - berkshelf_ext-1.0.0.gem
66
+ - berkshelf_ext-1.0.2.gem
66
67
  - CHANGELOG.md
67
68
  homepage: http://github.com/chrisroberts/berkshelf_ext
68
69
  licenses: []