suspenders 0.1.0.beta.3 → 0.1.0.beta.4
Sign up to get free protection for your applications and to get access to all the features.
- data/suspenders.gemspec +2 -2
- data/template/suspenders.rb +1 -1
- data/template/trout/Gemfile +1 -1
- metadata +4 -4
data/suspenders.gemspec
CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.rubygems_version = '1.3.5'
|
5
5
|
|
6
6
|
s.name = 'suspenders'
|
7
|
-
s.version = '0.1.0.beta.
|
8
|
-
s.date = '2010-10-
|
7
|
+
s.version = '0.1.0.beta.4'
|
8
|
+
s.date = '2010-10-06'
|
9
9
|
|
10
10
|
s.summary = "Generate a Rails app using thoughtbot's best practices."
|
11
11
|
s.description = <<-HERE
|
data/template/suspenders.rb
CHANGED
data/template/trout/Gemfile
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: suspenders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 62196411
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 0
|
10
10
|
- beta
|
11
|
-
-
|
12
|
-
version: 0.1.0.beta.
|
11
|
+
- 4
|
12
|
+
version: 0.1.0.beta.4
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- thoughtbot
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-10-
|
20
|
+
date: 2010-10-06 00:00:00 -04:00
|
21
21
|
default_executable: suspenders
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|