Skip to content

Commit

Permalink
Version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzamboni committed May 15, 2015
1 parent 6e66759 commit c75d432
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Jeweler::Tasks.new do |gem|
gem.homepage = "http://github.com/zzamboni/enwrite"
gem.license = "MIT"
gem.summary = %Q{Enwrite: Power a web site using Evernote}
gem.description = %Q{Enwrite allows you to generate a website from contents stored in Evernote.
At the moment only Hugo (http://gohugo.io) is supported as an output format,
but others can be added through plugins.}
gem.description = %Q{Enwrite allows you to generate a website from content stored in Evernote.}
gem.email = "[email protected]"
gem.authors = ["Diego Zamboni"]
# dependencies defined in Gemfile
Expand Down
8 changes: 4 additions & 4 deletions enwrite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: enwrite 0.2.2 ruby lib
# stub: enwrite 0.2.3 ruby lib

Gem::Specification.new do |s|
s.name = "enwrite"
s.version = "0.2.2"
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Diego Zamboni"]
s.date = "2015-04-30"
s.description = "Enwrite allows you to generate a website from contents stored in Evernote.\nAt the moment only Hugo (http://gohugo.io) is supported as an output format,\nbut others can be added through plugins."
s.date = "2015-05-15"
s.description = "Enwrite allows you to generate a website from content stored in Evernote."
s.email = "[email protected]"
s.executables = ["enwrite"]
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/enwrite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Enwrite
module Version
MAJOR = 0
MINOR = 2
PATCH = 2
PATCH = 3

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit c75d432

Please sign in to comment.