jekyll_pdate_plugin 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Jekyll::PdatePlugin::VERSION
9
9
  spec.authors = ['intuxicated']
10
10
  spec.email = ['mhmd.niknam@gmail.com']
11
- spec.summary = %q{add persian date to Liquid filters}
12
- spec.description = %q{add pdate_to_string filter to Liquid filters using parsi-date gem}
11
+ spec.summary = %q{add persian date (jalali date) and persian number to Liquid filters}
12
+ spec.description = %q{add pdate for persian date (jalali date) and pnumber for persian number filter to Liquid filters using parsi-date gem}
13
13
  spec.homepage = 'https://github.com/intuxicated/jekyll_pdate_plugin'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module PdatePlugin
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_pdate_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,8 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- description: add pdate_to_string filter to Liquid filters using parsi-date gem
78
+ description: add pdate for persian date (jalali date) and pnumber for persian number
79
+ filter to Liquid filters using parsi-date gem
79
80
  email:
80
81
  - mhmd.niknam@gmail.com
81
82
  executables: []
@@ -114,5 +115,5 @@ rubyforge_project:
114
115
  rubygems_version: 1.8.23.2
115
116
  signing_key:
116
117
  specification_version: 3
117
- summary: add persian date to Liquid filters
118
+ summary: add persian date (jalali date) and persian number to Liquid filters
118
119
  test_files: []