terraforming.gemspec in terraforming-0.0.1 vs terraforming.gemspec in terraforming-0.0.2

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "terraforming" spec.version = Terraforming::VERSION spec.authors = ["Daisuke Fujita"] spec.email = ["dtanshi45@gmail.com"] - spec.summary = %q{Export existing AWS resources to Terraform style (tf, tfstate)} - spec.description = %q{Export existing AWS resources to Terraform style (tf, tfstate)} + spec.summary = %q{Import existing AWS resources into Terraform style (tf, tfstate)} + spec.description = %q{Import existing AWS resources into Terraform style (tf, tfstate)} spec.homepage = "https://github.com/dtan4/terraforming" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin"