Skip to content

Commit

Permalink
Standardizing .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
evansenter committed Jul 25, 2012
1 parent 9d91643 commit f82a910
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions diverge.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Gem::Specification.new do |spec|
spec.name = "diverge"
spec.version = "1.0.3"
spec.date = "2012-06-26"
spec.version = "1.0.4"
spec.summary = "Distribution divergences."
spec.description = "A simple collection of functions for determining the divergence between two distributions."
spec.authors = ["Evan Senter"]
spec.email = "[email protected]"
spec.files = File.join(File.dirname(__FILE__), "lib", "diverge.rb")
spec.files = Dir["{lib}/**/*.rb", "bin/*", "LICENSE", "*.md"]
spec.homepage = "http://rubygems.org/gems/diverge"
end

0 comments on commit f82a910

Please sign in to comment.