Skip to content

Commit 3cf052f

Browse files
committed
fix: licence on gemspec
1 parent cce65b7 commit 3cf052f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/rails_url_shortener/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsUrlShortener
2-
VERSION = "0.1.3"
2+
VERSION = "0.1.4"
33
end

rails_url_shortener.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.homepage = "https://www.github.com/a-chacon/rails-url-shortener"
1111
spec.summary = "Rails url shortener engine."
1212
spec.description = "RailsUrlShortener is a simple engine that provide to your rail's app the functionalities for short URLs. Like bitly.com, but working on your project only."
13-
spec.license = "MIT"
13+
spec.license = "GPL-3.0"
1414

1515
spec.required_ruby_version = ">= 2.7.0"
1616
spec.required_rubygems_version = ">= 1.8.11"
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
}
2727

2828
spec.files = Dir.chdir(File.expand_path(__dir__)) do
29-
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
29+
Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
3030
end
3131

3232
spec.add_dependency "rails", ">= 7.0.2.3"

0 commit comments

Comments
 (0)