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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a4f38bcb962367072335e95eda6d184b8b5fb60
4
- data.tar.gz: 525cd6d636d97ff068c934371ac695609545974a
3
+ metadata.gz: 01215df238402b70c5ba3bb79d02b8c1835ebddb
4
+ data.tar.gz: 9fbc0539402d5007182b53a28ce9ecd65aaa40c7
5
5
  SHA512:
6
- metadata.gz: 457ac34907223cbaaff392788bb8d049fcef8db50b2887335833cb5626a16293e30e6d0aab15f028e56a08ee70b1e5e466d341e2ca5f60018f16a774fef9e3da
7
- data.tar.gz: 828b254b3a7176b80f5150d6efcc2339f080e46ec689131777267e07b4232baa5720649526b90d4a30365bc20f99f3d3daf17259ca606119867477ab106642f2
6
+ metadata.gz: 333aa4d2fef05eb27acd34afeb13f14d0c5f52f7d7e151b8c68bd4c4255ed482de0d0be83c382d1a6b87ea03f958d7945dbeaad72f44d027a4356c68f1536bd1
7
+ data.tar.gz: 444dd636d0ecc6bba05d799ce544db216fc6f756ae9121f2617aa5712723f4922f0585fa0cb5ad3a69f433789d03ecc0c5f5b3d1c2f3ca64ab1d616c0378ffbe
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.2.0
data/CHANGES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.1 [2015-01-30]
4
+
5
+ * Simplify instructions: use ./bin/setup instead of explicit commands.
6
+ * Use ruby 2.2.0 for development.
7
+
3
8
  ## 1.0.0 [2014-07-01]
4
9
 
5
10
  * 1.0 Release, because it's about time.
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) + " gem install bundler".colorize(:light_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)
@@ -1,3 +1,3 @@
1
1
  module Raygun
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: 2014-07-01 00:00:00.000000000 Z
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.2.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