rails_new 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_new (0.0.11)
5
- rails (= 3.2.12)
4
+ rails_new (0.0.12)
5
+ rails (= 3.2.13)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (3.2.12)
11
- actionpack (= 3.2.12)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.12)
14
- activemodel (= 3.2.12)
15
- activesupport (= 3.2.12)
10
+ actionmailer (3.2.13)
11
+ actionpack (= 3.2.13)
12
+ mail (~> 2.5.3)
13
+ actionpack (3.2.13)
14
+ activemodel (= 3.2.13)
15
+ activesupport (= 3.2.13)
16
16
  builder (~> 3.0.0)
17
17
  erubis (~> 2.7.0)
18
18
  journey (~> 1.0.4)
@@ -20,19 +20,19 @@ GEM
20
20
  rack-cache (~> 1.2)
21
21
  rack-test (~> 0.6.1)
22
22
  sprockets (~> 2.2.1)
23
- activemodel (3.2.12)
24
- activesupport (= 3.2.12)
23
+ activemodel (3.2.13)
24
+ activesupport (= 3.2.13)
25
25
  builder (~> 3.0.0)
26
- activerecord (3.2.12)
27
- activemodel (= 3.2.12)
28
- activesupport (= 3.2.12)
26
+ activerecord (3.2.13)
27
+ activemodel (= 3.2.13)
28
+ activesupport (= 3.2.13)
29
29
  arel (~> 3.0.2)
30
30
  tzinfo (~> 0.3.29)
31
- activeresource (3.2.12)
32
- activemodel (= 3.2.12)
33
- activesupport (= 3.2.12)
34
- activesupport (3.2.12)
35
- i18n (~> 0.6)
31
+ activeresource (3.2.13)
32
+ activemodel (= 3.2.13)
33
+ activesupport (= 3.2.13)
34
+ activesupport (3.2.13)
35
+ i18n (= 0.6.1)
36
36
  multi_json (~> 1.0)
37
37
  arel (3.0.2)
38
38
  builder (3.0.4)
@@ -42,12 +42,12 @@ GEM
42
42
  i18n (0.6.1)
43
43
  journey (1.0.4)
44
44
  json (1.7.7)
45
- mail (2.4.4)
45
+ mail (2.5.3)
46
46
  i18n (>= 0.4.0)
47
47
  mime-types (~> 1.16)
48
48
  treetop (~> 1.4.8)
49
49
  mime-types (1.21)
50
- multi_json (1.6.0)
50
+ multi_json (1.7.1)
51
51
  polyglot (0.3.3)
52
52
  rack (1.4.5)
53
53
  rack-cache (1.2)
@@ -56,23 +56,23 @@ GEM
56
56
  rack
57
57
  rack-test (0.6.2)
58
58
  rack (>= 1.0)
59
- rails (3.2.12)
60
- actionmailer (= 3.2.12)
61
- actionpack (= 3.2.12)
62
- activerecord (= 3.2.12)
63
- activeresource (= 3.2.12)
64
- activesupport (= 3.2.12)
59
+ rails (3.2.13)
60
+ actionmailer (= 3.2.13)
61
+ actionpack (= 3.2.13)
62
+ activerecord (= 3.2.13)
63
+ activeresource (= 3.2.13)
64
+ activesupport (= 3.2.13)
65
65
  bundler (~> 1.0)
66
- railties (= 3.2.12)
67
- railties (3.2.12)
68
- actionpack (= 3.2.12)
69
- activesupport (= 3.2.12)
66
+ railties (= 3.2.13)
67
+ railties (3.2.13)
68
+ actionpack (= 3.2.13)
69
+ activesupport (= 3.2.13)
70
70
  rack-ssl (~> 1.3.2)
71
71
  rake (>= 0.8.7)
72
72
  rdoc (~> 3.4)
73
73
  thor (>= 0.14.6, < 2.0)
74
74
  rake (10.0.3)
75
- rdoc (3.12.1)
75
+ rdoc (3.12.2)
76
76
  json (~> 1.4)
77
77
  rspec (2.12.0)
78
78
  rspec-core (~> 2.12.0)
@@ -88,11 +88,11 @@ GEM
88
88
  rack (~> 1.0)
89
89
  tilt (~> 1.1, != 1.3.0)
90
90
  thor (0.17.0)
91
- tilt (1.3.3)
91
+ tilt (1.3.6)
92
92
  treetop (1.4.12)
93
93
  polyglot
94
94
  polyglot (>= 0.3.1)
95
- tzinfo (0.3.35)
95
+ tzinfo (0.3.37)
96
96
 
97
97
  PLATFORMS
98
98
  ruby
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  ruby '1.9.3'
3
3
 
4
- gem 'rails', '3.2.12'
4
+ gem 'rails', '3.2.13'
5
5
  gem 'jquery-rails'
6
6
  <%- if @haml -%>
7
7
  gem 'haml-rails'
@@ -40,6 +40,6 @@ end
40
40
  <%- end -%>
41
41
 
42
42
  group :assets do
43
- gem 'coffee-rails', '~> 3.2.1'
44
- gem 'uglifier', '>= 1.0.3'
43
+ gem 'coffee-rails', '~> 3.2.2'
44
+ gem 'uglifier', '~> 1.2.4'
45
45
  end
@@ -1,3 +1,3 @@
1
1
  module RailsNew
2
- VERSION = '0.0.11'
2
+ VERSION = '0.0.12'
3
3
  end
data/rails_new.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.summary = %q{Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap, Devise and more!}
13
13
  gem.homepage = 'https://github.com/lucascaton/rails_new'
14
14
 
15
- gem.add_dependency 'rails', '3.2.12'
15
+ gem.add_dependency 'rails', '3.2.13'
16
16
  gem.add_development_dependency 'rspec'
17
17
 
18
18
  gem.files = `git ls-files`.split($/)
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.11
4
+ version: 0.0.12
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-02-14 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.12
21
+ version: 3.2.13
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 3.2.12
29
+ version: 3.2.13
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rspec
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: 1733067017375478711
102
+ hash: -2564851333145586573
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  none: false
105
105
  requirements:
@@ -108,10 +108,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 1733067017375478711
111
+ hash: -2564851333145586573
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 1.8.24
114
+ rubygems_version: 1.8.25
115
115
  signing_key:
116
116
  specification_version: 3
117
117
  summary: Bootstrap for Rails projects - Customizable Rails template with Twitter Bootstrap,