Skip to content

Commit

Permalink
changed website url to webchef.de and changed values in jekyll-umlaut…
Browse files Browse the repository at this point in the history
…s.gemspec for new release v0.0.4
  • Loading branch information
Arne Gockeln committed Dec 4, 2015
1 parent 37ea9ce commit c6781c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions jekyll-umlauts.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = 'jekyll-umlauts'
s.version = '0.0.3'
s.date = '2015-11-08'
s.version = '0.0.4'
s.date = '2015-12-04'
s.summary = 'Umlauts Generator'
s.description = 'When the jekyll site is generated all umlauts will be converted to html.'
s.authors = ["Arne Gockeln"]
s.email = 'hallo@webchef.de'
s.files = ["lib/jekyll-umlauts.rb"]
s.homepage = 'https://github.com/webchef/jekyll-umlauts'
s.license = 'MIT'
end
2 changes: 1 addition & 1 deletion lib/jekyll-umlauts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ö = ö Ö = Ö
# ß = ß ẞ = ẞ
# Author: Arne Gockeln
# Website: http://www.arnegockeln.com
# Website: http://www.Webchef.de
module Jekyll
class UmlautsGenerator < Generator
safe true
Expand Down

0 comments on commit c6781c4

Please sign in to comment.