Skip to content

Commit f9cce2c

Browse files
committed
bump version, update filepaths
1 parent 9dbf358 commit f9cce2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

slug.gemspec

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,22 @@
33

44
Gem::Specification.new do |s|
55
s.name = "slug"
6-
s.version = "4.0.1"
6+
s.version = "4.1.0"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
99
s.require_paths = ["lib"]
1010
s.authors = ["Ben Koski"]
11-
s.date = "2018-11-11"
11+
s.date = "2018-11-17"
1212
s.description = "Simple, straightforward slugs for your ActiveRecord models."
1313
s.email = "[email protected]"
1414
s.extra_rdoc_files = [
1515
"LICENSE",
16-
"README.rdoc"
16+
"README.md"
1717
]
1818
s.files = [
1919
"LICENSE",
20-
"README.rdoc",
20+
"README.md",
2121
"Rakefile",
22-
"VERSION.yml",
2322
"lib/slug.rb",
2423
"lib/slug/slug.rb",
2524
"slug.gemspec",

0 commit comments

Comments
 (0)