Skip to content

Commit

Permalink
version update for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebdavis committed Oct 18, 2012
1 parent 52a548b commit 2e0d207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/literate_randomizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LiterateRandomizer
VERSION = "0.2.0"
VERSION = "0.2.1"
end
2 changes: 1 addition & 1 deletion literate_randomizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["shanebdavis@gmail.com"]
gem.description = %q{A random sentence and paragraph generator gem. Using Markov chains, this generates near-english prose.}
gem.summary = %q{A random sentence and paragraph generator gem. Using Markov chains, this generates near-english prose.}
gem.homepage = ""
gem.homepage = "https://github.com/Imikimi-LLC/literate_randomizer"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 2e0d207

Please sign in to comment.