Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 10, 2015
1 parent 2cd13da commit 9908870
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions loaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'loaf/version'

Gem::Specification.new do |s|
s.name = "loaf"
s.name = 'loaf'
s.version = Loaf::VERSION.dup
s.authors = ["Piotr Murach"]
s.authors = ['Piotr Murach']
s.email = [""]
s.homepage = "https://github.com/peter-murach/loaf"
s.summary = %q{Loaf is a breadcrumb managing gem.}
s.description = %q{Loaf helps you manage breadcrumbs in your rails app. It aims to handle crumb data through easy dsl and expose it through view helpers without any assumptions about markup.}
s.homepage = 'https://github.com/peter-murach/loaf'
s.summary = %q{Loaf manages and displays breadcrumb trails in your Rails application.}
s.description = %q{Loaf manages and displays breadcrumb trails in your Rails app. It aims to handle breadcrumb data through easy dsl and expose it through view helpers without any assumptions about markup.}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rails'
s.add_dependency 'rails', '>= 3.1'
end

0 comments on commit 9908870

Please sign in to comment.