rails_admin_slug 0.1.2 → 0.1.3

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/rails_admin_slug.gemspec +2 -2
  2. metadata +2 -2
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rails_admin_slug'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.3'
4
4
  s.date = '2013-04-23'
5
5
  s.summary = "RailsAdmin Slug"
6
6
  s.description = "A RailsAdmin field type to create a URL slug as you type a page title "
7
7
  s.authors = ["Tim Watson"]
8
8
  s.email = ['tiwatson@gmail.com']
9
9
  s.files = `git ls-files`.split("\n")
10
- s.homepage = 'http://tiwatson.com'
10
+ s.homepage = 'https://github.com/tiwatson/rails_admin_slug'
11
11
  s.require_path = 'lib'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_slug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,7 @@ files:
27
27
  - lib/rails_admin_slug/slug.rb
28
28
  - rails_admin_slug.gemspec
29
29
  - vendor/assets/javascripts/jquery.slugify.js
30
- homepage: http://tiwatson.com
30
+ homepage: https://github.com/tiwatson/rails_admin_slug
31
31
  licenses: []
32
32
  post_install_message:
33
33
  rdoc_options: []