rails_new 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_new (0.0.8)
4
+ rails_new (0.0.9)
5
5
  rails (= 3.2.9)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -4,7 +4,7 @@ Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstra
4
4
 
5
5
  ### Required Rails version
6
6
 
7
- 3.2.9
7
+ 3.2.11
8
8
 
9
9
  ## Installation
10
10
 
@@ -26,7 +26,7 @@ After that, you'll answer some questions about what you want to use (Twitter Boo
26
26
 
27
27
  ## Licence
28
28
 
29
- Copyright (c) 2012 Lucas Caton
29
+ Copyright (c) 2013 Lucas Caton
30
30
 
31
31
  MIT License
32
32
 
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  ruby '1.9.3'
3
3
 
4
- gem 'rails', '3.2.10'
4
+ gem 'rails', '3.2.11'
5
5
  gem 'jquery-rails'
6
6
  <%- if @haml -%>
7
7
  gem 'haml-rails'
@@ -1,3 +1,3 @@
1
1
  module RailsNew
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-08 00:00:00.000000000 Z
12
+ date: 2013-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: 2811988831036325912
102
+ hash: 401264472947941556
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  none: false
105
105
  requirements:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 2811988831036325912
111
+ hash: 401264472947941556
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 1.8.24