andys-mason 0.1.0.2 → 0.1.0.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.
Files changed (2) hide show
  1. data/lib/mason/buildpack.rb +2 -2
  2. metadata +1 -1
@@ -70,8 +70,8 @@ private
70
70
  process_types = release["default_process_types"] || {}
71
71
 
72
72
  if File.exists? filename
73
- Foreman::Procfile.new(filename).entries do |e|
74
- process_types[e.name] = e.command
73
+ Foreman::Procfile.new(filename).entries do |name, command|
74
+ process_types[name] = command
75
75
  end
76
76
  end
77
77
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: andys-mason
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0.2
5
+ version: 0.1.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Dollar