muck-raker 0.1.35 → 0.1.36

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.35
1
+ 0.1.36
@@ -8,7 +8,7 @@ class Muck::OpmlsController < ApplicationController
8
8
  redirect_to new_opml_path
9
9
  else
10
10
  @feeds = Service.build_feeds(current_user, params[:terms], params[:service_ids])
11
- @discovered_feeds = GoogleRequest.find_feeds(params[:terms])
11
+ @discovered_feeds = GoogleFeedRequest.find_feeds(params[:terms])
12
12
  @title = params[:terms]
13
13
  @terms = params[:terms]
14
14
  respond_to do |format|
data/muck-raker.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-raker}
8
- s.version = "0.1.35"
8
+ s.version = "0.1.36"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joel Duffin Justin Ball"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.35
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin Justin Ball