model_probe 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ModelProbe
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/model_probe.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["natehop@gmail.com"]
11
11
  gem.description = "Provides a detailed view of the underlying schema that backs an ActiveModel."
12
12
  gem.summary = "Schema introspection for ActiveModel."
13
- gem.homepage = "https://github.com/hopsoft/model_probe"
13
+ gem.homepage = "http://hopsoft.github.com/model_probe/"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  # gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_probe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,7 @@ files:
27
27
  - lib/model_probe/color.rb
28
28
  - lib/model_probe/version.rb
29
29
  - model_probe.gemspec
30
- homepage: https://github.com/hopsoft/model_probe
30
+ homepage: http://hopsoft.github.com/model_probe/
31
31
  licenses: []
32
32
  post_install_message:
33
33
  rdoc_options: []