bootstrappers 4.2.1 → 4.2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c464e9fb218eacb06ee0837b47fdbb9523b7d506
4
+ data.tar.gz: d48fa61168337b4c243122bd9e643c02d5ff054a
5
+ SHA512:
6
+ metadata.gz: 8cf4189ae34a1b39956222cb643e51b2a616bc77cacdeebef08539d639dde454e365f1221b6eb4f152b6825756bd47225436c7b764d48ada9de65bb27af8931c
7
+ data.tar.gz: 001c8b8732b7079e2ed7f6b1a2344a67a9ae69bd6298f0fee04556488273ecaaeeb24bd99d92d69c90ee2bbf950c432c57a9a655f0c14fb114c34c090b5ff129
@@ -1,3 +1,7 @@
1
+ 4.2.1.1
2
+
3
+ * use og:image
4
+
1
5
  4.2.0.5
2
6
 
3
7
  * add .powrc & .rvmrc
data/README.md CHANGED
@@ -31,7 +31,7 @@ It includes application gems like:
31
31
  * [WillPaginate](https://github.com/mislav/will_paginate/)
32
32
  * [Compass](http://compass-style.org/)
33
33
 
34
- ### Photo Uplaod
34
+ ### Photo Upload
35
35
 
36
36
  * [CarrierWave](https://github.com/jnicklas/carrierwave)
37
37
 
@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'rails', '4.0.0'
20
+ gem.add_dependency 'rails', '>= 4.0.0'
21
21
  gem.add_dependency 'bundler', '>= 1.1'
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "4.2.1"
2
+ VERSION = "4.2.1.1"
3
3
  end
@@ -13,7 +13,7 @@
13
13
 
14
14
  <meta property="og:title" content="<%%= page_title || SeoHelper.configuration.site_name %>"/>
15
15
  <meta property="og:description" content="<%%= page_description || SeoHelper.configuration.default_page_description %>"/>
16
- <meta property="og:image:url" content="<%%= page_image || SeoHelper.configuration.default_page_image %>"/>
16
+ <meta property="og:image" content="<%%= page_image || SeoHelper.configuration.default_page_image %>"/>
17
17
 
18
18
  </head>
19
19
 
metadata CHANGED
@@ -1,49 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrappers
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
5
- prerelease:
4
+ version: 4.2.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - xdite
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-12-24 00:00:00.000000000 Z
11
+ date: 2014-05-05 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - '='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 4.0.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - '='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 4.0.0
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: bundler
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '1.1'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '1.1'
46
- description: ! ' Bootstrappers is the base Rails application using Bootstrap template
41
+ description: ' Bootstrappers is the base Rails application using Bootstrap template
47
42
  and other goodies. '
48
43
  email:
49
44
  - xdite@rocodev.com
@@ -99,33 +94,26 @@ files:
99
94
  - templates/welcome.html.erb
100
95
  homepage: ''
101
96
  licenses: []
97
+ metadata: {}
102
98
  post_install_message:
103
99
  rdoc_options: []
104
100
  require_paths:
105
101
  - lib
106
102
  required_ruby_version: !ruby/object:Gem::Requirement
107
- none: false
108
103
  requirements:
109
- - - ! '>='
104
+ - - '>='
110
105
  - !ruby/object:Gem::Version
111
106
  version: '0'
112
- segments:
113
- - 0
114
- hash: -2959983605595979184
115
107
  required_rubygems_version: !ruby/object:Gem::Requirement
116
- none: false
117
108
  requirements:
118
- - - ! '>='
109
+ - - '>='
119
110
  - !ruby/object:Gem::Version
120
111
  version: '0'
121
- segments:
122
- - 0
123
- hash: -2959983605595979184
124
112
  requirements: []
125
113
  rubyforge_project:
126
- rubygems_version: 1.8.25
114
+ rubygems_version: 2.1.3
127
115
  signing_key:
128
- specification_version: 3
116
+ specification_version: 4
129
117
  summary: Bootstrappers is the base Rails application using Bootstrap template and
130
118
  other goodies.
131
119
  test_files: []