raygun 0.9.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1703db24e260082a7cf66ea11ac599a73f3634af
4
- data.tar.gz: 3809c2ab8771027ee693678f77bc7c851014f011
3
+ metadata.gz: 5a4f38bcb962367072335e95eda6d184b8b5fb60
4
+ data.tar.gz: 525cd6d636d97ff068c934371ac695609545974a
5
5
  SHA512:
6
- metadata.gz: b7dbe4a9ef426be99919b88146eda9a40814ac02a4bcf8e02de49dce51a0e9ebb9426e81c84e587cd1262771211eef3cb12f3292c1135b7cbe66c1a584a8c6a3
7
- data.tar.gz: 6b36907318c77d815263742dbfdc00c759184a7214bf3ad7fb350e4693f2b1a6cd9afcc2752c479629382de9a069a609c9178d764c93c655f3d8faf602b016ea
6
+ metadata.gz: 457ac34907223cbaaff392788bb8d049fcef8db50b2887335833cb5626a16293e30e6d0aab15f028e56a08ee70b1e5e466d341e2ca5f60018f16a774fef9e3da
7
+ data.tar.gz: 828b254b3a7176b80f5150d6efcc2339f080e46ec689131777267e07b4232baa5720649526b90d4a30365bc20f99f3d3daf17259ca606119867477ab106642f2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.0.0-p353
1
+ 2.1.2
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.0 [2014-07-01]
4
+
5
+ * 1.0 Release, because it's about time.
6
+
3
7
  ## 0.9.4 [2014-02-11]
4
8
 
5
9
  * Don't use patchlevels with ruby v2.1.0+, now that ruby has adopted semantic versioning.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Carbon Five
1
+ Copyright (c) 2014 Carbon Five
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -14,7 +14,7 @@ for details.
14
14
 
15
15
  Major tools/libraries:
16
16
 
17
- * Rails 4.0
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 build in functionality.
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 wget (```brew install wget```).
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
 
@@ -1,3 +1,3 @@
1
1
  module Raygun
2
- VERSION = "0.9.4"
2
+ VERSION = "1.0.0"
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: 0.9.4
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-02-11 00:00:00.000000000 Z
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.0.14
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