raygun 0.9.4 → 1.0.0
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 +4 -0
- data/LICENSE.txt +1 -1
- data/README.md +3 -3
- data/lib/raygun/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a4f38bcb962367072335e95eda6d184b8b5fb60
|
|
4
|
+
data.tar.gz: 525cd6d636d97ff068c934371ac695609545974a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 457ac34907223cbaaff392788bb8d049fcef8db50b2887335833cb5626a16293e30e6d0aab15f028e56a08ee70b1e5e466d341e2ca5f60018f16a774fef9e3da
|
|
7
|
+
data.tar.gz: 828b254b3a7176b80f5150d6efcc2339f080e46ec689131777267e07b4232baa5720649526b90d4a30365bc20f99f3d3daf17259ca606119867477ab106642f2
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.1.2
|
data/CHANGES.md
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ for details.
|
|
|
14
14
|
|
|
15
15
|
Major tools/libraries:
|
|
16
16
|
|
|
17
|
-
* Rails
|
|
17
|
+
* Rails
|
|
18
18
|
* PostgreSQL
|
|
19
19
|
* Slim
|
|
20
20
|
* Sass
|
|
@@ -38,7 +38,7 @@ Raygun...
|
|
|
38
38
|
|
|
39
39
|
* Generates a new rails application that's ready for immediate feature development.
|
|
40
40
|
* Generates an application that has best practices that apply to most projects baked in.
|
|
41
|
-
* Generates an application that includes specs for all
|
|
41
|
+
* Generates an application that includes specs for all built in functionality.
|
|
42
42
|
* Is a forum for discussing what should or should not be included as part of a standard stack.
|
|
43
43
|
|
|
44
44
|
## Installation
|
|
@@ -47,7 +47,7 @@ Raygun...
|
|
|
47
47
|
|
|
48
48
|
## Prerequisites
|
|
49
49
|
|
|
50
|
-
To generate an application, you need the raygun gem and
|
|
50
|
+
To generate an application, you only need the raygun gem and network connectivity.
|
|
51
51
|
|
|
52
52
|
To run your new application's specs or fire up its server, you'll need to meet these requirements.
|
|
53
53
|
|
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: 0.
|
|
4
|
+
version: 1.0.0
|
|
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-
|
|
13
|
+
date: 2014-07-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Carbon Five Rails application generator
|
|
16
16
|
email:
|
|
@@ -20,9 +20,9 @@ executables:
|
|
|
20
20
|
extensions: []
|
|
21
21
|
extra_rdoc_files: []
|
|
22
22
|
files:
|
|
23
|
-
- .gitignore
|
|
24
|
-
- .ruby-gemset
|
|
25
|
-
- .ruby-version
|
|
23
|
+
- ".gitignore"
|
|
24
|
+
- ".ruby-gemset"
|
|
25
|
+
- ".ruby-version"
|
|
26
26
|
- CHANGES.md
|
|
27
27
|
- Gemfile
|
|
28
28
|
- LICENSE.txt
|
|
@@ -44,17 +44,17 @@ require_paths:
|
|
|
44
44
|
- lib
|
|
45
45
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- -
|
|
47
|
+
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: '0'
|
|
50
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
56
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 2.
|
|
57
|
+
rubygems_version: 2.2.2
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 4
|
|
60
60
|
summary: Generates and customizes Rails applications with Carbon Five best practices
|