daru_plotly.gemspec in daru_plotly-0.1.1 vs daru_plotly.gemspec in daru_plotly-0.1.2

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "daru_plotly" spec.version = Daru::Plotly::VERSION spec.authors = ["Yusuke Sangenya"] spec.email = ["longinus.eva@gmail.com"] - spec.summary = %q{Plot Daru's DataFrame with plotly.} - spec.description = %q{Plot Daru's DataFrame with plotly.} + spec.summary = %q{DEPRECATED: This gem has moved to 'daru-plotly'.} + spec.description = %q{DEPRECATED: This gem has moved to 'daru-plotly'.} spec.homepage = "https://github.com/genya0407/daru_plotly" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }