fgraph 0.6.1 → 0.6.2
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/History +6 -0
- data/VERSION.yml +1 -1
- data/lib/tasks/fgraph.rake +2 -2
- metadata +6 -8
data/History
CHANGED
data/VERSION.yml
CHANGED
data/lib/tasks/fgraph.rake
CHANGED
@@ -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(
|
7
|
-
fgraph_template_dir = File.join(
|
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
|
-
prerelease:
|
4
|
+
hash: 3
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
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-
|
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.
|
142
|
+
rubygems_version: 1.8.11
|
145
143
|
signing_key:
|
146
144
|
specification_version: 3
|
147
145
|
summary: Ruby Facebook Graph API
|