Rakefile in statsmix-0.0.6 vs Rakefile in statsmix-0.1.3
- old
+ new
@@ -15,11 +15,11 @@
gem.name = "statsmix"
gem.homepage = "http://github.com/tmarkiewicz/statsmix"
gem.license = "MIT"
gem.summary = %Q{A Ruby gem for the StatsMix API.}
gem.description = %Q{A Ruby gem for the StatsMix API - http://www.statsmix.com/developers}
- gem.email = "tmarkiewicz@gmail.com"
- gem.authors = ["Tom Markiewicz"]
+ gem.email = ["tmarkiewicz@gmail.com","me@derekscruggs.com"]
+ gem.authors = ["Tom Markiewicz","Derek Scruggs"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
# gem.add_runtime_dependency 'jabber4r', '> 0.1'
# gem.add_development_dependency 'rspec', '> 1.2.3'
end