rails_new 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/rails_new/version.rb +1 -1
- data/rails_new.gemspec +2 -2
- metadata +3 -3
data/README.md
CHANGED
data/lib/rails_new/version.rb
CHANGED
data/rails_new.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = RailsNew::VERSION
|
9
9
|
gem.authors = ['Lucas Caton']
|
10
10
|
gem.email = ['lucascaton@gmail.com']
|
11
|
-
gem.description = %q{Customizable Rails template
|
12
|
-
gem.summary = %q{Customizable Rails template
|
11
|
+
gem.description = %q{Customizable Rails template with Twitter Bootstrap, Devise and more!}
|
12
|
+
gem.summary = %q{Customizable Rails template with Twitter Bootstrap, Devise and more!}
|
13
13
|
gem.homepage = 'https://github.com/lucascaton/rails_new'
|
14
14
|
|
15
15
|
gem.add_dependency 'rails', '3.2.9'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_new
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 3.2.9
|
30
|
-
description: Customizable Rails template
|
30
|
+
description: Customizable Rails template with Twitter Bootstrap, Devise and more!
|
31
31
|
email:
|
32
32
|
- lucascaton@gmail.com
|
33
33
|
executables:
|
@@ -79,6 +79,6 @@ rubyforge_project:
|
|
79
79
|
rubygems_version: 1.8.24
|
80
80
|
signing_key:
|
81
81
|
specification_version: 3
|
82
|
-
summary: Customizable Rails template
|
82
|
+
summary: Customizable Rails template with Twitter Bootstrap, Devise and more!
|
83
83
|
test_files: []
|
84
84
|
has_rdoc:
|