Skip to content

Commit

Permalink
Update license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado committed Oct 9, 2017
1 parent e2bda7f commit 9387498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quick_clone/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QuickClone
VERSION = "1.0.1".freeze
VERSION = "1.0.2".freeze
end
1 change: 1 addition & 0 deletions quick_clone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["adan.alvarado7@gmail.com"]
spec.summary = %q{Provide a simple way of cloning ActiveRecord Records}
spec.homepage = "https://github.com/d3sw/quick_clone"
spec.license = 'Apache 2.0'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 9387498

Please sign in to comment.