diff --git a/MIT-LICENSE b/MIT-LICENSE index 5146945..8582f75 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 YOURNAME +Copyright 2015 Free Range Software Pty Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/active_admin_csv_import.gemspec b/active_admin_csv_import.gemspec index 301e71c..7481343 100644 --- a/active_admin_csv_import.gemspec +++ b/active_admin_csv_import.gemspec @@ -15,5 +15,7 @@ Gem::Specification.new do |s| s.files = Dir["{app,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] + s.license = 'MIT' + s.add_dependency "rails", ">= 4.0" end