fgraph 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History +6 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/tasks/fgraph.rake +2 -2
  4. metadata +6 -8
data/History CHANGED
@@ -1,3 +1,9 @@
1
+ v0.6.2
2
+ * Change RAILS_ROOT to Rails.root to avoid deprecated message in Rails 3
3
+
4
+ v0.6.1
5
+ * Fix URI::InvalidURIError when retrieving FGraph::Collection#url_options
6
+
1
7
  v0.6.0
2
8
  * Add status, cookie, and xfbml options to fgraph_javascript_init_tag
3
9
 
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :build:
4
4
  :minor: 6
5
- :patch: 1
5
+ :patch: 2
@@ -3,8 +3,8 @@ require 'fileutils'
3
3
  namespace :fgraph do
4
4
  desc "Create fgraph.yml configuration file in Rails config folder"
5
5
  task :setup => :environment do
6
- fgraph_config = File.join(RAILS_ROOT, "config", "fgraph.yml")
7
- fgraph_template_dir = File.join(RAILS_ROOT, "vendor", "plugins", "fgraph", "templates")
6
+ fgraph_config = File.join(Rails.root, "config", "fgraph.yml")
7
+ fgraph_template_dir = File.join(Rails.root, "vendor", "plugins", "fgraph", "templates")
8
8
 
9
9
  unless File.exists?(fgraph_template_dir)
10
10
  fgraph_data_dir = Gem.datadir('fgraph')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fgraph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
5
- prerelease: false
4
+ hash: 3
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Herryanto Siatono
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-06 00:00:00 +08:00
19
- default_executable:
18
+ date: 2011-11-19 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: httparty
@@ -111,7 +110,6 @@ files:
111
110
  - test/fixtures/access_token.txt
112
111
  - test/fixtures/object_cocacola.json
113
112
  - test/test_helper.rb
114
- has_rdoc: true
115
113
  homepage: http://github.com/jugend/fgraph
116
114
  licenses: []
117
115
 
@@ -141,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
139
  requirements: []
142
140
 
143
141
  rubyforge_project:
144
- rubygems_version: 1.3.7
142
+ rubygems_version: 1.8.11
145
143
  signing_key:
146
144
  specification_version: 3
147
145
  summary: Ruby Facebook Graph API