jekyll-post-unslugify 0.0.1 → 0.0.2

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: 1a22be810abe628951471f1107a3ddbc2075f384
4
- data.tar.gz: 259c34c447eac109a51001b65b89cd4ca8e9f80c
3
+ metadata.gz: f32fd34377903c3a165a68b6226dadda68662012
4
+ data.tar.gz: 4c8e0fdae143fad8b0a1f77037bf0e4cb1b152d6
5
5
  SHA512:
6
- metadata.gz: 4c16d5a2fa00347b9a221db8d6c74cc61f501e493f4555226d74480cac835e62adec3595557a71fff91c155160aa5e7fdc03313adc659c6fb39e6881a04130fc
7
- data.tar.gz: 824bba9ce7fa641535f042b214d4c15a5ad552d2dc5cefee95e0e8b41cdc31a459e2eecffde2bf3c25ec89687bec077b04b872cd96773337e892d780772c6758
6
+ metadata.gz: f95c94ac149d851af16b61121c37f7f0a85da4109f1542c260b3623da0227415b9ec71afa8e49c9cbf173492327d49dc052af3d79dd186e6d1f403685f7e4ca4
7
+ data.tar.gz: 71252a8cb2a17d947d4bce5040c75e84221086ec6b4af6fe8ae8d14b922d6c246600d163f7a99c0eda0bdf170f8cb52abf8654acfb7887ce0faf8fb9860621d4
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'jekyll/post-unslugify/version'
4
+ require 'jekyll-post-unslugify/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "jekyll-post-unslugify"
@@ -10,11 +10,10 @@ Gem::Specification.new do |spec|
10
10
  spec.description = "A plugin to keep post title unslugified in Jekyll 3.0 and above."
11
11
  spec.authors = ["rebornix"]
12
12
  spec.email = "penn.lv@gmail.com"
13
- spec.files = Dir.glob("lib/**/*.rb")
14
13
  spec.homepage = "https://github.com/rebornix/jekyll-post-unslugify"
15
14
  spec.license = "MIT"
16
15
 
17
- spec.files = `git ls-files -z`.split("\x0")
16
+ spec.files = `git ls-files`.split($/)
18
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
19
  spec.require_paths = ["lib"]
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module PostUnslugify
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-post-unslugify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rebornix
@@ -82,8 +82,8 @@ files:
82
82
  - Gemfile
83
83
  - LICENSE
84
84
  - jekyll-post-unslugify.gemspec
85
- - lib/jekyll/post-unslugify.rb
86
- - lib/jekyll/post-unslugify/version.rb
85
+ - lib/jekyll-post-unslugify.rb
86
+ - lib/jekyll-post-unslugify/version.rb
87
87
  homepage: https://github.com/rebornix/jekyll-post-unslugify
88
88
  licenses:
89
89
  - MIT
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.4.6
107
+ rubygems_version: 2.2.2
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Keep post title unslugified.