acts_as_graph_object 0.0.10 → 0.0.11

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.
data/README.md CHANGED
@@ -78,7 +78,7 @@ default_properties = {
78
78
  :description => [:info, :details],
79
79
  :site_name => [:site],
80
80
  :latitude => [:lat],
81
- :longitude => [:long],
81
+ :longitude => [:lng],
82
82
  :street_address => [:address],
83
83
  :locality => [:locale, :area],
84
84
  :region => [:province, :territory],
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["me@fredkelly.net"]
7
7
  gem.description = %q{ActiveRecord extension that maps models to Facebook Open Graph objects.}
8
8
  gem.summary = %q{Facebook Open Graph object mapper.}
9
- gem.homepage = "https://github.com/fredkelly/acts_as_graph_object"
9
+ gem.homepage = "http://fredkelly.github.com/acts_as_graph_object/"
10
10
 
11
11
  # requires Rails!
12
12
  gem.add_runtime_dependency "rails"
@@ -1,3 +1,3 @@
1
1
  module ActsAsGraphObject
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_graph_object
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
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-09 00:00:00.000000000 Z
12
+ date: 2013-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -46,7 +46,7 @@ files:
46
46
  - lib/acts_as_graph_object/helpers.rb
47
47
  - lib/acts_as_graph_object/railite.rb
48
48
  - lib/acts_as_graph_object/version.rb
49
- homepage: https://github.com/fredkelly/acts_as_graph_object
49
+ homepage: http://fredkelly.github.com/acts_as_graph_object/
50
50
  licenses: []
51
51
  post_install_message:
52
52
  rdoc_options: []
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 1.8.24
69
+ rubygems_version: 1.8.25
70
70
  signing_key:
71
71
  specification_version: 3
72
72
  summary: Facebook Open Graph object mapper.