bake-bundler 0.3.4 → 0.3.5

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: f5c8080ada46b84614702d417ff2459410232056d0b3092c70eb5e0572cf233a
4
- data.tar.gz: 49923cc2bde751559f8fdf3f51c661ba08be988717af25b761dd36a87ad3f24c
3
+ metadata.gz: c5baf096d4dee1e613671cf08e7d36d029b0fae5c0f1e5e8c5cb6af91648da6b
4
+ data.tar.gz: 870c5dd6c866f85da86a796f88bcd0bf5b43f37b046e2d193b3a0c3b1c37e9a2
5
5
  SHA512:
6
- metadata.gz: 805fee3264808fe7a76f6fb5811be7ecc80056395da5808a89e574a3ab33b15e56e741846a1065d6480d134575c948691d1c420f1b541a953dcba0030e20bd0b
7
- data.tar.gz: 6a3f97c3a556763c316c6d0cc7bc10908b7e7a11117a0c24d444a42e8c1166b66a7e948c259a8d2300f073a51b1eaf74453274b9a8d6d33bd6da811ddda1c8c1
6
+ metadata.gz: 50d8ee9e276a27bed07a2da8339526be9a43dfc4694cc6f03f6b9b65fbb01650dbfeb63631773f0e4d37c1d8e88ec68843dfbcc52ba8daa8c65039a35957a80d
7
+ data.tar.gz: 966e51c9681440a32fecc87468a63074442bd817b9dc8344b04e759b62be1659738ec04e8f468d3d79bf040ea53f3b0229d92302f00421bbe1cbce813e771f39
data/bake/bundler.rb CHANGED
@@ -13,6 +13,13 @@ attr :helper
13
13
  # Build the gem into the pkg directory.
14
14
  def build
15
15
  @built_gem_path ||= @helper.build_gem
16
+
17
+ gemspec = @helper.gemspec
18
+
19
+ $stdout.puts "Your gem contains the following files:"
20
+ pp gemspec.files
21
+
22
+ return @built_gem_path
16
23
  end
17
24
 
18
25
  # Build and install the gem into system gems.
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Bake
24
24
  module Bundler
25
- VERSION = "0.3.4"
25
+ VERSION = "0.3.5"
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams