Skip to content

Commit

Permalink
Bump version to 0.5.0. Add github repo as homepage in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nerboda committed Feb 4, 2017
1 parent 43640d2 commit ef7873d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion easy_breadcrumbs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|

spec.summary = %q{Automatically add bootstrap breadcrumbs to your Sinatra app.}
spec.description = %q{Provides an `easy_breadcrumbs` view helper for automatically generating bootstrap breadcrumbs for your Sinatra Application.}
spec.homepage = ""
spec.homepage = "https://github.com/nerboda/easy_breadcrumbs"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down
2 changes: 1 addition & 1 deletion lib/easy_breadcrumbs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EasyBreadcrumbs
VERSION = '0.4.0'
VERSION = '0.5.0'
end
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'rack/test'

require 'easy_breadcrumbs'
require 'easy_breadcrumbs/version'
require 'easy_breadcrumbs/breadcrumbs'

0 comments on commit ef7873d

Please sign in to comment.