Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Oct 13, 2008
1 parent 44616d4 commit f436952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion has_markup.gemspec
@@ -1,12 +1,13 @@
Gem::Specification.new do |s|
s.name = %q{has_markup}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh Nichols"]
s.date = %q{2008-10-13}
s.description = %q{Manage markup close to home... right in the model! Caching, validation, etc}
s.email = %q{josh@technicalpickles.com}
s.files = ["lib/has_markup", "lib/has_markup/active_record.rb", "lib/has_markup/markdown.rb", "lib/has_markup/shoulda.rb", "lib/has_markup/textile.rb", "lib/has_markup/version.rb", "lib/has_markup.rb", "test/database.yml", "test/debug.log", "test/post.rb", "test/post_test.rb", "test/schema.rb", "test/test.log", "test/test_helper.rb"]
s.homepage = %q{http://github.com/technicalpickles/has_markup}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.2.0}
Expand Down
4 changes: 2 additions & 2 deletions lib/has_markup/version.rb
Expand Up @@ -2,6 +2,6 @@ module HasMarkup
module Version
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1
end
end
end

0 comments on commit f436952

Please sign in to comment.