raygun 1.0.0 → 1.0.1
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 +4 -4
- data/.ruby-version +1 -1
- data/CHANGES.md +5 -0
- data/lib/raygun/raygun.rb +2 -6
- data/lib/raygun/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01215df238402b70c5ba3bb79d02b8c1835ebddb
|
|
4
|
+
data.tar.gz: 9fbc0539402d5007182b53a28ce9ecd65aaa40c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 333aa4d2fef05eb27acd34afeb13f14d0c5f52f7d7e151b8c68bd4c4255ed482de0d0be83c382d1a6b87ea03f958d7945dbeaad72f44d027a4356c68f1536bd1
|
|
7
|
+
data.tar.gz: 444dd636d0ecc6bba05d799ce544db216fc6f756ae9121f2617aa5712723f4922f0585fa0cb5ad3a69f433789d03ecc0c5f5b3d1c2f3ca64ab1d616c0378ffbe
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.2.0
|
data/CHANGES.md
CHANGED
data/lib/raygun/raygun.rb
CHANGED
|
@@ -177,13 +177,9 @@ module Raygun
|
|
|
177
177
|
puts ""
|
|
178
178
|
puts "Zap! Your application is ready. Next steps...".colorize(:yellow)
|
|
179
179
|
puts ""
|
|
180
|
-
puts "# Install updated dependencies".colorize(:light_green)
|
|
180
|
+
puts "# Install updated dependencies and prepare the database".colorize(:light_green)
|
|
181
181
|
puts "$".colorize(:blue) + " cd #{target_dir}".colorize(:light_blue)
|
|
182
|
-
puts "$".colorize(:blue) + "
|
|
183
|
-
puts "$".colorize(:blue) + " bundle".colorize(:light_blue)
|
|
184
|
-
puts ""
|
|
185
|
-
puts "# Prepare the database: schema and reference / sample data".colorize(:light_green)
|
|
186
|
-
puts "$".colorize(:blue) + " rake db:setup db:sample_data".colorize(:light_blue)
|
|
182
|
+
puts "$".colorize(:blue) + " ./bin/setup".colorize(:light_blue)
|
|
187
183
|
puts ""
|
|
188
184
|
puts "# Run the specs (they should all pass)".colorize(:light_green)
|
|
189
185
|
puts "$".colorize(:blue) + " rake".colorize(:light_blue)
|
data/lib/raygun/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raygun
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Nelson
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Carbon Five Rails application generator
|
|
16
16
|
email:
|
|
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
56
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 2.
|
|
57
|
+
rubygems_version: 2.4.5
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 4
|
|
60
60
|
summary: Generates and customizes Rails applications with Carbon Five best practices
|