raygun-gl 0.10.1 → 0.10.2
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/CHANGES.md +6 -0
- data/LICENSE.txt +2 -1
- data/README.md +2 -2
- data/bin/{raygun → raygun-gl} +0 -0
- data/lib/raygun/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ae63ab8e5ef60b1207b9d7133f52c4f02422813
|
|
4
|
+
data.tar.gz: e02864771e151ba0a8fb18b285c67b73abe3a95c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166f0fa13acb1ed430cc72d9c698e2b92ef609d095b4ecb40d61080998e6a53b92bfd646943870b1a13d270096e09953cd139fa9ba06c66e7f8ba755d4b70fd5
|
|
7
|
+
data.tar.gz: eb70eb2c2b02d457f36b6ccd6e96a8a354aab53efbd01ef606f00a4b4f43f7ad301cd1130892dbebaa2a00036889c9b4fa04b887acf53fddce7241cdb22657ef
|
data/CHANGES.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.10.1 [2014-06-12]
|
|
4
|
+
|
|
5
|
+
* allow specifying a gitlab instance with -g
|
|
6
|
+
* allow specifying a ref (branch or tag) with -r
|
|
7
|
+
* allow specify embed_as (-e) to generate rails app in a subdir
|
|
8
|
+
|
|
3
9
|
## 0.9.4 [2014-02-11]
|
|
4
10
|
|
|
5
11
|
* Don't use patchlevels with ruby v2.1.0+, now that ruby has adopted semantic versioning.
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Rails application generator that builds a new project skeleton from prototype app repos which can live either on github or a private gitlab instance.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
`raygun-gl` generates Rails 4 projects by copying a sample app and massaging it gently into shape. It is a fork of https://github.com/carbonfive/raygun but does not supply an app prototype. Instead it allows you to use (your own) app prototype repos that are hosted either on **github** or a private **gitlab** instance. If you want to use Carbon Five's app prototype, `raygun-gl` does not provide any extra functionality over Carbon Five's original version (except for the `--embed_as` option)
|
|
9
9
|
|
|
10
10
|
## Projects Goals
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
`raygun-gl`...
|
|
13
13
|
|
|
14
14
|
* Generates a new rails application that's ready for immediate feature development.
|
|
15
15
|
* Generates an application that has YOUR best practices that apply to most projects baked in.
|
data/bin/{raygun → raygun-gl}
RENAMED
|
File without changes
|
data/lib/raygun/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raygun-gl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Nelson
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2014-
|
|
14
|
+
date: 2014-07-30 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: gitlab
|
|
@@ -73,7 +73,7 @@ description: Rails application generator
|
|
|
73
73
|
email:
|
|
74
74
|
- lastobelus@gmail.com
|
|
75
75
|
executables:
|
|
76
|
-
- raygun
|
|
76
|
+
- raygun-gl
|
|
77
77
|
extensions: []
|
|
78
78
|
extra_rdoc_files: []
|
|
79
79
|
files:
|
|
@@ -86,7 +86,7 @@ files:
|
|
|
86
86
|
- NEXTSTEPS.taskpaper
|
|
87
87
|
- README.md
|
|
88
88
|
- Rakefile
|
|
89
|
-
- bin/raygun
|
|
89
|
+
- bin/raygun-gl
|
|
90
90
|
- lib/colorize.rb
|
|
91
91
|
- lib/raygun/gitlab_client.rb
|
|
92
92
|
- lib/raygun/raygun.rb
|