hyper-d3.gemspec in hyper-d3-1.0.0.lap24 vs hyper-d3.gemspec in hyper-d3-1.0.0.lap25

- old
+ new

@@ -4,10 +4,10 @@ s.name = "hyper-d3" s.version = Hyperloop::D3::VERSION s.author = "Jan Biedermann, Tomasz Wegrzanowski" s.email = "jan@kursator.de" s.homepage = "https://github.com/janbiedermann/hyper-d3" - s.summary = "Ruby bindings for D3 as a Ruby Haperloop Component" + s.summary = "Ruby bindings for D3 as a Ruby Hyperloop Component" s.description = "Write React Components in ruby to show graphics created with D3.js" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")