jekyll-multiple-languages 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/jekyll-multiple-languages.rb +1 -1
  3. metadata +22 -45
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OGY0NjM0Y2NkOGI2ODAyNDRjYTJhYzMxMjA0NWYwNTA0NmUyZGVmYg==
5
+ data.tar.gz: !binary |-
6
+ NzI5MGQ3M2I3YWY2ZjExYWE1YTEyYWNkOGM3YmExYjg0OGE2NmZhZQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ OWY5MjYxNjIxZDhhNDllMjgwMjQzMDkzNmYyYmZmZTVmMjRmOWU0NWMxZmY4
10
+ ZDFjZGU4YzFlOGY4YjJhMjU0MDU5ZDJhMjc1NDk0YzMyMDU2MTdiNzY1YWEy
11
+ OTIzMDNhNTYyNmY4MWRhYTY3MmFjZjExOTgxM2IwYjgzNTlkMTA=
12
+ data.tar.gz: !binary |-
13
+ YWExYWE0NmUxZWM0ZDEyOGU2MTk4MDg5ZmVlNmM1ZTlmZTVlNDcyN2I3ZWEz
14
+ YzU1MmViMWJmNWYxYzljMWU5OTcwMDJiNjFhNGQ3NDJmYTU0MDIyODkyY2Y5
15
+ ZTdjNzdmNjA0ODQ5ZDMxYTEwMzhjN2NhMjE2ZTk1MzI2N2EyNjg=
@@ -69,6 +69,7 @@ module Jekyll
69
69
  self.begin_inject
70
70
  process_org
71
71
  rescue Exception => e
72
+ print e.message, "\n"
72
73
  print e.backtrace.join("\n")
73
74
  end
74
75
 
@@ -134,7 +135,6 @@ module Jekyll
134
135
  %w[languages language_default fill_default_content].each do |opt|
135
136
  self.send("#{opt}=", config[opt])
136
137
  end
137
- self.config = config
138
138
  end
139
139
 
140
140
  alias :site_payload_org :site_payload
metadata CHANGED
@@ -1,69 +1,46 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: jekyll-multiple-languages
3
- version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 0
9
- - 5
10
- version: 1.0.5
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.6
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Srain
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2014-08-15 00:00:00 +08:00
19
- default_executable:
11
+ date: 2014-08-15 00:00:00.000000000 Z
20
12
  dependencies: []
21
-
22
- description: ""
13
+ description: ''
23
14
  email: srain@php.net
24
15
  executables: []
25
-
26
16
  extensions: []
27
-
28
17
  extra_rdoc_files: []
29
-
30
- files:
18
+ files:
31
19
  - lib/jekyll-multiple-languages.rb
32
20
  - lib/jekyll-multiple-languages/pager.rb
33
21
  - lib/jekyll-multiple-languages/pagination.rb
34
- has_rdoc: true
35
22
  homepage: http://jekyll-langs.liaohuqiu.net/
36
- licenses:
23
+ licenses:
37
24
  - MIT
25
+ metadata: {}
38
26
  post_install_message:
39
27
  rdoc_options: []
40
-
41
- require_paths:
28
+ require_paths:
42
29
  - lib
43
- required_ruby_version: !ruby/object:Gem::Requirement
44
- none: false
45
- requirements:
46
- - - ">="
47
- - !ruby/object:Gem::Version
48
- hash: 3
49
- segments:
50
- - 0
51
- version: "0"
52
- required_rubygems_version: !ruby/object:Gem::Requirement
53
- none: false
54
- requirements:
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- hash: 3
58
- segments:
59
- - 0
60
- version: "0"
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
61
40
  requirements: []
62
-
63
41
  rubyforge_project:
64
- rubygems_version: 1.3.7
42
+ rubygems_version: 2.4.2
65
43
  signing_key:
66
- specification_version: 3
44
+ specification_version: 4
67
45
  summary: Another Multiple Languages Plugin for Jekyll!
68
46
  test_files: []
69
-