flatiron-rails 2.0.1 → 2.0.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/templates/flatiron.rb +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc431e736eefa67cad93edbd1f37db0e887ca7fa
4
- data.tar.gz: dab09d3c9756b9123538dc97f88d4c174b1e4c04
3
+ metadata.gz: aeff12c1256d0e944e88593e505b9e195dd67a5e
4
+ data.tar.gz: 14392d061b80a69cff2fdc5165ceeefffdec2fb1
5
5
  SHA512:
6
- metadata.gz: abdc055cbcff273180059989dbcddb653ae3c36037650217c94e202a4769a247fe97e5b8af8c34b31d624fea624ef2280206f43a9267ce88d240cd2df8e00f7d
7
- data.tar.gz: a99e93d86ccaab1dc83ea71890baa43f26e1c72831230b14468451e1be885608331c9e0d4b5537fc271ab004cfb14a9a5a827843dd40b99ea230576ed0f41678
6
+ metadata.gz: 5503efda0e49916cd215f38fc523acffc57f86b3e9b793b7f58fece6fc152b9a689095fe72a3cefd5c49bf0ae867c71a0e4d50e7bf878039128e541a73230fb9
7
+ data.tar.gz: 7c7bf8621cf0213c7e653476611273683b3fabee9e084fe8f9864903ff10468fc7ac4a5f2b9feb83335e69bdc69dc75151b2b5078a15410652944689c3397311
@@ -498,7 +498,7 @@ file 'STACK.md', <<-STACK.strip_heredoc.chomp
498
498
  `rails g airbrake --api-key your_api_key_here
499
499
 
500
500
  Deploying to Heroku:
501
- 1. `bin/setup [<app_name>]`
501
+ 1. `bin/bootstrap [<app_name>]`
502
502
  * <app_name> is optional. It will, by default, attempt to create an
503
503
  app on Heroku using your Rails application name.
504
504
  2. `bin/deploy`
@@ -577,12 +577,12 @@ if yes?("Set up for Ninefold instead of Heroku? [y/N]")
577
577
  setup_secrets_yml_for_ninefold
578
578
  remove_line_from_file("Gemfile", "rails_12factor")
579
579
  else
580
- file 'bin/setup', <<-SETUP.strip_heredoc.chomp
580
+ file 'bin/bootstrap', <<-SETUP.strip_heredoc.chomp
581
581
  #!/usr/bin/env ruby
582
582
  if ['-h', '--help'].include?(ARGV[0]) || ARGV[1]
583
583
  puts <<-HELP.gsub(/^ {6}/, '')
584
584
  Usage:
585
- bin/setup [<app_name>]
585
+ bin/bootstrap [<app_name>]
586
586
  HELP
587
587
  elsif ARGV[0]
588
588
  system("heroku create \#{ARGV[0]}")
@@ -598,7 +598,7 @@ else
598
598
 
599
599
  if !log.any? {|line| line.match(/heroku/)}
600
600
  puts <<-ERROR.gsub(/^ {6}/, '')
601
- You must run `bin/setup` first!
601
+ You must run `bin/bootstrap` first!
602
602
  ERROR
603
603
  else
604
604
  system("git push heroku master && heroku run rake db:migrate && heroku open")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flatiron-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Logan Hasson
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.4.5
64
+ rubygems_version: 2.4.1
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: flatiron-rails gem