crimp.gemspec in crimp-0.1.2 vs crimp.gemspec in crimp-0.2.0
- old
+ new
@@ -5,10 +5,10 @@
Gem::Specification.new do |spec|
spec.name = "crimp"
spec.version = Crimp::VERSION
spec.authors = ["BBC News"]
- spec.email = ["FutureMediaNewsRubyGems@bbc.co.uk"]
+ spec.email = ["D&ENewsFrameworksTeam@bbc.co.uk"]
spec.summary = %q{Creating an md5 hash of a number, string, array, or hash in Ruby}
spec.description = <<-EOS.gsub /^\s+/, ""
Shamelessly lifted from http://stackoverflow.com/questions/6461812/creating-an-md5-hash-of-a-number-string-array-or-hash-in-ruby
All credit should go to http://stackoverflow.com/users/394282/luke