wcc-contentful-app.gemspec in wcc-contentful-app-0.2.2 vs wcc-contentful-app.gemspec in wcc-contentful-app-0.3.0.pre.rc

- old
+ new

@@ -8,10 +8,10 @@ spec.name = 'wcc-contentful-app' spec.version = WCC::Contentful::App::VERSION spec.authors = ['Watermark Dev'] spec.email = ['dev@watermark.org'] - spec.summary = File.readlines(File.join('README.md')).join + spec.summary = File.readlines(File.expand_path('README.md', __dir__)).join spec.description = 'Contentful API wrapper library exposing an ActiveRecord-like interface' spec.homepage = 'https://github.com/watermarkchurch/wcc-contentful/wcc-cms' spec.license = 'MIT' spec.required_ruby_version = '>= 2.3'