Sha256: 511d100af5e018a6333ac23f34bb5dcabe18e88aaa7eac4807397fb879a0577f
Contents?: true
Size: 253 Bytes
Versions: 43
Compression:
Stored size: 253 Bytes
Contents
#!/usr/bin/ruby require 'fileutils' [ 'bin/console', 'bin/setup', 'lib', 'spec', '.rspec', '.travis.yml', 'Gemfile', 'LICENSE.txt', 'qb.gemspec', 'Rakefile', ].each do |path| `git reset HEAD #{ path }` FileUtils.rm_rf path end
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
qb-0.1.2 | dev/bin/ungem |
qb-0.1.1 | dev/bin/ungem |
qb-0.1.0 | dev/bin/ungem |