Skip to content

Commit 0606bb2

Browse files
committed
Merge branch 'develop'
2 parents cfc23c1 + 06b51a6 commit 0606bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cortex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cortex
2-
VERSION = '0.4.5'
2+
VERSION = '0.4.6'
33
end

lib/cortex/webpages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
class Webpages < Cortex::Resource
33
def get_feed(id)
4-
client.get("/webpages/feed?url=#{id}")
4+
client.get("/webpages/feed", {:url => id})
55
end
66
end
77
end

0 commit comments

Comments
 (0)