expandsync.gemspec in expandsync-0.1.0 vs expandsync.gemspec in expandsync-0.1.1
- old
+ new
@@ -6,28 +6,26 @@
Gem::Specification.new do |spec|
spec.name = 'expandsync'
spec.version = ExpandSync::VERSION
spec.authors = ['Aaron Bach']
spec.email = ['bachya1208@googlemail.com']
- spec.summary = ExpandSync::DESCRIPTION
- spec.description = 'A command line app that synchronizes text expansion snippets between aText for OS X and TextExpander for iOS'
+ spec.summary = ExpandSync::SUMMARY
+ spec.description = ExpandSync::DESCRIPTION
spec.homepage = 'https://github.com/bachya/ExpandSync'
spec.license = 'MIT'
spec.platform = Gem::Platform::RUBY
-
+
+ spec.require_paths = ["lib"]
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
- spec.require_paths = ["lib"]
spec.license = 'MIT'
spec.rdoc_options = ['--charset=UTF-8']
- spec.extra_rdoc_files = %w[README.md HISTORY.md LICENSE.txt]
+ spec.extra_rdoc_files = %w[README.md HISTORY.md LICENSE]
spec.add_development_dependency('bundler', '~> 0')
spec.add_development_dependency('rake', '~> 0')
- spec.add_development_dependency('rdoc', '~> 0')
spec.add_development_dependency('aruba', '~> 0')
- spec.add_development_dependency('nori', '~> 0')
spec.add_dependency('methadone', '~> 1.3', '>= 1.3.1')
spec.add_dependency('nokogiri', '~> 1.6', '>= 1.6.1')
end