sparkler 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sparkler/version.rb +1 -1
- data/sparkler.gemspec +1 -1
- data/templates/Gemfile_additions +1 -1
- metadata +8 -7
data/lib/sparkler/version.rb
CHANGED
data/sparkler.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.authors = ["Chris Moore"]
|
9
9
|
gem.email = ["chrism@gaslightsoftware.com"]
|
10
10
|
gem.summary = %q{Generate a Rails app using Gaslight's choices of gems and frameworks.}
|
11
|
-
gem.description = %q{}
|
11
|
+
gem.description = %q{Spin up a Rails app using all the tools and frameworks we like at Gaslight. Inspired heavily by thoughtbot's Suspenders.}
|
12
12
|
gem.homepage = "https://github.com/gaslight/sparkler"
|
13
13
|
|
14
14
|
gem.files = `git ls-files`.split($\)
|
data/templates/Gemfile_additions
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sparkler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-09-
|
12
|
+
date: 2012-09-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70106798067920 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - =
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.2.8
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70106798067920
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
27
|
-
requirement: &
|
27
|
+
requirement: &70106798067420 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,8 +32,9 @@ dependencies:
|
|
32
32
|
version: '1.1'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
-
description:
|
35
|
+
version_requirements: *70106798067420
|
36
|
+
description: Spin up a Rails app using all the tools and frameworks we like at Gaslight.
|
37
|
+
Inspired heavily by thoughtbot's Suspenders.
|
37
38
|
email:
|
38
39
|
- chrism@gaslightsoftware.com
|
39
40
|
executables:
|