Skip to content

Commit

Permalink
0.1.alpha.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesantis committed Nov 11, 2011
1 parent 5f4b23a commit 41972ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
v0.1.alpha.3. moved a require to the right place

v0.1.alpha.2. changed homepage project

v0.1.alpha. WIP
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ Echoe.new("rfql") do |p|
p.summary = "It lets you use ORM-style code for fetching data from Facebook through the Facebook Query Language"
end

#task :default => :irb
desc 'IRB console'
task :irb do
$LOAD_PATH << "#{Dir.pwd}/lib"
require 'rfql'
Expand Down
1 change: 0 additions & 1 deletion lib/rfql/response/json.rb
@@ -1,4 +1,3 @@
require 'json'
require 'rfql/response/json/raw'
require 'rfql/response/json/parsed'
require 'rfql/response/json/parsed/records'
Expand Down
1 change: 1 addition & 0 deletions lib/rfql/response/json/parsed.rb
@@ -1,3 +1,4 @@
require 'json'
module RFQL
module Response
class JSON
Expand Down

0 comments on commit 41972ad

Please sign in to comment.