Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Apr 18, 2012
1 parent 821d26e commit f9b864b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
= Revision history for jekyll-localization

== 0.1.4 [2012-04-18]

* More flexible approach to date/time localization.

== 0.1.3 [2011-05-30]

* Switched license to Affero GPL.
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@

== VERSION

This documentation refers to jekyll-localization version 0.1.3
This documentation refers to jekyll-localization version 0.1.4


== DESCRIPTION
Expand Down
26 changes: 13 additions & 13 deletions jekyll-localization.gemspec
@@ -1,21 +1,21 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{jekyll-localization}
s.version = "0.1.3"
s.name = "jekyll-localization"
s.version = "0.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Jens Wille}, %q{Arne Eilermann}]
s.date = %q{2011-05-31}
s.description = %q{Jekyll plugin that adds localization features to the rendering engine.}
s.email = [%q{jens.wille@uni-koeln.de}, %q{eilermann@lavabit.com}]
s.extra_rdoc_files = [%q{README}, %q{COPYING}, %q{ChangeLog}]
s.files = [%q{lib/jekyll/localization/version.rb}, %q{lib/jekyll/localization.rb}, %q{Rakefile}, %q{COPYING}, %q{ChangeLog}, %q{README}]
s.homepage = %q{http://github.com/blackwinter/jekyll-localization}
s.rdoc_options = [%q{--line-numbers}, %q{--title}, %q{jekyll-localization Application documentation (v0.1.3)}, %q{--main}, %q{README}, %q{--charset}, %q{UTF-8}, %q{--all}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.4}
s.summary = %q{Jekyll plugin that adds localization features to the rendering engine.}
s.authors = ["Jens Wille", "Arne Eilermann"]
s.date = "2012-04-18"
s.description = "Jekyll plugin that adds localization features to the rendering engine."
s.email = ["jens.wille@uni-koeln.de", "eilermann@lavabit.com"]
s.extra_rdoc_files = ["README", "COPYING", "ChangeLog"]
s.files = ["lib/jekyll/localization/version.rb", "lib/jekyll/localization.rb", "ChangeLog", "COPYING", "README", "Rakefile"]
s.homepage = "http://github.com/blackwinter/jekyll-localization"
s.rdoc_options = ["--main", "README", "--charset", "UTF-8", "--all", "--title", "jekyll-localization Application documentation (v0.1.4)", "--line-numbers"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.22"
s.summary = "Jekyll plugin that adds localization features to the rendering engine."

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/localization/version.rb
Expand Up @@ -6,7 +6,7 @@ module Version

MAJOR = 0
MINOR = 1
TINY = 3
TINY = 4

class << self

Expand Down

0 comments on commit f9b864b

Please sign in to comment.