number_average.gemspec in number_average-0.1.1 vs number_average.gemspec in number_average-0.1.3

- old
+ new

@@ -6,15 +6,11 @@ spec.name = "number_average" spec.version = NumberAverage::VERSION spec.authors = ["souvik"] spec.email = ["souvik.mondal@mettletech.in"] - spec.summary = %q{Number_average allows you to get average of array number} - spec.description = %q{ - arr = [2,3,5] - p arr.average - #3.333 - } + spec.summary = %q{Write a short summary, because RubyGems requires one.} + spec.description = %q{Write a longer description or delete this line.} spec.license = "MIT" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do