rails_new 0.0.14 → 0.0.15

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: 1c3054e78000a23d107e8fc402e29e5b7067630f
4
- data.tar.gz: 42318c1e42d08bc2f927bb6b72e27e56c2405211
3
+ metadata.gz: d0220b39afdf3b6193a3e9e9d22cf23e84ae2e7e
4
+ data.tar.gz: 32b879a8d842f482b2ad868f0550368ab0cb37c5
5
5
  SHA512:
6
- metadata.gz: a5fff3e2a098aff14a15d840c2f1b2fced06852597da10bf851a660e79aa2bf4a4a837522e87d7b0f8eca7f4ac67c4fbe2fddfcd9bba0e3daaad2ce2ac551479
7
- data.tar.gz: c13e1033090f9fdbbb87f2217732e9a6c9ff7681046c831f64989d8965edc2450b81510af8102c99da494c8c0fa07d6b344d39f0739060027fd7363dc8e60f6e
6
+ metadata.gz: 076fe0f71567f20781abe1108ce0024e9f7279b0395713019c014734669dfd7e09270d471edf904a19000ce4e7569c6b979ee65a7f71c1fb058433fd09d75144
7
+ data.tar.gz: b45d7737bef3c1b08cd55afb59edeaa6ab1535a411903f12c6f983134ff9ef07a211502ea5dc7afed0c87240138e7a5dc9065b62ef3163aa519515bd95d2dc0b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_new (0.0.14)
4
+ rails_new (0.0.15)
5
5
  rails (= 4.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/rails_new.png)](http://badge.fury.io/rb/rails_new)
6
+
5
7
  ### Current Rails version
6
8
 
7
9
  4.0.1
@@ -22,11 +22,7 @@ gem 'rails-i18n'
22
22
  <%- end -%>
23
23
 
24
24
  group :development do
25
- gem 'annotate'
26
- gem 'better_errors'
27
- gem 'binding_of_caller'
28
25
  gem 'thin'
29
- gem 'meta_request'
30
26
  end
31
27
 
32
28
  group :development, :test do
@@ -1,3 +1,3 @@
1
1
  module RailsNew
2
- VERSION = '0.0.14'
2
+ VERSION = '0.0.15'
3
3
  end
@@ -3,20 +3,21 @@ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'rails_new/version'
5
5
 
6
- Gem::Specification.new do |gem|
7
- gem.name = 'rails_new'
8
- gem.version = RailsNew::VERSION
9
- gem.authors = ['Lucas Caton']
10
- gem.email = ['lucascaton@gmail.com']
11
- gem.description = %q{Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!}
12
- gem.summary = %q{Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!}
13
- gem.homepage = 'https://github.com/lucascaton/rails_new'
6
+ Gem::Specification.new do |s|
7
+ s.name = 'rails_new'
8
+ s.version = RailsNew::VERSION
9
+ s.authors = ['Lucas Caton']
10
+ s.email = ['lucascaton@gmail.com']
11
+ s.description = %q{Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!}
12
+ s.summary = %q{Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!}
13
+ s.homepage = 'https://github.com/lucascaton/rails_new'
14
+ s.license = 'MIT'
14
15
 
15
- gem.add_dependency 'rails', '4.0.1'
16
- gem.add_development_dependency 'rspec'
16
+ s.add_dependency 'rails', '4.0.1'
17
+ s.add_development_dependency 'rspec'
17
18
 
18
- gem.files = `git ls-files`.split($/)
19
- gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
20
- gem.test_files = gem.files.grep(%r{^(spec)/})
21
- gem.require_paths = ['lib']
19
+ s.files = `git ls-files`.split($/)
20
+ s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
21
+ s.test_files = s.files.grep(%r{^(spec)/})
22
+ s.require_paths = ['lib']
22
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_new
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-18 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -68,7 +68,8 @@ files:
68
68
  - spec/support/macros.rb
69
69
  - spec/templates/files_spec.rb
70
70
  homepage: https://github.com/lucascaton/rails_new
71
- licenses: []
71
+ licenses:
72
+ - MIT
72
73
  metadata: {}
73
74
  post_install_message:
74
75
  rdoc_options: []