railsful.gemspec in railsful-0.1.0 vs railsful.gemspec in railsful-0.1.1
- old
+ new
@@ -8,12 +8,12 @@
spec.authors = ['Henning Vogt', 'Marcus Geissler']
spec.email = ['henning.vogt@hausgold.de',
'marcus.geissler@hausgold.de']
spec.summary = 'JSON API serializer and deserializer for Rails'
- spec.description = 'This gem provides useful helper functions to interact' \
- 'with JSON API.'
- spec.homepage = 'https://github.com/hausgold/restful'
+ spec.description = 'This gem provides useful helper functions to ' \
+ 'interaact with JSON API.'
+ spec.homepage = 'https://github.com/hausgold/railsful'
spec.license = 'MIT'
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
else