summaryrefslogtreecommitdiff
path: root/spec/commands/newgem_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | Fix a typosKoichi ITO2017-05-031-2/+2
|/
* Use FileUtils.rm in specs instead of shellSamuel Giddins2017-04-251-1/+1
* quote empty PATHColby Swandale2017-03-211-1/+1
* turns out linux needs env vars to be quoted (even when empty)Colby Swandale2017-03-201-1/+1
* run specs without git in the envColby Swandale2017-03-191-2/+6
* add specs to test gem command when git is not installed (note: this won't act...Colby Swandale2017-03-191-0/+27
* dont init new git repo unless git is installed on gem commandColby Swandale2017-03-191-17/+0
* Add Code of Conduct content to README templaterobcole2017-03-131-0/+14
* Auto merge of #5466 - Shekharrajak:5458_check_git, r=segiddinsThe Bundler Bot2017-03-071-0/+17
|\
| * using FileUtils.rm instead of rmshekharrajak2017-03-071-1/+1
| * test addedshekharrajak2017-02-231-0/+17
* | Switch newgem template single quotes to double quotesZach Ahn2017-03-041-6/+6
|/
* Fix Github username for README.md contrib URLDaniel P. Clark2017-02-171-3/+8
* [Fix #5358] Handle files conflicts when using `bundle gem`Andrea Nodari2017-02-091-0/+22
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [CLI] Fail gracefully when multiple names are passed to `bundle gem`seg-cli-gem-overrideSamuel Giddins2017-01-021-0/+8
* [CLI::Gem] Fail gracefully on an invalid constant nameseg-bundle-gem-invalid-constantSamuel Giddins2016-11-191-0/+15
* Validate `bundle gem` calls succeedSamuel Giddins2016-11-181-1/+1
* Fill in git username to the generated github urlJuanitoFatas2016-08-201-0/+29
* Fixes specs for 1.8.7Asutosh Palai2016-06-281-3/+3
* fix rubocop offense for %-literalsTony Miller2016-04-261-2/+2
* fix newgem_specTony Miller2016-04-261-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-221-1/+17
* Ensure `bundle gem` default task matches frameworkDavid Jones2015-12-251-0/+26
* Fix --no-coc and --no-mit flagsJames Wen2015-12-141-40/+80
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-5/+5
* block spaces for rubocopaa-3811-specific-test-depsAndre Arko2015-07-271-2/+2
* test for rspec and minitest specific depsAndre Arko2015-07-271-11/+11
* Pessimistic test framework versions for bundle gem commandTim Fischbach2015-07-271-0/+12
* Fix style to use double quotesAmy Unger2015-07-261-1/+1
* Use a Bundler specific gitconfig file rather than altering user's filesAmy Unger2015-07-261-10/+15
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-16/+16
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* Fix spacing differences on the template.Andre Medeiros2015-05-281-1/+0
* Update bundle gem rakefile spec for when there are extensionsSamuel E. Giddins2015-05-271-0/+3
* A gem extending an existing const should be creatableAkira Matsuda2015-04-301-0/+29
* Merge tag 'v1.9.4'Andre Arko2015-04-131-7/+23
* Merge pull request #3483 from janlelis/masterAndré Arko2015-04-011-0/+9
|\
| * Improve generating module name from gem name in gem generatorJan Lelis2015-03-191-0/+9
* | Merge pull request #3515 from arthurnn/add_test_files_rake_minitestAndré Arko2015-03-261-0/+2
|\ \
| * | Add test files to default rake test taskArthur Neves2015-03-261-0/+2
* | | Improve Minitest gem templateArthur Neves2015-03-261-13/+13
|/ /
* | Apply test framework when install with asksShim Won2015-03-231-0/+11
|/
* Merge tag 'v1.8.5'Andre Arko2015-03-111-8/+44
|\
| * fix tests for MIT in gemspec to match settingsAndre Arko2015-03-111-8/+3
| * test each firstrun questionAndre Arko2015-03-111-0/+41