web_console_param.gemspec in web-console-param-0.0.1 vs web_console_param.gemspec in web-console-param-0.0.2
- old
+ new
@@ -7,10 +7,10 @@
spec.name = 'web-console-param'
spec.version = WebConsoleParam::VERSION
spec.authors = ['Jacob Burenstam']
spec.email = ['burenstam@gmail.com']
spec.summary = %q{Open Rails web-console by adding ?web_console=1 to any page.}
- spec.description = %q{Open web-console by adding ?web_console=1 to any page. You could implement this yourself in a couple of lines, but if you're really lazy.. go ahead and use this gem.}
+ spec.description = %q{Open Rails web-console by adding ?web_console=1 to any page. You could implement this yourself in a couple of lines, but if you're really lazy.. go ahead and use this gem.}
spec.homepage = 'https://github.com/buren/web-console-param'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }