flatiron-rails 1.0.5 → 1.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c74a9b28053fa647011967057fb86ce38647e33b
4
- data.tar.gz: 8b216c9f5b715c94e0fbbad35cfe443ee59583de
3
+ metadata.gz: e20359a4b597838c9ae2558a83bf44c82f7f9dcf
4
+ data.tar.gz: a4e8e8caabebcc8195a53f083c11049c777e2818
5
5
  SHA512:
6
- metadata.gz: a1db28f098b981b7aa52cec86f71df4e9bd54a6140829fd08939f1256ec9e30be26d045233dd97892e0e3094b07a44add573727af91fc997fd7633eb92477707
7
- data.tar.gz: 8ee7d4d33d7f22ebd36ba939c290670b15388fcbdd4b4c97b6e1c8b4b7ec2c4fb243e59979c45406c52a35c6a042a7bf2d2539bc2264bb2437b3cbd888c0374f
6
+ metadata.gz: 9e03f5497e8c12b96bb7d88c3070d134446128739b5fdd29803f15f2f7d28a8510795fa394424d45425ce66527a2db32564f8e85fd85242659f12ac69fd8d328
7
+ data.tar.gz: 3236e72a70823edb497a20cc41d360c958504407e617799a8092710f87ca055379a7d950733d23f3089c76a1f4304497c32fec18d666a61211ac6a5e01d722a7
@@ -4,7 +4,7 @@ class FlatironRails
4
4
  def self.run
5
5
  if ['-v', '--version'].include?(ARGV[0])
6
6
  puts <<-VERSION.gsub(/^ {6}/, '')
7
- Flatiron Rails 1.0.5
7
+ Flatiron Rails 1.0.6
8
8
  VERSION
9
9
  elsif ARGV[0].nil? || ['-h','--help'].include?(ARGV[0]) || ARGV[0] != "new" || ARGV[2]
10
10
  puts <<-HELP.gsub(/^ {6}/, '')
@@ -376,6 +376,7 @@ add_line_to_file("app/assets/stylesheets/application.css.scss", "\n@import \"boo
376
376
 
377
377
  File.open("app/assets/stylesheets/application.css.scss", "a") do |f|
378
378
  f.write <<-CSS.strip_heredoc.chomp
379
+
379
380
  /* Some Style from the Bootstrap Default Theme */
380
381
  body {
381
382
  padding-top: 70px;
@@ -431,15 +432,16 @@ file 'STACK.md', <<-STACK.strip_heredoc.chomp
431
432
  * Google Analytics
432
433
 
433
434
  TODO:
434
- 1. An MIT License file has been created for you
435
+ 1. Add the line `ruby '2.1.0'` to the top of your Gemfile
436
+ 2. An MIT License file has been created for you
435
437
  * Add your name and the year
436
- 2. A README.md file has been started for you
438
+ 3. A README.md file has been started for you
437
439
  * Add relavent information and screenshots for your app
438
440
  * There is a basic template you can follow, but make it your own
439
- 3. Google Analytics is set up to track your app
441
+ 4. Google Analytics is set up to track your app
440
442
  * Set up an application on Google Analytics
441
443
  * You will need to add your analytics tracking code to `config/secrets.yml`
442
- 4. Set up Airbrake (Optional)
444
+ 5. Set up Airbrake (Optional)
443
445
  * If you entered your api key during project creation, you're all set!
444
446
  * Otherwise, visit [Airbrake](https://airbrake.io/account/new/Free) and set
445
447
  up a free account.
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: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arel English