raygun-gl 0.10.1 → 0.10.2

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: 8befec715f877059eebe18fe8c774b2726219dce
4
- data.tar.gz: dbd5c72f9c8dadffc9eaac6d770ff62f27d1bbb3
3
+ metadata.gz: 1ae63ab8e5ef60b1207b9d7133f52c4f02422813
4
+ data.tar.gz: e02864771e151ba0a8fb18b285c67b73abe3a95c
5
5
  SHA512:
6
- metadata.gz: e294778971ecc3792f8fd54f76980bd22855241d803c5cfb7a3e480d6bd0fe729676514893a0b2050936899b800c63906cf73891d6fab074eab5658171b4be37
7
- data.tar.gz: 0dfd5f7b8d359109fab0bb21e137e7fa40a8de3ba392a3db6100b2a9895116eb31eeadb694f6f69d53a15cbd4ff05531439770dcec973c091f6dfb9be485a072
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.
@@ -1,4 +1,5 @@
1
- Copyright (c) 2012 Carbon Five
1
+ Original work Copyright (c) 2012 Carbon Five
2
+ Modified work Copyright (C) 2014 LastObelus Consulting Ltd.
2
3
 
3
4
  MIT License
4
5
 
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
- 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 us 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)
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
- Raygun GL...
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.
File without changes
@@ -1,3 +1,3 @@
1
1
  module Raygun
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
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.1
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-06-13 00:00:00.000000000 Z
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