seamusabshere-slugify 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/slugify.gemspec +2 -2
  2. metadata +1 -2
data/slugify.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "slugify"
3
- spec.version = "1.0.1"
3
+ spec.version = "1.0.2"
4
4
 
5
5
  spec.author = "Manfred Stienstra"
6
6
  spec.email = "manfred@fngtps.com"
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://fngtps.com/svn/rails-plugins/trunk/slugify"
15
15
 
16
16
  # Dir['[a-zA-Z]*'] + Dir['lib/**/*'] + Dir['rails/*'] + Dir['test/**/*']
17
- spec.files = ["init.rb", "lib", "LICENSE", "rails", "Rakefile", "README", "slugify-1.0.0.gem", "slugify.gemspec", "test", "lib/slugify.rb", "rails/init.rb", "test/slugify_test.rb"]
17
+ spec.files = ["init.rb", "lib", "LICENSE", "rails", "Rakefile", "README", "slugify.gemspec", "test", "lib/slugify.rb", "rails/init.rb", "test/slugify_test.rb"]
18
18
  # Dir['test/**/*']
19
19
  spec.test_file = "test/slugify_test.rb"
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamusabshere-slugify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manfred Stienstra
@@ -29,7 +29,6 @@ files:
29
29
  - rails
30
30
  - Rakefile
31
31
  - README
32
- - slugify-1.0.0.gem
33
32
  - slugify.gemspec
34
33
  - test
35
34
  - lib/slugify.rb