crawlable 0.0.1.6 → 0.0.1.7

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/crawlable/feed.rb +0 -9
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  spec = Gem::Specification.new do |s|
6
6
  s.name = "crawlable"
7
7
  s.authors = ["Lance Pollard"]
8
- s.version = "0.0.1.6"
8
+ s.version = "0.0.1.7"
9
9
  s.summary = "Crawlable: Super DRY Sitemaps for Rails and Sinatra Apps"
10
10
  s.homepage = "http://github.com/viatropos/crawlable"
11
11
  s.email = "lancejpollard@gmail.com"
@@ -35,15 +35,6 @@ module Crawlable
35
35
 
36
36
  end
37
37
 
38
- if defined?(::Rails)
39
- if ActionPack::VERSION::MAJOR == 3
40
- include ::Rails.application.routes.url_helpers
41
- else
42
- require 'action_controller'
43
- include ActionController::UrlWriter
44
- end
45
- end
46
-
47
38
  attr_accessor :title, :url, :description, :master, :copyright, :updated_at
48
39
 
49
40
  def initialize(*args, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crawlable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - 6
11
- version: 0.0.1.6
10
+ - 7
11
+ version: 0.0.1.7
12
12
  platform: ruby
13
13
  authors:
14
14
  - Lance Pollard