Skip to content

Commit

Permalink
💎 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 7, 2016
1 parent 866642c commit ad8e8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "1.0.1"
spec.version = "1.1.0"
spec.authors = ["Joel Glovier"]
spec.email = ["[email protected]"]

Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

Expand Down

0 comments on commit ad8e8d9

Please sign in to comment.