Skip to content

Commit

Permalink
new: default job can be blank still; but might as well guess the name
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 19, 2017
1 parent 649850c commit c20295a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bosh-gen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Gem::Specification.new do |gem|

gem.add_dependency "cyoi", "~> 0.10"
gem.add_dependency "fog", "~> 1.11"
gem.add_dependency "fog-aws", "0.1.1" # 0.1.2 causes issues
gem.add_dependency "fog-aws"
gem.add_dependency "mime-types"
gem.add_dependency "readwritesettings", "~> 3.0"
gem.add_dependency "activesupport", ">= 4.0", "< 5.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: just_install_packages
name: <%= project_name %>
packages: []
templates:
ignoreme: ignoreme
Expand Down

0 comments on commit c20295a

Please sign in to comment.