raygun 0.0.25 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +5 -0
- data/app_prototype/Gemfile +2 -2
- data/app_prototype/app/models/user.rb +1 -0
- data/app_prototype/spec/models/user_spec.rb +1 -1
- data/lib/raygun/version.rb +1 -1
- metadata +2 -2
data/CHANGES.md
CHANGED
data/app_prototype/Gemfile
CHANGED
data/lib/raygun/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: raygun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.26
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Christian Nelson
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-02-
|
14
|
+
date: 2013-02-25 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: Carbon Five Rails application generator
|
17
17
|
email:
|