broadway 0.0.3.3 → 0.0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ RAILS_ROOT = File.dirname(__FILE__)
14
14
  spec = Gem::Specification.new do |s|
15
15
  s.name = "broadway"
16
16
  s.author = "Lance Pollard"
17
- s.version = "0.0.3.3"
17
+ s.version = "0.0.3.4"
18
18
  s.date = "Mon Mar 22 20:12:47 -0700 2010"
19
19
  s.summary = "Write Posts in Textile and Markdown, built it into a Rails or Sinatra Blog"
20
20
  s.homepage = "http://github.com/viatropos/broadway"
@@ -36,7 +36,7 @@ module Broadway
36
36
  self.dir = options.has_key?(:dir) ? options[:dir] : File.dirname(path.gsub(/#{site.config[:source]}\/?/, ""))
37
37
  base = self.dir == "." ? "" : self.dir
38
38
  self.categories = base.split('/').reject { |x| x.empty? }
39
-
39
+
40
40
  process(options)
41
41
  end
42
42
 
@@ -43,7 +43,6 @@ module Broadway::Resource
43
43
  self.tags ||= []
44
44
  end
45
45
 
46
- # definitely needs refactoring
47
46
  def children
48
47
  key = self.categories.last
49
48
  length = self.url.split("/").length
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: broadway
3
3
  version: !ruby/object:Gem::Version
4
- hash: 69
4
+ hash: 75
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 3
10
- - 3
11
- version: 0.0.3.3
10
+ - 4
11
+ version: 0.0.3.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Lance Pollard