active_archive.gemspec in active_archive-2.4.0 vs active_archive.gemspec in active_archive-3.0.0
- old
+ new
@@ -1,23 +1,23 @@
# coding: utf-8
-lib = File.expand_path('../lib', __FILE__)
+lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'active_archive/version'
+require "active_archive/version"
Gem::Specification.new do |spec|
- spec.name = "active_archive"
- spec.version = ActiveArchive::VERSION
- spec.authors = ["Juan Gomez"]
- spec.email = ["j.gomez@drexed.com"]
+ spec.name = "active_archive"
+ spec.version = ActiveArchive::VERSION
+ spec.authors = ["Juan Gomez"]
+ spec.email = ["j.gomez@drexed.com"]
- spec.summary = %q{Gem for soft-deleting ActiveRecord objects.}
- spec.description = %q{Prevent database records from being destroyed.}
- spec.homepage = "https://github.com/drexed/active_archive"
+ spec.summary = %q{Gem for soft-deleting ActiveRecord objects.}
+ spec.description = %q{Prevent database records from being destroyed.}
+ spec.homepage = "https://github.com/drexed/active_archive"
- 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) }
+ 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) }
spec.require_paths = ["lib", "support"]
spec.add_runtime_dependency "rails"
spec.add_development_dependency "bundler"
@@ -25,6 +25,6 @@
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "sqlite3"
spec.add_development_dependency "database_cleaner"
spec.add_development_dependency "generator_spec"
-end
\ No newline at end of file
+end