kingpin 0.5.0 → 0.5.1

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/kingpin.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "kingpin"
16
- gem.homepage = "http://railspotting.de"
16
+ gem.homepage = "https://github.com/janroesner/kingpin"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{Kingpin makes your ActiveRecord model a Pincaster pin and thus geosearcheable. Fast!}
19
19
  gem.description = %Q{Kingpin extends every ActiveRecord model to become a Pincaster pin automatically. Thus the model automatically creates a Pincaster pin everytime it is saved. Kingpin afterwards provides methods at class and instance level that make geolocation easy and thanks to Pincaster amazingly fast.}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
data/kingpin.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{kingpin}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jan Roesner"]
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  "spec/pincaster_spec.rb",
36
36
  "spec/spec_helper.rb"
37
37
  ]
38
- s.homepage = %q{http://railspotting.de}
38
+ s.homepage = %q{https://github.com/janroesner/kingpin}
39
39
  s.licenses = ["MIT"]
40
40
  s.require_paths = ["lib"]
41
41
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kingpin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan Roesner
@@ -108,7 +108,7 @@ files:
108
108
  - spec/pincaster_spec.rb
109
109
  - spec/spec_helper.rb
110
110
  has_rdoc: true
111
- homepage: http://railspotting.de
111
+ homepage: https://github.com/janroesner/kingpin
112
112
  licenses:
113
113
  - MIT
114
114
  post_install_message: