overrides_tracker.gemspec in overrides_tracker-0.1.4 vs overrides_tracker.gemspec in overrides_tracker-0.1.5
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "overrides_tracker"
spec.version = OverridesTracker::VERSION
spec.authors = ["Simon Meyborg"]
spec.email = ["meyborg@syborgstudios.com"]
- spec.summary = 'Overrides Tracker keeps track of all overriding methods in your project and allows for comparison across branches.'
- spec.description = 'Overrides Tracker keeps track of all overriding methods in your project and allows for comparison across branches.'
+ spec.summary = 'Overrides Tracker monitors methods you override for changes and allows for comparison across branches.'
+ spec.description = 'Overrides Tracker monitors methods you override for changes and allows for comparison across branches.'
spec.homepage = "https://github.com/SyborgStudios/overrides_tracker"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.