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

Commit

Permalink
Hike 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Nov 22, 2010
1 parent 30cda87 commit 7aa83ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hike.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "hike"
s.version = "0.1.4"
s.version = "0.1.5"
s.platform = Gem::Platform::RUBY
s.authors = ["Sam Stephenson"]
s.email = ["sstephenson@gmail.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/hike.rb
@@ -1,5 +1,5 @@
module Hike
VERSION = "0.1.4"
VERSION = "0.1.5"

autoload :DirectoryIndex, "hike/directory_index"
autoload :Extensions, "hike/extensions"
Expand Down

0 comments on commit 7aa83ac

Please sign in to comment.