Skip to content

Commit

Permalink
Bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed May 15, 2021
1 parent 92247b4 commit a90d595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fluent-plugin-json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fluent-plugin-json'
spec.version = '0.1.0'
spec.version = '0.2.0'
spec.authors = ['Azeem Sajid']
spec.email = ['azeem.sajid@gmail.com']

spec.summary = 'Fluentd filter plugin for JSON events with JSON Pointer Support'
spec.description = 'Fluentd filter plugin for JSON events with JSON Pointer Support to pinpoint elements.'
spec.summary = 'Fluentd JSON filter plugin with JSON Pointer Support (RFC-6901)'
spec.description = 'Fluentd JSON filter plugin with JSON Pointer Support (RFC-6901) to pinpoint elements.'
spec.homepage = 'https://github.com/iamAzeem/fluent-plugin-json'
spec.license = 'Apache-2.0'

Expand Down

0 comments on commit a90d595

Please sign in to comment.