flatiron-rails 0.0.11 → 0.0.12

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 +0 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b97491af46fd2b2fd07ceba23dc41df47f20d0ba
4
- data.tar.gz: 8e764577e69117ced3333a5edc8c759686d0d65e
3
+ metadata.gz: ca77016d3f1075d4616f95f55103d2d8bc33949a
4
+ data.tar.gz: d2c8f49a267722c196fec171e258a316cd94eeb8
5
5
  SHA512:
6
- metadata.gz: 45e2fbe016ee3d9a1d54efc19d16746698542b2638141766fc692596d9ec804a6fa6085bc1a7428e43d60ec7535d1145ec3556d3009cd07e5c035be73be32e7e
7
- data.tar.gz: 7f96ef6da24865f358cc0976efad7887f7d53906147820cbce94444e02fd078852ea340803fa1d6b400c99136f677b5ce7c88e4a4a4a01daa3de4835bbaf8b0a
6
+ metadata.gz: 3419180f60016c5856892eded1a1e960e463b2ad9ad1ff7284dbce8dab8ed788a793a1458d0c5f2c84b53bd87fcc0b0e5e8e05af295a18fdc1a50de665177add
7
+ data.tar.gz: 46f892c05d4fb90227bbe8b3ca4cf7ae2d744b8423ad8bbc0e07fc9d7ed8582eaee0b256367ca71a05334932f8dc1e15196810b92546e1271ff0aafeb5b356c2
@@ -94,7 +94,6 @@ end
94
94
  gem_group :production do
95
95
  gem 'pg'
96
96
  gem 'google-analytics-rails'
97
- gem 'newrelic_rpm'
98
97
  gem 'rails_12factor'
99
98
  end
100
99
 
@@ -395,10 +394,6 @@ file 'STACK.md', <<-STACK.strip_heredoc.chomp
395
394
  3. Google Analytics is set up to track your app
396
395
  * Set up an application on Google Analytics
397
396
  * You will need to add your analytics tracking code to `config/secrets.yml`
398
- 4. Sign up for a (New Relic)[http://newrelic.com/] account
399
- * Follow the instructions for generating your license key
400
- * Replace `config/newrelic.yml` with the one you download from New Relic
401
- * Deploy your app, then connect to it from the New Relic dashboard
402
397
 
403
398
  Deploying to Heroku:
404
399
  1. `bin/setup [<app_name>]`
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: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arel English