model_probe 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module ModelProbe
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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 = ""
13
+ gem.homepage = "https://github.com/hopsoft/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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-30 00:00:00.000000000 Z
12
+ date: 2012-10-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Provides a detailed view of the underlying schema that backs an ActiveModel.
15
15
  email:
@@ -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: ''
30
+ homepage: https://github.com/hopsoft/model_probe
31
31
  licenses: []
32
32
  post_install_message:
33
33
  rdoc_options: []