ruby-ore / ore

Mine beautiful RubyGems from Ore
MIT License
241 stars 29 forks source link

`mine blah --git false` still generates .gitignore #6

Closed turboladen closed 12 years ago

turboladen commented 13 years ago

Nothing crucial of course, just thought it seemed like this file shouldn't be generated in this case. Here's my command and output:

[sloveless@sloveless-mbp:sloveless]$ mine dss12_generator --bin --bundler --jeweler-tasks --yard --git false
Generating /Users/sloveless/Development/pelco/users/sloveless/dss12_generator
      create  lib
      create  lib/dss12_generator
      create  spec
      create  bin
      create  .document
      create  .yardopts
      create  Gemfile
      create  bin/dss12_generator
       chmod  bin/dss12_generator
      create  .rspec
      create  spec/dss12_generator_spec.rb
      create  spec/spec_helper.rb
      create  .gitignore
      create  ChangeLog.rdoc
      create  LICENSE.txt
      create  README.rdoc
      create  Rakefile
      create  dss12_generator.gemspec
      create  gemspec.yml
      create  lib/dss12_generator/version.rb
      create  lib/dss12_generator.rb
postmodern commented 13 years ago

I will have to move the .gitignore.erb file into it's own Ore template directory.

postmodern commented 12 years ago

Finally fixed in 0.9.0!