typo 5.1.98 → 5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/app/controllers/admin/blacklist_controller.rb +9 -3
  2. data/app/controllers/admin/content_controller.rb +1 -1
  3. data/app/controllers/admin/feedback_controller.rb +9 -0
  4. data/app/controllers/admin/themes_controller.rb +46 -0
  5. data/app/controllers/comments_controller.rb +5 -1
  6. data/app/helpers/admin/base_helper.rb +2 -1
  7. data/app/helpers/admin/feedback_helper.rb +3 -0
  8. data/app/helpers/application_helper.rb +2 -1
  9. data/app/helpers/theme_helper.rb +5 -1
  10. data/app/models/article.rb +8 -3
  11. data/app/models/blacklist_pattern.rb +2 -0
  12. data/app/models/feedback.rb +7 -1
  13. data/app/views/admin/blacklist/_blacklist_patterns.html.erb +10 -10
  14. data/app/views/admin/blacklist/_form.html.erb +1 -1
  15. data/app/views/admin/blacklist/_quick_post.html.erb +2 -1
  16. data/app/views/admin/categories/_form.html.erb +1 -1
  17. data/app/views/admin/categories/new.html.erb +1 -1
  18. data/app/views/admin/content/_form.html.erb +21 -8
  19. data/app/views/admin/content/index.html.erb +2 -2
  20. data/app/views/admin/dashboard/_comments.html.erb +3 -3
  21. data/app/views/admin/dashboard/_inbound.html.erb +2 -2
  22. data/app/views/admin/dashboard/_popular.html.erb +2 -2
  23. data/app/views/admin/dashboard/_posts.html.erb +2 -2
  24. data/app/views/admin/dashboard/_sysinfo.html.erb +4 -4
  25. data/app/views/admin/dashboard/_typo_dev.html.erb +1 -1
  26. data/app/views/admin/feedback/_button.html.erb +1 -0
  27. data/app/views/admin/feedback/_form.html.erb +1 -1
  28. data/app/views/admin/feedback/_item.html.erb +7 -7
  29. data/app/views/admin/feedback/article.html.erb +1 -1
  30. data/app/views/admin/feedback/edit.html.erb +1 -1
  31. data/app/views/admin/pages/_form.html.erb +2 -2
  32. data/app/views/admin/settings/feedback.html.erb +3 -3
  33. data/app/views/admin/settings/index.html.erb +3 -3
  34. data/app/views/admin/settings/read.html.erb +1 -1
  35. data/app/views/admin/settings/seo.html.erb +1 -1
  36. data/app/views/admin/settings/update_database.html.erb +2 -2
  37. data/app/views/admin/sidebar/index.html.erb +5 -5
  38. data/app/views/admin/themes/catalogue.html.erb +25 -0
  39. data/app/views/admin/themes/editor.html.erb +1 -4
  40. data/app/views/admin/themes/index.html.erb +1 -1
  41. data/app/views/admin/users/index.html.erb +6 -6
  42. data/app/views/articles/_article.html.erb +1 -1
  43. data/app/views/articles/_comment.html.erb +1 -1
  44. data/app/views/articles/comment_preview.html.erb +1 -1
  45. data/app/views/layouts/administration.html.erb +0 -1
  46. data/app/views/trackbacks/trackback.xml.builder +4 -0
  47. data/app/views/xml/feed.atom.builder +1 -1
  48. data/config/environment.rb +2 -0
  49. data/config/initializers/access_rules.rb +1 -0
  50. data/lang/fr_FR.rb +4 -0
  51. data/lib/spam_protection.rb +0 -18
  52. data/lib/tasks/release.rake +3 -1
  53. data/lib/typo_version.rb +1 -1
  54. data/public/javascripts/fckeditor/fckconfig.js +21 -14
  55. data/public/javascripts/fckeditor/fckeditor.js +1 -1
  56. data/public/javascripts/quicktags.js +2 -2
  57. data/public/robots.txt +0 -11
  58. data/public/stylesheets/administration.css +163 -280
  59. data/spec/controllers/articles_controller_spec.rb +8 -0
  60. data/spec/controllers/xml_controller_spec.rb +7 -0
  61. data/spec/models/comment_spec.rb +1 -1
  62. data/spec/models/trackback_spec.rb +4 -1
  63. data/spec/views/articles/index_spec.rb +0 -1
  64. data/themes/dirtylicious/views/articles/_article.html.erb +2 -2
  65. data/themes/dirtylicious/views/articles/_comment.html.erb +1 -1
  66. data/themes/dirtylicious/views/articles/comment_preview.html.erb +1 -1
  67. data/themes/dirtylicious/views/articles/read.html.erb +9 -3
  68. data/themes/scribbish/views/articles/_article.html.erb +2 -2
  69. data/themes/scribbish/views/articles/_comment.html.erb +1 -1
  70. data/themes/scribbish/views/articles/read.html.erb +9 -3
  71. data/themes/standard_issue/views/articles/_article.html.erb +3 -3
  72. data/themes/standard_issue/views/articles/_comment.html.erb +1 -1
  73. data/themes/standard_issue/views/articles/comment_preview.html.erb +1 -1
  74. data/themes/standard_issue/views/articles/read.html.erb +8 -3
  75. data/themes/typographic/views/articles/_article.html.erb +3 -3
  76. data/themes/typographic/views/articles/_comment.html.erb +1 -1
  77. data/themes/typographic/views/articles/comment_preview.html.erb +1 -1
  78. data/themes/typographic/views/articles/read.html.erb +6 -2
  79. data/vendor/plugins/fckeditor/app/controllers/fckeditor_controller.rb +8 -7
  80. data/vendor/plugins/fckeditor/lib/fckeditor_version.rb +1 -1
  81. data/vendor/plugins/xml_sidebar/lib/xml_sidebar.rb +11 -2
  82. data/vendor/plugins/xml_sidebar/views/content.rhtml +6 -6
  83. metadata +176 -157
  84. data/vendor/plugins/fckeditor/Rakefile +0 -72
@@ -73,4 +73,12 @@ describe ArticlesController, "feeds" do
73
73
  scoped_getter.get 'index', :format => 'rss'
74
74
  response.should render_template("_rss20_feed")
75
75
  end
76
+
77
+ it 'should not render é in atom feed' do
78
+ article = contents(:article2)
79
+ article.body = 'écoute The future is cool!'
80
+ article.save!
81
+ get 'index', :format => 'atom'
82
+ response.body.should =~ /écoute The future is cool!/
83
+ end
76
84
  end
@@ -152,6 +152,13 @@ describe XmlController do
152
152
  assert_select 'summary'
153
153
  end
154
154
 
155
+ def test_feed_atom10_with_accent
156
+ Article.create!(:title => "News from the future!",
157
+ :body => "The future is cool!",
158
+ :keywords => "future",
159
+ :created_at => Time.now + 12.minutes)
160
+ end
161
+
155
162
  def test_feed_atom10_article
156
163
  get :feed, :format => 'atom10', :type => 'article', :id => contents(:article1).id
157
164
  assert_moved_permanently_to formatted_article_url(contents(:article1), 'atom')
@@ -56,7 +56,7 @@ describe Comment do
56
56
  assert ! c.save
57
57
  assert c.errors.invalid?('article_id')
58
58
 
59
- c.article = @article1
59
+ c.article = contents(:article1)
60
60
 
61
61
  assert c.save
62
62
  assert c.errors.empty?
@@ -10,7 +10,10 @@ describe 'With the various trackback filters loaded and DNS mocked out appropria
10
10
  end
11
11
 
12
12
  it 'Incomplete trackbacks should not be accepted' do
13
- tb = Trackback.new(:blog_name => 'Blog name', :title => 'Title', :excerpt => 'Excerpt')
13
+ tb = Trackback.new(:blog_name => 'Blog name',
14
+ :title => 'Title',
15
+ :excerpt => 'Excerpt',
16
+ :article_id => contents(:article1).id)
14
17
  tb.should_not be_valid
15
18
  tb.errors.should be_invalid('url')
16
19
 
@@ -49,7 +49,6 @@ require File.dirname(__FILE__) + '/../../spec_helper'
49
49
  end
50
50
 
51
51
  it "should have pagination link to page 1 with q param if on page 2" do
52
- p response.body
53
52
  response.should have_tag("a[href=?]", "/search?page=1&q=body") # *notice
54
53
  end
55
54
  end
@@ -9,14 +9,14 @@
9
9
  </div>
10
10
 
11
11
  <div class="content">
12
- <%= article.html(:body) %>
12
+ <%= simple_format article.html(:body) %>
13
13
 
14
14
  <% if article.extended? -%>
15
15
  <div class="extended">
16
16
  <% if controller.action_name == 'index' -%>
17
17
  <p><%= link_to_permalink article,"Continue reading..." %></p>
18
18
  <% else -%>
19
- <%= article.html(:extended) %>
19
+ <%= simple_format article.html(:extended) %>
20
20
  <% end -%>
21
21
  </div>
22
22
  <% end -%>
@@ -5,7 +5,7 @@
5
5
  <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> later:</abbr>
6
6
  </div>
7
7
  <div class="content">
8
- <%= comment.html %>
8
+ <%= simple_format comment.html %>
9
9
  </div>
10
10
  <% unless comment.published -%>
11
11
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
@@ -5,6 +5,6 @@
5
5
  <abbr>is about to say</abbr>
6
6
  </div>
7
7
  <div class="content">
8
- <%= @comment.html %>
8
+ <%= simple_format @comment.html %>
9
9
  </div>
10
10
  </div>
@@ -31,12 +31,18 @@
31
31
  <% end -%>
32
32
 
33
33
  <% if @article.allow_comments? or @article.published_comments.size > 0 -%>
34
- <h2 id="comments">Comments</h2>
35
- <p><a href="#commentform">Leave a response</a></p>
34
+
35
+ <% if !@article.comments_closed? and @article.published_comments.size > 0 %>
36
+ <h2 id="comments">Comments</h2>
37
+ <% end -%>
38
+
39
+ <% unless @article.comments_closed? %>
40
+ <p><a href="#commentform"><%= _("Leave a comment") %></a></p>
41
+ <% end -%>
36
42
 
37
43
  <div id="comments_div">
38
44
  <%= render :partial => "comment_list" %>
39
45
  </div>
40
46
  <% end -%>
41
47
 
42
- <%= render :partial => 'comment_form' if @article.allow_comments? %>
48
+ <%= render :partial => 'comment_form' unless @article.comments_closed? %>
@@ -10,14 +10,14 @@
10
10
  </p>
11
11
 
12
12
  <div class="content">
13
- <%= article.html(:body) %>
13
+ <%= simple_format article.html(:body) %>
14
14
 
15
15
  <% if article.extended? -%>
16
16
  <div class="extended">
17
17
  <% if controller.action_name == 'index' -%>
18
18
  <p><%= link_to_permalink article, _("Continue reading...") %></p>
19
19
  <% else -%>
20
- <%= article.html(:extended) %>
20
+ <%= simple_format article.html(:extended) %>
21
21
  <% end -%>
22
22
  </div>
23
23
  <% end -%>
@@ -5,7 +5,7 @@
5
5
  <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> <%= _("later")%>:</abbr>
6
6
  </div>
7
7
  <div class="content">
8
- <%= comment.html %>
8
+ <%= simple_format comment.html %>
9
9
  </div>
10
10
  <% unless comment.published -%>
11
11
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
@@ -31,12 +31,18 @@
31
31
  <% end -%>
32
32
 
33
33
  <% if @article.allow_comments? or @article.published_comments.size > 0 -%>
34
- <h5><a name="comments"><%= _("Comments") %></a></h5>
35
- <p><a href="#commentform"><%= _("Leave a comment") %></a></p>
34
+
35
+ <% if !@article.comments_closed? and @article.published_comments.size > 0 %>
36
+ <h5><a name="comments"><%= _("Comments") %></a></h5>
37
+ <% end -%>
38
+
39
+ <% unless @article.comments_closed? %>
40
+ <p><a href="#commentform"><%= _("Leave a comment") %></a></p>
41
+ <% end -%>
36
42
 
37
43
  <div id="comments_div">
38
44
  <%= render :partial => "comment_list" %>
39
45
  </div>
40
46
  <% end -%>
41
47
 
42
- <%= render :partial => 'comment_form' if @article.allow_comments? %>
48
+ <%= render :partial => 'comment_form' unless @article.comments_closed? %>
@@ -1,14 +1,14 @@
1
1
  <div class="atomentry" id="article-<%= article.id %>">
2
2
  <h2 class="title"><%= (controller.action_name.include? 'permalink') ? article.title : link_to_permalink(article,article.title) %></h2>
3
3
  <div class="content">
4
- <%= article.html(:body) %>
4
+ <%= simple_format article.html(:body) %>
5
5
 
6
6
  <% if article.extended? -%>
7
7
  <div class="extended">
8
8
  <% if controller.action_name == 'index' -%>
9
9
  <p><%= link_to_permalink article,_("Continue reading...") %></p>
10
10
  <% else -%>
11
- <%= article.html(:extended) %>
11
+ <%= simple_format article.html(:extended) %>
12
12
  <% end -%>
13
13
  </div>
14
14
  <% end -%>
@@ -16,7 +16,7 @@
16
16
  <div class="meta">
17
17
  <% if controller.controller_name == "articles" and controller.action_name == 'show' %>
18
18
  <p><small>
19
- <%= _("This entry was posted on %s", content_tag(:abbr, js_distance_of_time_in_words_to_now (article.published_at), {:class => 'published', :title => article.published_at.xmlschema})) %>
19
+ <%= _("This entry was posted on %s", content_tag(:abbr, js_distance_of_time_in_words_to_now(article.published_at), {:class => 'published', :title => article.published_at.xmlschema})) %>
20
20
  <%= _("and %s", category_links(@article)) unless @article.categories.empty? %>.
21
21
  <%= _("You can follow any any response to this entry through the %s", link_to(_("Atom feed"), @auto_discovery_url_atom)) %>.
22
22
  <%= _("You can leave a %s", link_to_permalink(article, _('comment'), 'comments')) if article.allow_comments? %>
@@ -4,7 +4,7 @@
4
4
  <cite><%= (comment.url.blank?) ? h(comment.author) : link_to(h(comment.author), comment.url) %></cite>
5
5
  <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> <%= _("later")%>:</abbr>
6
6
  </div>
7
- <%= comment.html %>
7
+ <%= simple_format comment.html %>
8
8
  <% unless comment.published -%>
9
9
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
10
10
  <% end -%>
@@ -5,6 +5,6 @@
5
5
  <abbr><%= _("is about to say")%></abbr>
6
6
  </div>
7
7
  <div class="content">
8
- <%= @comment.html %>
8
+ <%= simple_format @comment.html %>
9
9
  </div>
10
10
  </div>
@@ -31,12 +31,17 @@
31
31
  <% end -%>
32
32
 
33
33
  <% if @article.allow_comments? or @article.published_comments.size > 0 -%>
34
- <h2><a name="comments"><%= _("Comments")%></a></h2>
35
- <p><a href="#commentform"><%= _("Leave a response")%></a></p>
34
+ <% unless @article.comments_closed? and @article.published_comments.size == 0 %>
35
+ <h2><a name="comments"><%= _("Comments")%></a></h2>
36
+ <% end -%>
37
+
38
+ <% unless @article.comments_closed? %>
39
+ <p><a href="#commentform"><%= _("Leave a response")%></a></p>
40
+ <% end -%>
36
41
 
37
42
  <div id="comments_div">
38
43
  <%= render :partial => "comment_list" %>
39
44
  </div>
40
45
  <% end -%>
41
46
 
42
- <%= render :partial => 'comment_form' if @article.allow_comments? %>
47
+ <%= render :partial => 'comment_form' unless @article.comments_closed? %>
@@ -6,14 +6,14 @@
6
6
  </div>
7
7
  </div>
8
8
  <div class="content">
9
- <%= article.html(:body) %>
9
+ <%= simple_format article.html(:body) %>
10
10
 
11
11
  <% if article.extended? -%>
12
12
  <div class="extended">
13
13
  <% if controller.action_name == 'index' -%>
14
14
  <p><%= link_to_permalink article,_("Continue reading...") %></p>
15
15
  <% else -%>
16
- <%= article.html(:extended) %>
16
+ <%= simple_format article.html(:extended) %>
17
17
  <% end -%>
18
18
  </div>
19
19
  <% end -%>
@@ -24,7 +24,7 @@
24
24
  <%= _("This entry was posted on %s", content_tag(:abbr, js_distance_of_time_in_words_to_now(@article.published_at), {:class => 'published', :title => @article.published_at.xmlschema})) %>
25
25
  <%= _("and %s", category_links(@article)) unless @article.categories.empty? %>.
26
26
  <%= _("You can follow any any response to this entry through the %s", link_to(_("Atom feed"), @auto_discovery_url_atom)) %>.
27
- <%= _("You can leave a %s", link_to_permalink(article, _('comment'), 'comments')) if @article.allow_comments? %>
27
+ <%= _("You can leave a %s", link_to_permalink(article, _('comment'), 'comments')) unless @article.comments_closed? %>
28
28
  <%= _("or a %s from your own site", link_to_permalink(@article, _('trackback'), 'trackbacks')) if @article.allow_pings? %>.
29
29
  </small></p>
30
30
  <p class="tags">
@@ -5,7 +5,7 @@
5
5
  <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> <%= _("later")%>:</abbr>
6
6
  </div>
7
7
  <div class="commentContent">
8
- <%= comment.html %>
8
+ <%= simple_format comment.html %>
9
9
  </div>
10
10
  <% unless comment.published -%>
11
11
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
@@ -5,6 +5,6 @@
5
5
  <abbr><%= _("is about to say")%></abbr>
6
6
  </div>
7
7
  <div class="content">
8
- <%= @comment.html %>
8
+ <%= simple_format @comment.html %>
9
9
  </div>
10
10
  </div>
@@ -32,11 +32,15 @@
32
32
  <% end -%>
33
33
 
34
34
  <% if @article.allow_comments? or @article.published_comments.size > 0 -%>
35
- <h2 id="comments-title"><a id="comments"><%= _("Comments")%></a></h2>
35
+
36
+
37
+ <% unless @article.comments_closed? and @article.published_comments.size == 0 %>
38
+ <h2 id="comments-title"><a id="comments"><%= _("Comments")%></a></h2>
39
+ <% end -%>
36
40
 
37
41
  <div id="comments_div">
38
42
  <%= render :partial => "comment_list" %>
39
43
  </div>
40
44
  <% end -%>
41
45
 
42
- <%= render :partial => 'comment_form' if @article.allow_comments? %>
46
+ <%= render :partial => 'comment_form' unless @article.comments_closed? %>
@@ -17,7 +17,7 @@ class FckeditorController < ActionController::Base
17
17
  xml.instruct!
18
18
  #=> <?xml version="1.0" encoding="utf-8" ?>
19
19
  xml.Connector("command" => params[:Command], "resourceType" => 'File') do
20
- xml.CurrentFolder("url" => @url, "path" => params[:CurrentFolder])
20
+ xml.CurrentFolder("url" => @fck_url, "path" => params[:CurrentFolder])
21
21
  xml.Folders do
22
22
  @folders.each do |folder|
23
23
  xml.Folder("name" => folder)
@@ -49,7 +49,8 @@ class FckeditorController < ActionController::Base
49
49
  @folders = Array.new
50
50
  @files = {}
51
51
  begin
52
- @url = upload_directory_path
52
+ @fck_url = upload_directory_path
53
+ @fck_url.gsub!("#{RAILS_ROOT}/public/", "")
53
54
  @current_folder = current_directory_path
54
55
  Dir.entries(@current_folder).each do |entry|
55
56
  next if entry =~ /^\./
@@ -64,9 +65,9 @@ class FckeditorController < ActionController::Base
64
65
 
65
66
  def create_folder
66
67
  begin
67
- @url = current_directory_path
68
- path = @url + params[:NewFolderName]
69
- if !(File.stat(@url).writable?)
68
+ @fck_url = current_directory_path
69
+ path = @fck_url + params[:NewFolderName]
70
+ if !(File.stat(@fck_url).writable?)
70
71
  @errorNumber = 103
71
72
  elsif params[:NewFolderName] !~ /[\w\d\s]+/
72
73
  @errorNumber = 102
@@ -84,7 +85,7 @@ class FckeditorController < ActionController::Base
84
85
  def upload_file
85
86
  begin
86
87
  @new_file = check_file(params[:NewFile])
87
- @url = upload_directory_path
88
+ @fck_url = upload_directory_path
88
89
  ftype = @new_file.content_type.strip
89
90
  if ! MIME_TYPES.include?(ftype)
90
91
  @errorNumber = 202
@@ -133,7 +134,7 @@ class FckeditorController < ActionController::Base
133
134
  end
134
135
 
135
136
  def upload_directory_path
136
- uploaded = request.relative_url_root.to_s+"#{UPLOADED}/#{params[:Type]}"
137
+ uploaded = "#{RAILS_ROOT}/public/#{UPLOADED}/#{params[:Type]}"
137
138
  "#{uploaded}#{params[:CurrentFolder]}"
138
139
  end
139
140
 
@@ -1,7 +1,7 @@
1
1
  module FckeditorVersion
2
2
  MAJOR = 0
3
3
  MINOR = 5
4
- RELEASE = 0
4
+ RELEASE = 1
5
5
 
6
6
  def self.current
7
7
  "#{MAJOR}.#{MINOR}.#{RELEASE}"
@@ -6,6 +6,15 @@ class XmlSidebar < Sidebar
6
6
  setting :comments, true, :input_type => :checkbox
7
7
  setting :trackbacks, false, :input_type => :checkbox
8
8
 
9
- setting :format, 'atom10', :input_type => :radio,
10
- :choices => [["rss20", "RSS 2.0"], ["atom10", "Atom 1.0"]]
9
+ setting :format, 'atom', :input_type => :radio,
10
+ :choices => [["rss", "RSS"], ["atom", "Atom"]]
11
+
12
+ def format_strip
13
+ strip_format = self.format
14
+ strip_format.gsub!(/\d+/,'')
15
+ strip_format.gsub!('1.0', '')
16
+ strip_format.gsub!('2.0', '')
17
+ strip_format
18
+ end
19
+
11
20
  end
@@ -1,12 +1,12 @@
1
1
  <h3><%= _("Syndicate")%></h3>
2
2
  <ul>
3
- <% if articles? -%>
4
- <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => format, :type => 'feed' %>" title="Articles feed"><%= _("Articles")%></a></li>
3
+ <% if @sidebar.articles -%>
4
+ <li><a href="<%= url_for :controller => 'articles', :action => 'index', :format => @sidebar.format_strip %>" title="Articles feed"><%= _("Articles")%></a></li>
5
5
  <% end %>
6
- <% if comments? -%>
7
- <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => format, :type => 'comments' %>" title="Comments feed"><%= _("Comments")%></a></li>
6
+ <% if @sidebar.comments -%>
7
+ <li><a href="<%= formatted_admin_comments_url(@sidebar.format_strip) %>" title="Comments feed"><%= _("Comments")%></a></li>
8
8
  <% end %>
9
- <% if trackbacks? -%>
10
- <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => format, :type => 'trackbacks' %>" title="Trackbacks feed"><%= _("Trackbacks")%></a></li>
9
+ <% if @sidebar.trackbacks -%>
10
+ <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => @sidebar.format_strip, :type => 'trackbacks' %>" title="Trackbacks feed"><%= _("Trackbacks")%></a></li>
11
11
  <% end %>
12
12
  </ul>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typo
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.98
4
+ version: "5.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fr\xC3\xA9d\xC3\xA9ric de Villamil"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-04 00:00:00 +01:00
12
+ date: 2009-01-25 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -72,6 +72,26 @@ dependencies:
72
72
  - !ruby/object:Gem::Version
73
73
  version: 0.8.3
74
74
  version:
75
+ - !ruby/object:Gem::Dependency
76
+ name: htmlentities
77
+ type: :runtime
78
+ version_requirement:
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "="
82
+ - !ruby/object:Gem::Version
83
+ version: 4.0.0
84
+ version:
85
+ - !ruby/object:Gem::Dependency
86
+ name: json
87
+ type: :runtime
88
+ version_requirement:
89
+ version_requirements: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: 1.1.3
94
+ version:
75
95
  description:
76
96
  email: frederic@de-villamil.com
77
97
  executables:
@@ -81,11 +101,6 @@ extensions: []
81
101
  extra_rdoc_files: []
82
102
 
83
103
  files:
84
- - CHANGELOG
85
- - MAINTAINERS
86
- - MIT-LICENSE
87
- - README
88
- - Rakefile
89
104
  - app
90
105
  - app/apis
91
106
  - app/apis/blogger_service.rb
@@ -165,9 +180,9 @@ files:
165
180
  - app/helpers/theme_helper.rb
166
181
  - app/helpers/xml_helper.rb
167
182
  - app/models
168
- - app/models/article.rb
169
183
  - app/models/article
170
184
  - app/models/article/states.rb
185
+ - app/models/article.rb
171
186
  - app/models/blacklist_pattern.rb
172
187
  - app/models/blog.rb
173
188
  - app/models/blog_sweeper.rb
@@ -177,9 +192,9 @@ files:
177
192
  - app/models/config_manager.rb
178
193
  - app/models/content.rb
179
194
  - app/models/email_notifier.rb
180
- - app/models/feedback.rb
181
195
  - app/models/feedback
182
196
  - app/models/feedback/states.rb
197
+ - app/models/feedback.rb
183
198
  - app/models/notification.rb
184
199
  - app/models/notification_mailer.rb
185
200
  - app/models/page.rb
@@ -295,6 +310,7 @@ files:
295
310
  - app/views/admin/tags/edit.html.erb
296
311
  - app/views/admin/tags/index.html.erb
297
312
  - app/views/admin/themes
313
+ - app/views/admin/themes/catalogue.html.erb
298
314
  - app/views/admin/themes/editor.html.erb
299
315
  - app/views/admin/themes/index.html.erb
300
316
  - app/views/admin/users
@@ -350,6 +366,8 @@ files:
350
366
  - app/views/sidebar/show.html.erb
351
367
  - app/views/theme
352
368
  - app/views/theme/static_view_test.html.erb
369
+ - app/views/trackbacks
370
+ - app/views/trackbacks/trackback.xml.builder
353
371
  - app/views/xml
354
372
  - app/views/xml/_atom10_item_article.atom.builder
355
373
  - app/views/xml/_atom10_item_comment.atom.builder
@@ -370,6 +388,7 @@ files:
370
388
  - app/views/xml/rsd.rxml
371
389
  - bin
372
390
  - bin/typo
391
+ - CHANGELOG
373
392
  - config
374
393
  - config/boot.rb
375
394
  - config/database.yml.example
@@ -378,21 +397,21 @@ files:
378
397
  - config/environments/development.rb
379
398
  - config/environments/production.rb
380
399
  - config/environments/test.rb
381
- - config/iTunes.yml
382
400
  - config/initializers
383
401
  - config/initializers/access_rules.rb
384
402
  - config/initializers/active_record_hacks.rb
385
403
  - config/initializers/benchmark_hacks.rb
386
404
  - config/initializers/inflector.rb
387
405
  - config/initializers/mime_types.rb
406
+ - config/iTunes.yml
388
407
  - config/lighttpd.conf
389
408
  - config/mail.yml.example
390
409
  - config/routes.rb
391
410
  - db
392
411
  - db/converters
393
- - db/converters/README
394
412
  - db/converters/feed.rb
395
413
  - db/converters/mt3.rb
414
+ - db/converters/README
396
415
  - db/converters/rss.rb
397
416
  - db/converters/s9y.rb
398
417
  - db/converters/textpattern.rb
@@ -477,6 +496,7 @@ files:
477
496
  - db/schema.mysql-v3.sql
478
497
  - db/schema.mysql.sql
479
498
  - db/schema.postgresql.sql
499
+ - db/schema.rb
480
500
  - db/schema.sqlite.sql
481
501
  - db/schema.sqlserver.sql
482
502
  - db/schema_version
@@ -485,7 +505,6 @@ files:
485
505
  - db/updates
486
506
  - db/updates/update.168.to.200.mysql.sql
487
507
  - db/updates/update.168.to.200.psql.sql
488
- - db/schema.rb
489
508
  - doc
490
509
  - doc/Installer.txt
491
510
  - doc/typo-5.2-release-notes.txt
@@ -513,9 +532,9 @@ files:
513
532
  - lib/generators/sidebar
514
533
  - lib/generators/sidebar/sidebar_generator.rb
515
534
  - lib/generators/sidebar/templates
516
- - lib/generators/sidebar/templates/Rakefile
517
535
  - lib/generators/sidebar/templates/content.html.erb
518
536
  - lib/generators/sidebar/templates/init.rb
537
+ - lib/generators/sidebar/templates/Rakefile
519
538
  - lib/generators/sidebar/templates/sidebar.rb
520
539
  - lib/generators/sidebar/templates/unit_test.rb
521
540
  - lib/memory_profiler.rb
@@ -541,6 +560,9 @@ files:
541
560
  - lib/typo_plugins.rb
542
561
  - lib/typo_version.rb
543
562
  - lib/xmlrpc_fix.rb
563
+ - log
564
+ - MAINTAINERS
565
+ - MIT-LICENSE
544
566
  - public
545
567
  - public/.htaccess
546
568
  - public/404.html
@@ -701,65 +723,65 @@ files:
701
723
  - public/javascripts/fckeditor/editor/dialog/common/images/locked.gif
702
724
  - public/javascripts/fckeditor/editor/dialog/common/images/reset.gif
703
725
  - public/javascripts/fckeditor/editor/dialog/common/images/unlocked.gif
704
- - public/javascripts/fckeditor/editor/dialog/fck_about.html
705
726
  - public/javascripts/fckeditor/editor/dialog/fck_about
706
727
  - public/javascripts/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
707
728
  - public/javascripts/fckeditor/editor/dialog/fck_about/logo_fredck.gif
708
729
  - public/javascripts/fckeditor/editor/dialog/fck_about/sponsors
709
730
  - public/javascripts/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
731
+ - public/javascripts/fckeditor/editor/dialog/fck_about.html
710
732
  - public/javascripts/fckeditor/editor/dialog/fck_anchor.html
711
733
  - public/javascripts/fckeditor/editor/dialog/fck_button.html
712
734
  - public/javascripts/fckeditor/editor/dialog/fck_checkbox.html
713
735
  - public/javascripts/fckeditor/editor/dialog/fck_colorselector.html
714
- - public/javascripts/fckeditor/editor/dialog/fck_docprops.html
715
736
  - public/javascripts/fckeditor/editor/dialog/fck_docprops
716
737
  - public/javascripts/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
738
+ - public/javascripts/fckeditor/editor/dialog/fck_docprops.html
717
739
  - public/javascripts/fckeditor/editor/dialog/fck_find.html
718
- - public/javascripts/fckeditor/editor/dialog/fck_flash.html
719
740
  - public/javascripts/fckeditor/editor/dialog/fck_flash
720
741
  - public/javascripts/fckeditor/editor/dialog/fck_flash/fck_flash.js
721
742
  - public/javascripts/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
743
+ - public/javascripts/fckeditor/editor/dialog/fck_flash.html
722
744
  - public/javascripts/fckeditor/editor/dialog/fck_form.html
723
745
  - public/javascripts/fckeditor/editor/dialog/fck_hiddenfield.html
724
- - public/javascripts/fckeditor/editor/dialog/fck_image.html
725
746
  - public/javascripts/fckeditor/editor/dialog/fck_image
726
747
  - public/javascripts/fckeditor/editor/dialog/fck_image/fck_image.js
727
748
  - public/javascripts/fckeditor/editor/dialog/fck_image/fck_image_preview.html
728
- - public/javascripts/fckeditor/editor/dialog/fck_link.html
749
+ - public/javascripts/fckeditor/editor/dialog/fck_image.html
729
750
  - public/javascripts/fckeditor/editor/dialog/fck_link
730
751
  - public/javascripts/fckeditor/editor/dialog/fck_link/fck_link.js
752
+ - public/javascripts/fckeditor/editor/dialog/fck_link.html
731
753
  - public/javascripts/fckeditor/editor/dialog/fck_listprop.html
732
754
  - public/javascripts/fckeditor/editor/dialog/fck_paste.html
733
755
  - public/javascripts/fckeditor/editor/dialog/fck_radiobutton.html
734
756
  - public/javascripts/fckeditor/editor/dialog/fck_replace.html
735
- - public/javascripts/fckeditor/editor/dialog/fck_select.html
736
757
  - public/javascripts/fckeditor/editor/dialog/fck_select
737
758
  - public/javascripts/fckeditor/editor/dialog/fck_select/fck_select.js
759
+ - public/javascripts/fckeditor/editor/dialog/fck_select.html
738
760
  - public/javascripts/fckeditor/editor/dialog/fck_smiley.html
739
761
  - public/javascripts/fckeditor/editor/dialog/fck_source.html
740
762
  - public/javascripts/fckeditor/editor/dialog/fck_specialchar.html
741
- - public/javascripts/fckeditor/editor/dialog/fck_spellerpages.html
742
763
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages
743
764
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages
744
765
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
745
- - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
746
766
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
767
+ - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
747
768
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
748
769
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
749
770
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
750
771
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
751
- - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
752
772
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
773
+ - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
753
774
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
754
775
  - public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
776
+ - public/javascripts/fckeditor/editor/dialog/fck_spellerpages.html
755
777
  - public/javascripts/fckeditor/editor/dialog/fck_table.html
756
778
  - public/javascripts/fckeditor/editor/dialog/fck_tablecell.html
757
- - public/javascripts/fckeditor/editor/dialog/fck_template.html
758
779
  - public/javascripts/fckeditor/editor/dialog/fck_template
759
780
  - public/javascripts/fckeditor/editor/dialog/fck_template/images
760
781
  - public/javascripts/fckeditor/editor/dialog/fck_template/images/template1.gif
761
782
  - public/javascripts/fckeditor/editor/dialog/fck_template/images/template2.gif
762
783
  - public/javascripts/fckeditor/editor/dialog/fck_template/images/template3.gif
784
+ - public/javascripts/fckeditor/editor/dialog/fck_template.html
763
785
  - public/javascripts/fckeditor/editor/dialog/fck_textarea.html
764
786
  - public/javascripts/fckeditor/editor/dialog/fck_textfield.html
765
787
  - public/javascripts/fckeditor/editor/dtd
@@ -1069,6 +1091,8 @@ files:
1069
1091
  - public/stylesheets/textmate/textmate.css
1070
1092
  - public/stylesheets/textmate/twilight.css
1071
1093
  - public/stylesheets/user-styles.css
1094
+ - Rakefile
1095
+ - README
1072
1096
  - script
1073
1097
  - script/about
1074
1098
  - script/autospec
@@ -1208,7 +1232,6 @@ files:
1208
1232
  - test/mocks/themes/typographic
1209
1233
  - test/mocks/themes/typographic/about.markdown
1210
1234
  - test/mocks/themes/typographic/images
1211
- - test/mocks/themes/typographic/images/Thumbs.db
1212
1235
  - test/mocks/themes/typographic/images/accept.png
1213
1236
  - test/mocks/themes/typographic/images/accept50.png
1214
1237
  - test/mocks/themes/typographic/images/bg_body.jpg
@@ -1222,6 +1245,7 @@ files:
1222
1245
  - test/mocks/themes/typographic/images/page_edit.png
1223
1246
  - test/mocks/themes/typographic/images/page_edit50.png
1224
1247
  - test/mocks/themes/typographic/images/tag.png
1248
+ - test/mocks/themes/typographic/images/Thumbs.db
1225
1249
  - test/mocks/themes/typographic/images/user.png
1226
1250
  - test/mocks/themes/typographic/images/user50.png
1227
1251
  - test/mocks/themes/typographic/images/world_link.png
@@ -1278,8 +1302,8 @@ files:
1278
1302
  - themes/dirtylicious/views/articles/index.html.erb
1279
1303
  - themes/dirtylicious/views/articles/read.html.erb
1280
1304
  - themes/scribbish
1281
- - themes/scribbish/CONTRIBUTORS
1282
1305
  - themes/scribbish/about.markdown
1306
+ - themes/scribbish/CONTRIBUTORS
1283
1307
  - themes/scribbish/images
1284
1308
  - themes/scribbish/images/background.gif
1285
1309
  - themes/scribbish/images/gravatar.gif
@@ -1394,15 +1418,10 @@ files:
1394
1418
  - themes/typographic/views/theme/static_view_test.html.erb
1395
1419
  - vendor
1396
1420
  - vendor/actionwebservice
1397
- - vendor/actionwebservice/CHANGELOG
1398
- - vendor/actionwebservice/MIT-LICENSE
1399
- - vendor/actionwebservice/README
1400
- - vendor/actionwebservice/Rakefile
1401
- - vendor/actionwebservice/TODO
1402
1421
  - vendor/actionwebservice/actionwebservice.gemspec
1422
+ - vendor/actionwebservice/CHANGELOG
1403
1423
  - vendor/actionwebservice/examples
1404
1424
  - vendor/actionwebservice/examples/googlesearch
1405
- - vendor/actionwebservice/examples/googlesearch/README
1406
1425
  - vendor/actionwebservice/examples/googlesearch/autoloading
1407
1426
  - vendor/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb
1408
1427
  - vendor/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb
@@ -1412,8 +1431,8 @@ files:
1412
1431
  - vendor/actionwebservice/examples/googlesearch/direct
1413
1432
  - vendor/actionwebservice/examples/googlesearch/direct/google_search_api.rb
1414
1433
  - vendor/actionwebservice/examples/googlesearch/direct/search_controller.rb
1434
+ - vendor/actionwebservice/examples/googlesearch/README
1415
1435
  - vendor/actionwebservice/examples/metaWeblog
1416
- - vendor/actionwebservice/examples/metaWeblog/README
1417
1436
  - vendor/actionwebservice/examples/metaWeblog/apis
1418
1437
  - vendor/actionwebservice/examples/metaWeblog/apis/blogger_api.rb
1419
1438
  - vendor/actionwebservice/examples/metaWeblog/apis/blogger_service.rb
@@ -1421,44 +1440,44 @@ files:
1421
1440
  - vendor/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb
1422
1441
  - vendor/actionwebservice/examples/metaWeblog/controllers
1423
1442
  - vendor/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb
1443
+ - vendor/actionwebservice/examples/metaWeblog/README
1424
1444
  - vendor/actionwebservice/generators
1425
1445
  - vendor/actionwebservice/generators/web_service
1426
- - vendor/actionwebservice/generators/web_service/USAGE
1427
1446
  - vendor/actionwebservice/generators/web_service/templates
1428
1447
  - vendor/actionwebservice/generators/web_service/templates/api_definition.rb
1429
1448
  - vendor/actionwebservice/generators/web_service/templates/controller.rb
1430
1449
  - vendor/actionwebservice/generators/web_service/templates/functional_test.rb
1450
+ - vendor/actionwebservice/generators/web_service/USAGE
1431
1451
  - vendor/actionwebservice/generators/web_service/web_service_generator.rb
1432
1452
  - vendor/actionwebservice/install.rb
1433
1453
  - vendor/actionwebservice/lib
1434
- - vendor/actionwebservice/lib/action_web_service.rb
1435
1454
  - vendor/actionwebservice/lib/action_web_service
1436
1455
  - vendor/actionwebservice/lib/action_web_service/api.rb
1437
1456
  - vendor/actionwebservice/lib/action_web_service/base.rb
1438
1457
  - vendor/actionwebservice/lib/action_web_service/casting.rb
1439
- - vendor/actionwebservice/lib/action_web_service/client.rb
1440
1458
  - vendor/actionwebservice/lib/action_web_service/client
1441
1459
  - vendor/actionwebservice/lib/action_web_service/client/base.rb
1442
1460
  - vendor/actionwebservice/lib/action_web_service/client/soap_client.rb
1443
1461
  - vendor/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb
1444
- - vendor/actionwebservice/lib/action_web_service/container.rb
1462
+ - vendor/actionwebservice/lib/action_web_service/client.rb
1445
1463
  - vendor/actionwebservice/lib/action_web_service/container
1446
1464
  - vendor/actionwebservice/lib/action_web_service/container/action_controller_container.rb
1447
1465
  - vendor/actionwebservice/lib/action_web_service/container/delegated_container.rb
1448
1466
  - vendor/actionwebservice/lib/action_web_service/container/direct_container.rb
1449
- - vendor/actionwebservice/lib/action_web_service/dispatcher.rb
1467
+ - vendor/actionwebservice/lib/action_web_service/container.rb
1450
1468
  - vendor/actionwebservice/lib/action_web_service/dispatcher
1451
1469
  - vendor/actionwebservice/lib/action_web_service/dispatcher/abstract.rb
1452
1470
  - vendor/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
1471
+ - vendor/actionwebservice/lib/action_web_service/dispatcher.rb
1453
1472
  - vendor/actionwebservice/lib/action_web_service/invocation.rb
1454
- - vendor/actionwebservice/lib/action_web_service/protocol.rb
1455
1473
  - vendor/actionwebservice/lib/action_web_service/protocol
1456
1474
  - vendor/actionwebservice/lib/action_web_service/protocol/abstract.rb
1457
1475
  - vendor/actionwebservice/lib/action_web_service/protocol/discovery.rb
1458
- - vendor/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb
1459
1476
  - vendor/actionwebservice/lib/action_web_service/protocol/soap_protocol
1460
1477
  - vendor/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb
1478
+ - vendor/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb
1461
1479
  - vendor/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb
1480
+ - vendor/actionwebservice/lib/action_web_service/protocol.rb
1462
1481
  - vendor/actionwebservice/lib/action_web_service/scaffolding.rb
1463
1482
  - vendor/actionwebservice/lib/action_web_service/struct.rb
1464
1483
  - vendor/actionwebservice/lib/action_web_service/support
@@ -1472,7 +1491,11 @@ files:
1472
1491
  - vendor/actionwebservice/lib/action_web_service/templates/scaffolds/result.html.erb
1473
1492
  - vendor/actionwebservice/lib/action_web_service/test_invoke.rb
1474
1493
  - vendor/actionwebservice/lib/action_web_service/version.rb
1494
+ - vendor/actionwebservice/lib/action_web_service.rb
1475
1495
  - vendor/actionwebservice/lib/actionwebservice.rb
1496
+ - vendor/actionwebservice/MIT-LICENSE
1497
+ - vendor/actionwebservice/Rakefile
1498
+ - vendor/actionwebservice/README
1476
1499
  - vendor/actionwebservice/setup.rb
1477
1500
  - vendor/actionwebservice/test
1478
1501
  - vendor/actionwebservice/test/abstract_client.rb
@@ -1499,17 +1522,18 @@ files:
1499
1522
  - vendor/actionwebservice/test/scaffolded_controller_test.rb
1500
1523
  - vendor/actionwebservice/test/struct_test.rb
1501
1524
  - vendor/actionwebservice/test/test_invoke_test.rb
1525
+ - vendor/actionwebservice/TODO
1502
1526
  - vendor/akismet
1503
1527
  - vendor/akismet/akismet.rb
1504
1528
  - vendor/bluecloth
1505
- - vendor/bluecloth/CHANGES
1506
- - vendor/bluecloth/LICENSE
1507
- - vendor/bluecloth/README
1508
1529
  - vendor/bluecloth/bin
1509
1530
  - vendor/bluecloth/bin/bluecloth
1531
+ - vendor/bluecloth/CHANGES
1510
1532
  - vendor/bluecloth/install.rb
1511
1533
  - vendor/bluecloth/lib
1512
1534
  - vendor/bluecloth/lib/bluecloth.rb
1535
+ - vendor/bluecloth/LICENSE
1536
+ - vendor/bluecloth/README
1513
1537
  - vendor/bluecloth/test.rb
1514
1538
  - vendor/bluecloth/tests
1515
1539
  - vendor/bluecloth/tests/00_Class.tests.rb
@@ -1525,30 +1549,27 @@ files:
1525
1549
  - vendor/bluecloth/utils.rb
1526
1550
  - vendor/cached_model
1527
1551
  - vendor/cached_model/History.txt
1552
+ - vendor/cached_model/lib
1553
+ - vendor/cached_model/lib/cached_model.rb
1528
1554
  - vendor/cached_model/LICENSE.txt
1529
1555
  - vendor/cached_model/Manifest.txt
1530
- - vendor/cached_model/README.txt
1531
1556
  - vendor/cached_model/Rakefile
1532
- - vendor/cached_model/lib
1533
- - vendor/cached_model/lib/cached_model.rb
1557
+ - vendor/cached_model/README.txt
1534
1558
  - vendor/cached_model/test
1535
1559
  - vendor/cached_model/test/test_cached_model.rb
1536
1560
  - vendor/flickr
1537
- - vendor/flickr/Rakefile
1538
1561
  - vendor/flickr/flickr.rb
1539
1562
  - vendor/flickr/index.html
1563
+ - vendor/flickr/Rakefile
1540
1564
  - vendor/flickr/test_flickr.rb
1541
1565
  - vendor/gems
1542
1566
  - vendor/gems/coderay-0.8.260
1543
1567
  - vendor/gems/coderay-0.8.260/.specification
1544
- - vendor/gems/coderay-0.8.260/FOLDERS
1545
- - vendor/gems/coderay-0.8.260/LICENSE
1546
- - vendor/gems/coderay-0.8.260/README
1547
1568
  - vendor/gems/coderay-0.8.260/bin
1548
1569
  - vendor/gems/coderay-0.8.260/bin/coderay
1549
1570
  - vendor/gems/coderay-0.8.260/bin/coderay_stylesheet
1571
+ - vendor/gems/coderay-0.8.260/FOLDERS
1550
1572
  - vendor/gems/coderay-0.8.260/lib
1551
- - vendor/gems/coderay-0.8.260/lib/coderay.rb
1552
1573
  - vendor/gems/coderay-0.8.260/lib/coderay
1553
1574
  - vendor/gems/coderay-0.8.260/lib/coderay/duo.rb
1554
1575
  - vendor/gems/coderay-0.8.260/lib/coderay/encoder.rb
@@ -1557,11 +1578,11 @@ files:
1557
1578
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/count.rb
1558
1579
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/debug.rb
1559
1580
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/div.rb
1560
- - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html.rb
1561
1581
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html
1562
1582
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html/css.rb
1563
1583
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html/numerization.rb
1564
1584
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html/output.rb
1585
+ - vendor/gems/coderay-0.8.260/lib/coderay/encoders/html.rb
1565
1586
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/null.rb
1566
1587
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/page.rb
1567
1588
  - vendor/gems/coderay-0.8.260/lib/coderay/encoders/span.rb
@@ -1585,17 +1606,17 @@ files:
1585
1606
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/delphi.rb
1586
1607
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/diff.rb
1587
1608
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/html.rb
1588
- - vendor/gems/coderay-0.8.260/lib/coderay/scanners/java.rb
1589
1609
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/java
1590
1610
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/java/builtin_types.rb
1611
+ - vendor/gems/coderay-0.8.260/lib/coderay/scanners/java.rb
1591
1612
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/java_script.rb
1592
1613
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/json.rb
1593
1614
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/nitro_xhtml.rb
1594
1615
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/plaintext.rb
1595
1616
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/rhtml.rb
1596
- - vendor/gems/coderay-0.8.260/lib/coderay/scanners/ruby.rb
1597
1617
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/ruby
1598
1618
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/ruby/patterns.rb
1619
+ - vendor/gems/coderay-0.8.260/lib/coderay/scanners/ruby.rb
1599
1620
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/scheme.rb
1600
1621
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/sql.Keith.rb
1601
1622
  - vendor/gems/coderay-0.8.260/lib/coderay/scanners/sql.rb
@@ -1607,44 +1628,47 @@ files:
1607
1628
  - vendor/gems/coderay-0.8.260/lib/coderay/styles/murphy.rb
1608
1629
  - vendor/gems/coderay-0.8.260/lib/coderay/token_classes.rb
1609
1630
  - vendor/gems/coderay-0.8.260/lib/coderay/tokens.rb
1631
+ - vendor/gems/coderay-0.8.260/lib/coderay.rb
1610
1632
  - vendor/gems/coderay-0.8.260/lib/term
1611
1633
  - vendor/gems/coderay-0.8.260/lib/term/ansicolor.rb
1634
+ - vendor/gems/coderay-0.8.260/LICENSE
1635
+ - vendor/gems/coderay-0.8.260/README
1612
1636
  - vendor/memcache-client
1613
1637
  - vendor/memcache-client/History.txt
1614
- - vendor/memcache-client/LICENSE.txt
1615
- - vendor/memcache-client/Manifest.txt
1616
- - vendor/memcache-client/README.txt
1617
- - vendor/memcache-client/Rakefile
1618
1638
  - vendor/memcache-client/lib
1619
1639
  - vendor/memcache-client/lib/memcache.rb
1620
1640
  - vendor/memcache-client/lib/memcache_util.rb
1641
+ - vendor/memcache-client/LICENSE.txt
1642
+ - vendor/memcache-client/Manifest.txt
1643
+ - vendor/memcache-client/Rakefile
1644
+ - vendor/memcache-client/README.txt
1621
1645
  - vendor/memcache-client/test
1622
1646
  - vendor/memcache-client/test/test_mem_cache.rb
1623
1647
  - vendor/plugins
1624
1648
  - vendor/plugins/action_view_patch
1625
- - vendor/plugins/action_view_patch/Rakefile
1626
1649
  - vendor/plugins/action_view_patch/init.rb
1627
1650
  - vendor/plugins/action_view_patch/lib
1628
1651
  - vendor/plugins/action_view_patch/lib/action_view_patch.rb
1652
+ - vendor/plugins/action_view_patch/Rakefile
1629
1653
  - vendor/plugins/action_view_patch/test
1630
1654
  - vendor/plugins/action_view_patch/test/action_view_patch_test.rb
1631
1655
  - vendor/plugins/acts_as_list
1632
- - vendor/plugins/acts_as_list/README
1633
1656
  - vendor/plugins/acts_as_list/init.rb
1634
1657
  - vendor/plugins/acts_as_list/lib
1635
1658
  - vendor/plugins/acts_as_list/lib/active_record
1636
1659
  - vendor/plugins/acts_as_list/lib/active_record/acts
1637
1660
  - vendor/plugins/acts_as_list/lib/active_record/acts/list.rb
1661
+ - vendor/plugins/acts_as_list/README
1638
1662
  - vendor/plugins/acts_as_list/test
1639
1663
  - vendor/plugins/acts_as_list/test/list_test.rb
1640
1664
  - vendor/plugins/acts_as_tree
1641
- - vendor/plugins/acts_as_tree/README
1642
- - vendor/plugins/acts_as_tree/Rakefile
1643
1665
  - vendor/plugins/acts_as_tree/init.rb
1644
1666
  - vendor/plugins/acts_as_tree/lib
1645
1667
  - vendor/plugins/acts_as_tree/lib/active_record
1646
1668
  - vendor/plugins/acts_as_tree/lib/active_record/acts
1647
1669
  - vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb
1670
+ - vendor/plugins/acts_as_tree/Rakefile
1671
+ - vendor/plugins/acts_as_tree/README
1648
1672
  - vendor/plugins/acts_as_tree/test
1649
1673
  - vendor/plugins/acts_as_tree/test/abstract_unit.rb
1650
1674
  - vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb
@@ -1660,39 +1684,39 @@ files:
1660
1684
  - vendor/plugins/amazon_sidebar/views
1661
1685
  - vendor/plugins/amazon_sidebar/views/content.rhtml
1662
1686
  - vendor/plugins/archives_sidebar
1663
- - vendor/plugins/archives_sidebar/Rakefile
1664
1687
  - vendor/plugins/archives_sidebar/init.rb
1665
1688
  - vendor/plugins/archives_sidebar/lib
1666
1689
  - vendor/plugins/archives_sidebar/lib/archives_sidebar.rb
1690
+ - vendor/plugins/archives_sidebar/Rakefile
1667
1691
  - vendor/plugins/archives_sidebar/test
1668
1692
  - vendor/plugins/archives_sidebar/test/archives_sidebar_test.rb
1669
1693
  - vendor/plugins/archives_sidebar/views
1670
1694
  - vendor/plugins/archives_sidebar/views/content.rhtml
1671
1695
  - vendor/plugins/auto_complete
1672
- - vendor/plugins/auto_complete/README
1673
- - vendor/plugins/auto_complete/Rakefile
1674
1696
  - vendor/plugins/auto_complete/init.rb
1675
1697
  - vendor/plugins/auto_complete/lib
1676
1698
  - vendor/plugins/auto_complete/lib/auto_complete.rb
1677
1699
  - vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb
1700
+ - vendor/plugins/auto_complete/Rakefile
1701
+ - vendor/plugins/auto_complete/README
1678
1702
  - vendor/plugins/auto_complete/test
1679
1703
  - vendor/plugins/auto_complete/test/auto_complete_test.rb
1680
1704
  - vendor/plugins/category_sidebar
1681
- - vendor/plugins/category_sidebar/Rakefile
1682
1705
  - vendor/plugins/category_sidebar/init.rb
1683
1706
  - vendor/plugins/category_sidebar/lib
1684
1707
  - vendor/plugins/category_sidebar/lib/category_sidebar.rb
1708
+ - vendor/plugins/category_sidebar/Rakefile
1685
1709
  - vendor/plugins/category_sidebar/test
1686
1710
  - vendor/plugins/category_sidebar/test/category_sidebar_test.rb
1687
1711
  - vendor/plugins/category_sidebar/views
1688
1712
  - vendor/plugins/category_sidebar/views/content.rhtml
1689
1713
  - vendor/plugins/datestamped_resources
1690
- - vendor/plugins/datestamped_resources/README
1691
- - vendor/plugins/datestamped_resources/Rakefile
1692
1714
  - vendor/plugins/datestamped_resources/init.rb
1693
1715
  - vendor/plugins/datestamped_resources/install.rb
1694
1716
  - vendor/plugins/datestamped_resources/lib
1695
1717
  - vendor/plugins/datestamped_resources/lib/datestamped_resources.rb
1718
+ - vendor/plugins/datestamped_resources/Rakefile
1719
+ - vendor/plugins/datestamped_resources/README
1696
1720
  - vendor/plugins/datestamped_resources/tasks
1697
1721
  - vendor/plugins/datestamped_resources/tasks/datestamped_resources_tasks.rake
1698
1722
  - vendor/plugins/datestamped_resources/test
@@ -1704,9 +1728,6 @@ files:
1704
1728
  - vendor/plugins/expiring_action_cache/lib/actionparamcache.rb
1705
1729
  - vendor/plugins/expiring_action_cache/lib/metafragment.rb
1706
1730
  - vendor/plugins/fckeditor
1707
- - vendor/plugins/fckeditor/CHANGELOG
1708
- - vendor/plugins/fckeditor/README
1709
- - vendor/plugins/fckeditor/Rakefile
1710
1731
  - vendor/plugins/fckeditor/app
1711
1732
  - vendor/plugins/fckeditor/app/controllers
1712
1733
  - vendor/plugins/fckeditor/app/controllers/fckeditor_controller.rb
@@ -1715,6 +1736,7 @@ files:
1715
1736
  - vendor/plugins/fckeditor/app/views
1716
1737
  - vendor/plugins/fckeditor/app/views/fckeditor
1717
1738
  - vendor/plugins/fckeditor/app/views/fckeditor/spell_check.rhtml
1739
+ - vendor/plugins/fckeditor/CHANGELOG
1718
1740
  - vendor/plugins/fckeditor/init.rb
1719
1741
  - vendor/plugins/fckeditor/install.rb
1720
1742
  - vendor/plugins/fckeditor/lib
@@ -1722,6 +1744,7 @@ files:
1722
1744
  - vendor/plugins/fckeditor/lib/fckeditor_file_utils.rb
1723
1745
  - vendor/plugins/fckeditor/lib/fckeditor_spell_check.rb
1724
1746
  - vendor/plugins/fckeditor/lib/fckeditor_version.rb
1747
+ - vendor/plugins/fckeditor/README
1725
1748
  - vendor/plugins/fckeditor/tasks
1726
1749
  - vendor/plugins/fckeditor/tasks/fckeditor_tasks.rake
1727
1750
  - vendor/plugins/fckeditor/test
@@ -1733,30 +1756,24 @@ files:
1733
1756
  - vendor/plugins/livesearch_sidebar/views
1734
1757
  - vendor/plugins/livesearch_sidebar/views/content.rhtml
1735
1758
  - vendor/plugins/localization
1736
- - vendor/plugins/localization/CHANGELOG
1737
- - vendor/plugins/localization/README
1738
1759
  - vendor/plugins/localization/bin
1739
1760
  - vendor/plugins/localization/bin/make_language.rb
1761
+ - vendor/plugins/localization/CHANGELOG
1740
1762
  - vendor/plugins/localization/init.rb
1741
1763
  - vendor/plugins/localization/lib
1742
1764
  - vendor/plugins/localization/lib/localization.rb
1765
+ - vendor/plugins/localization/README
1743
1766
  - vendor/plugins/page_sidebar
1744
- - vendor/plugins/page_sidebar/Rakefile
1745
1767
  - vendor/plugins/page_sidebar/init.rb
1746
1768
  - vendor/plugins/page_sidebar/lib
1747
1769
  - vendor/plugins/page_sidebar/lib/page_sidebar.rb
1770
+ - vendor/plugins/page_sidebar/Rakefile
1748
1771
  - vendor/plugins/page_sidebar/test
1749
1772
  - vendor/plugins/page_sidebar/test/page_sidebar_test.rb
1750
1773
  - vendor/plugins/page_sidebar/views
1751
1774
  - vendor/plugins/page_sidebar/views/content.rhtml
1752
1775
  - vendor/plugins/rspec
1753
1776
  - vendor/plugins/rspec/.autotest
1754
- - vendor/plugins/rspec/History.txt
1755
- - vendor/plugins/rspec/License.txt
1756
- - vendor/plugins/rspec/Manifest.txt
1757
- - vendor/plugins/rspec/README.txt
1758
- - vendor/plugins/rspec/Rakefile
1759
- - vendor/plugins/rspec/TODO.txt
1760
1777
  - vendor/plugins/rspec/bin
1761
1778
  - vendor/plugins/rspec/bin/autospec
1762
1779
  - vendor/plugins/rspec/bin/spec
@@ -1797,7 +1814,6 @@ files:
1797
1814
  - vendor/plugins/rspec/examples/stories/calculator.rb
1798
1815
  - vendor/plugins/rspec/examples/stories/game-of-life
1799
1816
  - vendor/plugins/rspec/examples/stories/game-of-life/.loadpath
1800
- - vendor/plugins/rspec/examples/stories/game-of-life/README.txt
1801
1817
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour
1802
1818
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/everything.rb
1803
1819
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/examples
@@ -1807,25 +1823,25 @@ files:
1807
1823
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories
1808
1824
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story
1809
1825
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
1826
+ - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb
1810
1827
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story
1828
+ - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb
1811
1829
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
1812
1830
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story
1813
- - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
1814
- - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb
1815
- - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb
1816
1831
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb
1817
1832
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/steps.rb
1818
1833
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.rb
1819
1834
  - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt
1820
- - vendor/plugins/rspec/examples/stories/game-of-life/life.rb
1835
+ - vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
1821
1836
  - vendor/plugins/rspec/examples/stories/game-of-life/life
1822
1837
  - vendor/plugins/rspec/examples/stories/game-of-life/life/game.rb
1823
1838
  - vendor/plugins/rspec/examples/stories/game-of-life/life/grid.rb
1839
+ - vendor/plugins/rspec/examples/stories/game-of-life/life.rb
1840
+ - vendor/plugins/rspec/examples/stories/game-of-life/README.txt
1824
1841
  - vendor/plugins/rspec/examples/stories/helper.rb
1825
1842
  - vendor/plugins/rspec/examples/stories/steps
1826
1843
  - vendor/plugins/rspec/examples/stories/steps/addition_steps.rb
1827
1844
  - vendor/plugins/rspec/failing_examples
1828
- - vendor/plugins/rspec/failing_examples/README.txt
1829
1845
  - vendor/plugins/rspec/failing_examples/diffing_spec.rb
1830
1846
  - vendor/plugins/rspec/failing_examples/failing_autogenerated_docstrings_example.rb
1831
1847
  - vendor/plugins/rspec/failing_examples/failure_in_setup.rb
@@ -1837,24 +1853,24 @@ files:
1837
1853
  - vendor/plugins/rspec/failing_examples/partial_mock_example.rb
1838
1854
  - vendor/plugins/rspec/failing_examples/predicate_example.rb
1839
1855
  - vendor/plugins/rspec/failing_examples/raising_example.rb
1856
+ - vendor/plugins/rspec/failing_examples/README.txt
1840
1857
  - vendor/plugins/rspec/failing_examples/spec_helper.rb
1841
1858
  - vendor/plugins/rspec/failing_examples/syntax_error_example.rb
1842
1859
  - vendor/plugins/rspec/failing_examples/team_spec.rb
1843
1860
  - vendor/plugins/rspec/failing_examples/timeout_behaviour.rb
1861
+ - vendor/plugins/rspec/History.txt
1844
1862
  - vendor/plugins/rspec/init.rb
1845
1863
  - vendor/plugins/rspec/lib
1846
1864
  - vendor/plugins/rspec/lib/autotest
1847
1865
  - vendor/plugins/rspec/lib/autotest/discover.rb
1848
1866
  - vendor/plugins/rspec/lib/autotest/rspec.rb
1849
- - vendor/plugins/rspec/lib/spec.rb
1850
1867
  - vendor/plugins/rspec/lib/spec
1851
- - vendor/plugins/rspec/lib/spec/adapters.rb
1852
1868
  - vendor/plugins/rspec/lib/spec/adapters
1853
- - vendor/plugins/rspec/lib/spec/adapters/ruby_engine.rb
1854
1869
  - vendor/plugins/rspec/lib/spec/adapters/ruby_engine
1855
1870
  - vendor/plugins/rspec/lib/spec/adapters/ruby_engine/mri.rb
1856
1871
  - vendor/plugins/rspec/lib/spec/adapters/ruby_engine/rubinius.rb
1857
- - vendor/plugins/rspec/lib/spec/example.rb
1872
+ - vendor/plugins/rspec/lib/spec/adapters/ruby_engine.rb
1873
+ - vendor/plugins/rspec/lib/spec/adapters.rb
1858
1874
  - vendor/plugins/rspec/lib/spec/example
1859
1875
  - vendor/plugins/rspec/lib/spec/example/before_and_after_hooks.rb
1860
1876
  - vendor/plugins/rspec/lib/spec/example/configuration.rb
@@ -1867,24 +1883,24 @@ files:
1867
1883
  - vendor/plugins/rspec/lib/spec/example/module_reopening_fix.rb
1868
1884
  - vendor/plugins/rspec/lib/spec/example/pending.rb
1869
1885
  - vendor/plugins/rspec/lib/spec/example/shared_example_group.rb
1870
- - vendor/plugins/rspec/lib/spec/expectations.rb
1886
+ - vendor/plugins/rspec/lib/spec/example.rb
1871
1887
  - vendor/plugins/rspec/lib/spec/expectations
1872
1888
  - vendor/plugins/rspec/lib/spec/expectations/differs
1873
1889
  - vendor/plugins/rspec/lib/spec/expectations/differs/default.rb
1874
1890
  - vendor/plugins/rspec/lib/spec/expectations/errors.rb
1875
- - vendor/plugins/rspec/lib/spec/expectations/extensions.rb
1876
1891
  - vendor/plugins/rspec/lib/spec/expectations/extensions
1877
1892
  - vendor/plugins/rspec/lib/spec/expectations/extensions/object.rb
1878
1893
  - vendor/plugins/rspec/lib/spec/expectations/extensions/string_and_symbol.rb
1894
+ - vendor/plugins/rspec/lib/spec/expectations/extensions.rb
1879
1895
  - vendor/plugins/rspec/lib/spec/expectations/handler.rb
1880
- - vendor/plugins/rspec/lib/spec/extensions.rb
1896
+ - vendor/plugins/rspec/lib/spec/expectations.rb
1881
1897
  - vendor/plugins/rspec/lib/spec/extensions
1882
1898
  - vendor/plugins/rspec/lib/spec/extensions/class.rb
1883
1899
  - vendor/plugins/rspec/lib/spec/extensions/main.rb
1884
1900
  - vendor/plugins/rspec/lib/spec/extensions/metaclass.rb
1885
1901
  - vendor/plugins/rspec/lib/spec/extensions/object.rb
1902
+ - vendor/plugins/rspec/lib/spec/extensions.rb
1886
1903
  - vendor/plugins/rspec/lib/spec/interop
1887
- - vendor/plugins/rspec/lib/spec/interop/test.rb
1888
1904
  - vendor/plugins/rspec/lib/spec/interop/test
1889
1905
  - vendor/plugins/rspec/lib/spec/interop/test/unit
1890
1906
  - vendor/plugins/rspec/lib/spec/interop/test/unit/autorunner.rb
@@ -1894,7 +1910,7 @@ files:
1894
1910
  - vendor/plugins/rspec/lib/spec/interop/test/unit/ui
1895
1911
  - vendor/plugins/rspec/lib/spec/interop/test/unit/ui/console
1896
1912
  - vendor/plugins/rspec/lib/spec/interop/test/unit/ui/console/testrunner.rb
1897
- - vendor/plugins/rspec/lib/spec/matchers.rb
1913
+ - vendor/plugins/rspec/lib/spec/interop/test.rb
1898
1914
  - vendor/plugins/rspec/lib/spec/matchers
1899
1915
  - vendor/plugins/rspec/lib/spec/matchers/be.rb
1900
1916
  - vendor/plugins/rspec/lib/spec/matchers/be_close.rb
@@ -1912,15 +1928,15 @@ files:
1912
1928
  - vendor/plugins/rspec/lib/spec/matchers/satisfy.rb
1913
1929
  - vendor/plugins/rspec/lib/spec/matchers/simple_matcher.rb
1914
1930
  - vendor/plugins/rspec/lib/spec/matchers/throw_symbol.rb
1915
- - vendor/plugins/rspec/lib/spec/mocks.rb
1931
+ - vendor/plugins/rspec/lib/spec/matchers.rb
1916
1932
  - vendor/plugins/rspec/lib/spec/mocks
1917
1933
  - vendor/plugins/rspec/lib/spec/mocks/argument_constraints.rb
1918
1934
  - vendor/plugins/rspec/lib/spec/mocks/argument_expectation.rb
1919
1935
  - vendor/plugins/rspec/lib/spec/mocks/error_generator.rb
1920
1936
  - vendor/plugins/rspec/lib/spec/mocks/errors.rb
1921
- - vendor/plugins/rspec/lib/spec/mocks/extensions.rb
1922
1937
  - vendor/plugins/rspec/lib/spec/mocks/extensions
1923
1938
  - vendor/plugins/rspec/lib/spec/mocks/extensions/object.rb
1939
+ - vendor/plugins/rspec/lib/spec/mocks/extensions.rb
1924
1940
  - vendor/plugins/rspec/lib/spec/mocks/framework.rb
1925
1941
  - vendor/plugins/rspec/lib/spec/mocks/message_expectation.rb
1926
1942
  - vendor/plugins/rspec/lib/spec/mocks/methods.rb
@@ -1929,10 +1945,10 @@ files:
1929
1945
  - vendor/plugins/rspec/lib/spec/mocks/proxy.rb
1930
1946
  - vendor/plugins/rspec/lib/spec/mocks/space.rb
1931
1947
  - vendor/plugins/rspec/lib/spec/mocks/spec_methods.rb
1948
+ - vendor/plugins/rspec/lib/spec/mocks.rb
1932
1949
  - vendor/plugins/rspec/lib/spec/rake
1933
1950
  - vendor/plugins/rspec/lib/spec/rake/spectask.rb
1934
1951
  - vendor/plugins/rspec/lib/spec/rake/verify_rcov.rb
1935
- - vendor/plugins/rspec/lib/spec/runner.rb
1936
1952
  - vendor/plugins/rspec/lib/spec/runner
1937
1953
  - vendor/plugins/rspec/lib/spec/runner/backtrace_tweaker.rb
1938
1954
  - vendor/plugins/rspec/lib/spec/runner/class_and_arguments_parser.rb
@@ -1961,15 +1977,14 @@ files:
1961
1977
  - vendor/plugins/rspec/lib/spec/runner/options.rb
1962
1978
  - vendor/plugins/rspec/lib/spec/runner/reporter.rb
1963
1979
  - vendor/plugins/rspec/lib/spec/runner/spec_parser.rb
1964
- - vendor/plugins/rspec/lib/spec/story.rb
1980
+ - vendor/plugins/rspec/lib/spec/runner.rb
1965
1981
  - vendor/plugins/rspec/lib/spec/story
1966
- - vendor/plugins/rspec/lib/spec/story/extensions.rb
1967
1982
  - vendor/plugins/rspec/lib/spec/story/extensions
1968
1983
  - vendor/plugins/rspec/lib/spec/story/extensions/main.rb
1969
1984
  - vendor/plugins/rspec/lib/spec/story/extensions/regexp.rb
1970
1985
  - vendor/plugins/rspec/lib/spec/story/extensions/string.rb
1986
+ - vendor/plugins/rspec/lib/spec/story/extensions.rb
1971
1987
  - vendor/plugins/rspec/lib/spec/story/given_scenario.rb
1972
- - vendor/plugins/rspec/lib/spec/story/runner.rb
1973
1988
  - vendor/plugins/rspec/lib/spec/story/runner
1974
1989
  - vendor/plugins/rspec/lib/spec/story/runner/plain_text_story_runner.rb
1975
1990
  - vendor/plugins/rspec/lib/spec/story/runner/scenario_collector.rb
@@ -1977,13 +1992,18 @@ files:
1977
1992
  - vendor/plugins/rspec/lib/spec/story/runner/story_mediator.rb
1978
1993
  - vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb
1979
1994
  - vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb
1995
+ - vendor/plugins/rspec/lib/spec/story/runner.rb
1980
1996
  - vendor/plugins/rspec/lib/spec/story/scenario.rb
1981
1997
  - vendor/plugins/rspec/lib/spec/story/step.rb
1982
1998
  - vendor/plugins/rspec/lib/spec/story/step_group.rb
1983
1999
  - vendor/plugins/rspec/lib/spec/story/step_mother.rb
1984
2000
  - vendor/plugins/rspec/lib/spec/story/story.rb
1985
2001
  - vendor/plugins/rspec/lib/spec/story/world.rb
2002
+ - vendor/plugins/rspec/lib/spec/story.rb
1986
2003
  - vendor/plugins/rspec/lib/spec/version.rb
2004
+ - vendor/plugins/rspec/lib/spec.rb
2005
+ - vendor/plugins/rspec/License.txt
2006
+ - vendor/plugins/rspec/Manifest.txt
1987
2007
  - vendor/plugins/rspec/plugins
1988
2008
  - vendor/plugins/rspec/plugins/mock_frameworks
1989
2009
  - vendor/plugins/rspec/plugins/mock_frameworks/flexmock.rb
@@ -1995,17 +2015,18 @@ files:
1995
2015
  - vendor/plugins/rspec/rake_tasks/examples_with_rcov.rake
1996
2016
  - vendor/plugins/rspec/rake_tasks/failing_examples_with_html.rake
1997
2017
  - vendor/plugins/rspec/rake_tasks/verify_rcov.rake
2018
+ - vendor/plugins/rspec/Rakefile
2019
+ - vendor/plugins/rspec/README.txt
1998
2020
  - vendor/plugins/rspec/rspec.gemspec
1999
2021
  - vendor/plugins/rspec/spec
2000
- - vendor/plugins/rspec/spec/README.jruby
2001
2022
  - vendor/plugins/rspec/spec/autotest
2002
2023
  - vendor/plugins/rspec/spec/autotest/autotest_helper.rb
2003
2024
  - vendor/plugins/rspec/spec/autotest/autotest_matchers.rb
2004
2025
  - vendor/plugins/rspec/spec/autotest/discover_spec.rb
2005
2026
  - vendor/plugins/rspec/spec/autotest/rspec_spec.rb
2027
+ - vendor/plugins/rspec/spec/README.jruby
2006
2028
  - vendor/plugins/rspec/spec/rspec_suite.rb
2007
2029
  - vendor/plugins/rspec/spec/ruby_forker.rb
2008
- - vendor/plugins/rspec/spec/spec.opts
2009
2030
  - vendor/plugins/rspec/spec/spec
2010
2031
  - vendor/plugins/rspec/spec/spec/adapters
2011
2032
  - vendor/plugins/rspec/spec/spec/adapters/ruby_engine_spec.rb
@@ -2173,6 +2194,7 @@ files:
2173
2194
  - vendor/plugins/rspec/spec/spec/story/story_helper.rb
2174
2195
  - vendor/plugins/rspec/spec/spec/story/story_spec.rb
2175
2196
  - vendor/plugins/rspec/spec/spec/story/world_spec.rb
2197
+ - vendor/plugins/rspec/spec/spec.opts
2176
2198
  - vendor/plugins/rspec/spec/spec_helper.rb
2177
2199
  - vendor/plugins/rspec/stories
2178
2200
  - vendor/plugins/rspec/stories/all.rb
@@ -2237,13 +2259,8 @@ files:
2237
2259
  - vendor/plugins/rspec/story_server/prototype/stylesheets
2238
2260
  - vendor/plugins/rspec/story_server/prototype/stylesheets/rspec.css
2239
2261
  - vendor/plugins/rspec/story_server/prototype/stylesheets/test.css
2262
+ - vendor/plugins/rspec/TODO.txt
2240
2263
  - vendor/plugins/rspec-rails
2241
- - vendor/plugins/rspec-rails/History.txt
2242
- - vendor/plugins/rspec-rails/License.txt
2243
- - vendor/plugins/rspec-rails/Manifest.txt
2244
- - vendor/plugins/rspec-rails/README.txt
2245
- - vendor/plugins/rspec-rails/Rakefile
2246
- - vendor/plugins/rspec-rails/UPGRADE
2247
2264
  - vendor/plugins/rspec-rails/generators
2248
2265
  - vendor/plugins/rspec-rails/generators/rspec
2249
2266
  - vendor/plugins/rspec-rails/generators/rspec/CHANGES
@@ -2261,18 +2278,18 @@ files:
2261
2278
  - vendor/plugins/rspec-rails/generators/rspec/templates/spec_helper.rb
2262
2279
  - vendor/plugins/rspec-rails/generators/rspec/templates/stories_helper.rb
2263
2280
  - vendor/plugins/rspec-rails/generators/rspec_controller
2264
- - vendor/plugins/rspec-rails/generators/rspec_controller/USAGE
2265
2281
  - vendor/plugins/rspec-rails/generators/rspec_controller/rspec_controller_generator.rb
2266
2282
  - vendor/plugins/rspec-rails/generators/rspec_controller/templates
2267
2283
  - vendor/plugins/rspec-rails/generators/rspec_controller/templates/controller_spec.rb
2268
2284
  - vendor/plugins/rspec-rails/generators/rspec_controller/templates/helper_spec.rb
2269
2285
  - vendor/plugins/rspec-rails/generators/rspec_controller/templates/view_spec.rb
2286
+ - vendor/plugins/rspec-rails/generators/rspec_controller/USAGE
2270
2287
  - vendor/plugins/rspec-rails/generators/rspec_default_values.rb
2271
2288
  - vendor/plugins/rspec-rails/generators/rspec_model
2272
- - vendor/plugins/rspec-rails/generators/rspec_model/USAGE
2273
2289
  - vendor/plugins/rspec-rails/generators/rspec_model/rspec_model_generator.rb
2274
2290
  - vendor/plugins/rspec-rails/generators/rspec_model/templates
2275
2291
  - vendor/plugins/rspec-rails/generators/rspec_model/templates/model_spec.rb
2292
+ - vendor/plugins/rspec-rails/generators/rspec_model/USAGE
2276
2293
  - vendor/plugins/rspec-rails/generators/rspec_scaffold
2277
2294
  - vendor/plugins/rspec-rails/generators/rspec_scaffold/rspec_scaffold_generator.rb
2278
2295
  - vendor/plugins/rspec-rails/generators/rspec_scaffold/templates
@@ -2283,15 +2300,14 @@ files:
2283
2300
  - vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/new_erb_spec.rb
2284
2301
  - vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/routing_spec.rb
2285
2302
  - vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/show_erb_spec.rb
2303
+ - vendor/plugins/rspec-rails/History.txt
2286
2304
  - vendor/plugins/rspec-rails/init.rb
2287
2305
  - vendor/plugins/rspec-rails/lib
2288
2306
  - vendor/plugins/rspec-rails/lib/autotest
2289
2307
  - vendor/plugins/rspec-rails/lib/autotest/discover.rb
2290
2308
  - vendor/plugins/rspec-rails/lib/autotest/rails_rspec.rb
2291
2309
  - vendor/plugins/rspec-rails/lib/spec
2292
- - vendor/plugins/rspec-rails/lib/spec/rails.rb
2293
2310
  - vendor/plugins/rspec-rails/lib/spec/rails
2294
- - vendor/plugins/rspec-rails/lib/spec/rails/example.rb
2295
2311
  - vendor/plugins/rspec-rails/lib/spec/rails/example
2296
2312
  - vendor/plugins/rspec-rails/lib/spec/rails/example/assigns_hash_proxy.rb
2297
2313
  - vendor/plugins/rspec-rails/lib/spec/rails/example/controller_example_group.rb
@@ -2302,7 +2318,7 @@ files:
2302
2318
  - vendor/plugins/rspec-rails/lib/spec/rails/example/rails_example_group.rb
2303
2319
  - vendor/plugins/rspec-rails/lib/spec/rails/example/render_observer.rb
2304
2320
  - vendor/plugins/rspec-rails/lib/spec/rails/example/view_example_group.rb
2305
- - vendor/plugins/rspec-rails/lib/spec/rails/extensions.rb
2321
+ - vendor/plugins/rspec-rails/lib/spec/rails/example.rb
2306
2322
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions
2307
2323
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_controller
2308
2324
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_controller/base.rb
@@ -2318,9 +2334,9 @@ files:
2318
2334
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions/spec/example/configuration.rb
2319
2335
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions/spec/matchers
2320
2336
  - vendor/plugins/rspec-rails/lib/spec/rails/extensions/spec/matchers/have.rb
2337
+ - vendor/plugins/rspec-rails/lib/spec/rails/extensions.rb
2321
2338
  - vendor/plugins/rspec-rails/lib/spec/rails/interop
2322
2339
  - vendor/plugins/rspec-rails/lib/spec/rails/interop/testcase.rb
2323
- - vendor/plugins/rspec-rails/lib/spec/rails/matchers.rb
2324
2340
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers
2325
2341
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers/assert_select.rb
2326
2342
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers/change.rb
@@ -2328,9 +2344,15 @@ files:
2328
2344
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers/include_text.rb
2329
2345
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers/redirect_to.rb
2330
2346
  - vendor/plugins/rspec-rails/lib/spec/rails/matchers/render_template.rb
2347
+ - vendor/plugins/rspec-rails/lib/spec/rails/matchers.rb
2331
2348
  - vendor/plugins/rspec-rails/lib/spec/rails/mocks.rb
2332
2349
  - vendor/plugins/rspec-rails/lib/spec/rails/story_adapter.rb
2333
2350
  - vendor/plugins/rspec-rails/lib/spec/rails/version.rb
2351
+ - vendor/plugins/rspec-rails/lib/spec/rails.rb
2352
+ - vendor/plugins/rspec-rails/License.txt
2353
+ - vendor/plugins/rspec-rails/Manifest.txt
2354
+ - vendor/plugins/rspec-rails/Rakefile
2355
+ - vendor/plugins/rspec-rails/README.txt
2334
2356
  - vendor/plugins/rspec-rails/rspec-rails.gemspec
2335
2357
  - vendor/plugins/rspec-rails/spec
2336
2358
  - vendor/plugins/rspec-rails/spec/rails
@@ -2446,6 +2468,7 @@ files:
2446
2468
  - vendor/plugins/rspec-rails/stories/steps/people.rb
2447
2469
  - vendor/plugins/rspec-rails/stories/transactions_should_rollback
2448
2470
  - vendor/plugins/rspec-rails/stories/transactions_should_rollback.rb
2471
+ - vendor/plugins/rspec-rails/UPGRADE
2449
2472
  - vendor/plugins/static_sidebar
2450
2473
  - vendor/plugins/static_sidebar/init.rb
2451
2474
  - vendor/plugins/static_sidebar/lib
@@ -2453,35 +2476,32 @@ files:
2453
2476
  - vendor/plugins/static_sidebar/views
2454
2477
  - vendor/plugins/static_sidebar/views/content.rhtml
2455
2478
  - vendor/plugins/tag_sidebar
2456
- - vendor/plugins/tag_sidebar/Rakefile
2457
2479
  - vendor/plugins/tag_sidebar/init.rb
2458
2480
  - vendor/plugins/tag_sidebar/lib
2459
2481
  - vendor/plugins/tag_sidebar/lib/tag_sidebar.rb
2482
+ - vendor/plugins/tag_sidebar/Rakefile
2460
2483
  - vendor/plugins/tag_sidebar/test
2461
2484
  - vendor/plugins/tag_sidebar/test/tag_sidebar_test.rb
2462
2485
  - vendor/plugins/tag_sidebar/views
2463
2486
  - vendor/plugins/tag_sidebar/views/content.rhtml
2464
2487
  - vendor/plugins/typo_converter
2465
- - vendor/plugins/typo_converter/README
2466
- - vendor/plugins/typo_converter/Rakefile
2467
2488
  - vendor/plugins/typo_converter/init.rb
2468
2489
  - vendor/plugins/typo_converter/lib
2469
2490
  - vendor/plugins/typo_converter/lib/converters
2470
2491
  - vendor/plugins/typo_converter/lib/converters/base.rb
2471
- - vendor/plugins/typo_converter/lib/converters/dotclear.rb
2472
2492
  - vendor/plugins/typo_converter/lib/converters/dotclear
2473
2493
  - vendor/plugins/typo_converter/lib/converters/dotclear/category.rb
2474
2494
  - vendor/plugins/typo_converter/lib/converters/dotclear/comment.rb
2475
2495
  - vendor/plugins/typo_converter/lib/converters/dotclear/post.rb
2476
2496
  - vendor/plugins/typo_converter/lib/converters/dotclear/user.rb
2477
- - vendor/plugins/typo_converter/lib/converters/dotclear_2.rb
2497
+ - vendor/plugins/typo_converter/lib/converters/dotclear.rb
2478
2498
  - vendor/plugins/typo_converter/lib/converters/dotclear_2
2479
2499
  - vendor/plugins/typo_converter/lib/converters/dotclear_2/category.rb
2480
2500
  - vendor/plugins/typo_converter/lib/converters/dotclear_2/comment.rb
2481
2501
  - vendor/plugins/typo_converter/lib/converters/dotclear_2/post.rb
2482
2502
  - vendor/plugins/typo_converter/lib/converters/dotclear_2/tag.rb
2483
2503
  - vendor/plugins/typo_converter/lib/converters/dotclear_2/user.rb
2484
- - vendor/plugins/typo_converter/lib/converters/wp25.rb
2504
+ - vendor/plugins/typo_converter/lib/converters/dotclear_2.rb
2485
2505
  - vendor/plugins/typo_converter/lib/converters/wp25
2486
2506
  - vendor/plugins/typo_converter/lib/converters/wp25/comment.rb
2487
2507
  - vendor/plugins/typo_converter/lib/converters/wp25/post.rb
@@ -2489,6 +2509,9 @@ files:
2489
2509
  - vendor/plugins/typo_converter/lib/converters/wp25/term_relationship.rb
2490
2510
  - vendor/plugins/typo_converter/lib/converters/wp25/term_taxonomy.rb
2491
2511
  - vendor/plugins/typo_converter/lib/converters/wp25/user.rb
2512
+ - vendor/plugins/typo_converter/lib/converters/wp25.rb
2513
+ - vendor/plugins/typo_converter/Rakefile
2514
+ - vendor/plugins/typo_converter/README
2492
2515
  - vendor/plugins/typo_converter/tasks
2493
2516
  - vendor/plugins/typo_converter/tasks/typo_converters_tasks.rake
2494
2517
  - vendor/plugins/typo_login_system
@@ -2497,118 +2520,118 @@ files:
2497
2520
  - vendor/plugins/typo_login_system/lib/access_control.rb
2498
2521
  - vendor/plugins/typo_login_system/lib/login_system.rb
2499
2522
  - vendor/plugins/typo_textfilter_code
2500
- - vendor/plugins/typo_textfilter_code/README
2501
- - vendor/plugins/typo_textfilter_code/Rakefile
2502
2523
  - vendor/plugins/typo_textfilter_code/init.rb
2503
2524
  - vendor/plugins/typo_textfilter_code/install.rb
2504
2525
  - vendor/plugins/typo_textfilter_code/lib
2505
2526
  - vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb
2527
+ - vendor/plugins/typo_textfilter_code/Rakefile
2528
+ - vendor/plugins/typo_textfilter_code/README
2506
2529
  - vendor/plugins/typo_textfilter_code/tasks
2507
2530
  - vendor/plugins/typo_textfilter_code/tasks/typo_textfilter_code_tasks.rake
2508
2531
  - vendor/plugins/typo_textfilter_code/test
2509
2532
  - vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb
2510
2533
  - vendor/plugins/typo_textfilter_flickr
2511
- - vendor/plugins/typo_textfilter_flickr/README
2512
- - vendor/plugins/typo_textfilter_flickr/Rakefile
2513
2534
  - vendor/plugins/typo_textfilter_flickr/init.rb
2514
2535
  - vendor/plugins/typo_textfilter_flickr/install.rb
2515
2536
  - vendor/plugins/typo_textfilter_flickr/lib
2516
2537
  - vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb
2538
+ - vendor/plugins/typo_textfilter_flickr/Rakefile
2539
+ - vendor/plugins/typo_textfilter_flickr/README
2517
2540
  - vendor/plugins/typo_textfilter_flickr/tasks
2518
2541
  - vendor/plugins/typo_textfilter_flickr/tasks/typo_textfilter_flickr_tasks.rake
2519
2542
  - vendor/plugins/typo_textfilter_flickr/test
2520
2543
  - vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb
2521
2544
  - vendor/plugins/typo_textfilter_htmlfilter
2522
- - vendor/plugins/typo_textfilter_htmlfilter/README
2523
- - vendor/plugins/typo_textfilter_htmlfilter/Rakefile
2524
2545
  - vendor/plugins/typo_textfilter_htmlfilter/init.rb
2525
2546
  - vendor/plugins/typo_textfilter_htmlfilter/install.rb
2526
2547
  - vendor/plugins/typo_textfilter_htmlfilter/lib
2527
2548
  - vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb
2549
+ - vendor/plugins/typo_textfilter_htmlfilter/Rakefile
2550
+ - vendor/plugins/typo_textfilter_htmlfilter/README
2528
2551
  - vendor/plugins/typo_textfilter_htmlfilter/tasks
2529
2552
  - vendor/plugins/typo_textfilter_htmlfilter/tasks/typo_textfilter_htmlfilter_tasks.rake
2530
2553
  - vendor/plugins/typo_textfilter_htmlfilter/test
2531
2554
  - vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb
2532
2555
  - vendor/plugins/typo_textfilter_lightbox
2533
- - vendor/plugins/typo_textfilter_lightbox/README
2534
- - vendor/plugins/typo_textfilter_lightbox/Rakefile
2535
2556
  - vendor/plugins/typo_textfilter_lightbox/init.rb
2536
2557
  - vendor/plugins/typo_textfilter_lightbox/install.rb
2537
2558
  - vendor/plugins/typo_textfilter_lightbox/lib
2538
2559
  - vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb
2560
+ - vendor/plugins/typo_textfilter_lightbox/Rakefile
2561
+ - vendor/plugins/typo_textfilter_lightbox/README
2539
2562
  - vendor/plugins/typo_textfilter_lightbox/tasks
2540
2563
  - vendor/plugins/typo_textfilter_lightbox/tasks/typo_textfilter_lightbox_tasks.rake
2541
2564
  - vendor/plugins/typo_textfilter_lightbox/test
2542
2565
  - vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb
2543
2566
  - vendor/plugins/typo_textfilter_markdown
2544
- - vendor/plugins/typo_textfilter_markdown/README
2545
- - vendor/plugins/typo_textfilter_markdown/Rakefile
2546
2567
  - vendor/plugins/typo_textfilter_markdown/init.rb
2547
2568
  - vendor/plugins/typo_textfilter_markdown/install.rb
2548
2569
  - vendor/plugins/typo_textfilter_markdown/lib
2549
2570
  - vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb
2571
+ - vendor/plugins/typo_textfilter_markdown/Rakefile
2572
+ - vendor/plugins/typo_textfilter_markdown/README
2550
2573
  - vendor/plugins/typo_textfilter_markdown/tasks
2551
2574
  - vendor/plugins/typo_textfilter_markdown/tasks/typo_textfilter_markdown_tasks.rake
2552
2575
  - vendor/plugins/typo_textfilter_markdown/test
2553
2576
  - vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb
2554
2577
  - vendor/plugins/typo_textfilter_none
2555
- - vendor/plugins/typo_textfilter_none/README
2556
- - vendor/plugins/typo_textfilter_none/Rakefile
2557
2578
  - vendor/plugins/typo_textfilter_none/init.rb
2558
2579
  - vendor/plugins/typo_textfilter_none/install.rb
2559
2580
  - vendor/plugins/typo_textfilter_none/lib
2560
2581
  - vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb
2582
+ - vendor/plugins/typo_textfilter_none/Rakefile
2583
+ - vendor/plugins/typo_textfilter_none/README
2561
2584
  - vendor/plugins/typo_textfilter_none/tasks
2562
2585
  - vendor/plugins/typo_textfilter_none/tasks/typo_textfilter_none_tasks.rake
2563
2586
  - vendor/plugins/typo_textfilter_none/test
2564
2587
  - vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb
2565
2588
  - vendor/plugins/typo_textfilter_smartypants
2566
- - vendor/plugins/typo_textfilter_smartypants/README
2567
- - vendor/plugins/typo_textfilter_smartypants/Rakefile
2568
2589
  - vendor/plugins/typo_textfilter_smartypants/init.rb
2569
2590
  - vendor/plugins/typo_textfilter_smartypants/install.rb
2570
2591
  - vendor/plugins/typo_textfilter_smartypants/lib
2571
2592
  - vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
2593
+ - vendor/plugins/typo_textfilter_smartypants/Rakefile
2594
+ - vendor/plugins/typo_textfilter_smartypants/README
2572
2595
  - vendor/plugins/typo_textfilter_smartypants/tasks
2573
2596
  - vendor/plugins/typo_textfilter_smartypants/tasks/typo_textfilter_smartypants_tasks.rake
2574
2597
  - vendor/plugins/typo_textfilter_smartypants/test
2575
2598
  - vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb
2576
2599
  - vendor/plugins/typo_textfilter_textile
2577
- - vendor/plugins/typo_textfilter_textile/README
2578
- - vendor/plugins/typo_textfilter_textile/Rakefile
2579
2600
  - vendor/plugins/typo_textfilter_textile/init.rb
2580
2601
  - vendor/plugins/typo_textfilter_textile/install.rb
2581
2602
  - vendor/plugins/typo_textfilter_textile/lib
2582
2603
  - vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb
2604
+ - vendor/plugins/typo_textfilter_textile/Rakefile
2605
+ - vendor/plugins/typo_textfilter_textile/README
2583
2606
  - vendor/plugins/typo_textfilter_textile/tasks
2584
2607
  - vendor/plugins/typo_textfilter_textile/tasks/typo_textfilter_textile_tasks.rake
2585
2608
  - vendor/plugins/typo_textfilter_textile/test
2586
2609
  - vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb
2587
2610
  - vendor/plugins/typo_textfilter_textile_and_markdown
2588
- - vendor/plugins/typo_textfilter_textile_and_markdown/README
2589
- - vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile
2590
2611
  - vendor/plugins/typo_textfilter_textile_and_markdown/init.rb
2591
2612
  - vendor/plugins/typo_textfilter_textile_and_markdown/install.rb
2592
2613
  - vendor/plugins/typo_textfilter_textile_and_markdown/lib
2593
2614
  - vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb
2615
+ - vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile
2616
+ - vendor/plugins/typo_textfilter_textile_and_markdown/README
2594
2617
  - vendor/plugins/typo_textfilter_textile_and_markdown/tasks
2595
2618
  - vendor/plugins/typo_textfilter_textile_and_markdown/tasks/typo_textfilter_textile_and_markdown_tasks.rake
2596
2619
  - vendor/plugins/typo_textfilter_textile_and_markdown/test
2597
2620
  - vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb
2598
2621
  - vendor/plugins/upload_progress
2599
2622
  - vendor/plugins/upload_progress/CHANGELOG
2600
- - vendor/plugins/upload_progress/MIT-LICENSE
2601
- - vendor/plugins/upload_progress/README
2602
- - vendor/plugins/upload_progress/Rakefile
2603
2623
  - vendor/plugins/upload_progress/init.rb
2604
2624
  - vendor/plugins/upload_progress/lib
2605
2625
  - vendor/plugins/upload_progress/lib/multipart_progress.rb
2606
2626
  - vendor/plugins/upload_progress/lib/progress.rb
2607
2627
  - vendor/plugins/upload_progress/lib/upload_progress.rb
2608
2628
  - vendor/plugins/upload_progress/lib/upload_progress_helper.rb
2629
+ - vendor/plugins/upload_progress/MIT-LICENSE
2609
2630
  - vendor/plugins/upload_progress/public
2610
2631
  - vendor/plugins/upload_progress/public/stylesheets
2611
2632
  - vendor/plugins/upload_progress/public/stylesheets/upload_progress.css
2633
+ - vendor/plugins/upload_progress/Rakefile
2634
+ - vendor/plugins/upload_progress/README
2612
2635
  - vendor/plugins/upload_progress/test
2613
2636
  - vendor/plugins/upload_progress/test/multipart_progress_testx.rb
2614
2637
  - vendor/plugins/upload_progress/test/upload_progress_helper_testx.rb
@@ -2616,9 +2639,6 @@ files:
2616
2639
  - vendor/plugins/will_paginate
2617
2640
  - vendor/plugins/will_paginate/.manifest
2618
2641
  - vendor/plugins/will_paginate/CHANGELOG.rdoc
2619
- - vendor/plugins/will_paginate/LICENSE
2620
- - vendor/plugins/will_paginate/README.rdoc
2621
- - vendor/plugins/will_paginate/Rakefile
2622
2642
  - vendor/plugins/will_paginate/examples
2623
2643
  - vendor/plugins/will_paginate/examples/apple-circle.gif
2624
2644
  - vendor/plugins/will_paginate/examples/index.haml
@@ -2627,7 +2647,6 @@ files:
2627
2647
  - vendor/plugins/will_paginate/examples/pagination.sass
2628
2648
  - vendor/plugins/will_paginate/init.rb
2629
2649
  - vendor/plugins/will_paginate/lib
2630
- - vendor/plugins/will_paginate/lib/will_paginate.rb
2631
2650
  - vendor/plugins/will_paginate/lib/will_paginate
2632
2651
  - vendor/plugins/will_paginate/lib/will_paginate/array.rb
2633
2652
  - vendor/plugins/will_paginate/lib/will_paginate/collection.rb
@@ -2637,6 +2656,10 @@ files:
2637
2656
  - vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb
2638
2657
  - vendor/plugins/will_paginate/lib/will_paginate/version.rb
2639
2658
  - vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb
2659
+ - vendor/plugins/will_paginate/lib/will_paginate.rb
2660
+ - vendor/plugins/will_paginate/LICENSE
2661
+ - vendor/plugins/will_paginate/Rakefile
2662
+ - vendor/plugins/will_paginate/README.rdoc
2640
2663
  - vendor/plugins/will_paginate/test
2641
2664
  - vendor/plugins/will_paginate/test/boot.rb
2642
2665
  - vendor/plugins/will_paginate/test/collection_test.rb
@@ -2666,27 +2689,27 @@ files:
2666
2689
  - vendor/plugins/will_paginate/test/view_test.rb
2667
2690
  - vendor/plugins/will_paginate/will_paginate.gemspec
2668
2691
  - vendor/plugins/xml_sidebar
2669
- - vendor/plugins/xml_sidebar/Rakefile
2670
2692
  - vendor/plugins/xml_sidebar/init.rb
2671
2693
  - vendor/plugins/xml_sidebar/lib
2672
2694
  - vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
2695
+ - vendor/plugins/xml_sidebar/Rakefile
2673
2696
  - vendor/plugins/xml_sidebar/test
2674
2697
  - vendor/plugins/xml_sidebar/test/xml_sidebar_test.rb
2675
2698
  - vendor/plugins/xml_sidebar/views
2676
2699
  - vendor/plugins/xml_sidebar/views/content.rhtml
2677
2700
  - vendor/redcloth
2678
- - vendor/redcloth/RedCloth.gemspec
2679
2701
  - vendor/redcloth/bin
2680
2702
  - vendor/redcloth/bin/redcloth
2681
2703
  - vendor/redcloth/doc
2682
2704
  - vendor/redcloth/doc/CHANGELOG
2683
2705
  - vendor/redcloth/doc/COPYING
2706
+ - vendor/redcloth/doc/make.rb
2684
2707
  - vendor/redcloth/doc/README
2685
2708
  - vendor/redcloth/doc/REFERENCE
2686
- - vendor/redcloth/doc/make.rb
2687
2709
  - vendor/redcloth/install.rb
2688
2710
  - vendor/redcloth/lib
2689
2711
  - vendor/redcloth/lib/redcloth.rb
2712
+ - vendor/redcloth/RedCloth.gemspec
2690
2713
  - vendor/redcloth/run-tests.rb
2691
2714
  - vendor/redcloth/setup.rb
2692
2715
  - vendor/redcloth/tests
@@ -2701,8 +2724,6 @@ files:
2701
2724
  - vendor/redcloth/tests/table.yml
2702
2725
  - vendor/redcloth/tests/textism.yml
2703
2726
  - vendor/rubypants
2704
- - vendor/rubypants/README
2705
- - vendor/rubypants/Rakefile
2706
2727
  - vendor/rubypants/html
2707
2728
  - vendor/rubypants/html/classes
2708
2729
  - vendor/rubypants/html/classes/RubyPants.html
@@ -2716,30 +2737,28 @@ files:
2716
2737
  - vendor/rubypants/html/index.html
2717
2738
  - vendor/rubypants/html/rdoc-style.css
2718
2739
  - vendor/rubypants/install.rb
2740
+ - vendor/rubypants/Rakefile
2741
+ - vendor/rubypants/README
2719
2742
  - vendor/rubypants/rubypants.rb
2720
2743
  - vendor/rubypants/test_rubypants.rb
2721
2744
  - vendor/sparklines
2722
- - vendor/sparklines/README.txt
2723
- - vendor/sparklines/USAGE
2724
2745
  - vendor/sparklines/lib
2725
2746
  - vendor/sparklines/lib/sparklines.rb
2747
+ - vendor/sparklines/README.txt
2726
2748
  - vendor/sparklines/samples
2727
2749
  - vendor/sparklines/samples/sparklinestest.rb
2728
2750
  - vendor/sparklines/sparklines_generator.rb
2729
2751
  - vendor/sparklines/templates
2730
2752
  - vendor/sparklines/templates/sparklines_controller.rb
2731
2753
  - vendor/sparklines/templates/sparklines_helper.rb
2754
+ - vendor/sparklines/USAGE
2732
2755
  - vendor/uuidtools
2733
2756
  - vendor/uuidtools/CHANGELOG
2734
- - vendor/uuidtools/README
2735
2757
  - vendor/uuidtools/install.rb
2736
2758
  - vendor/uuidtools/lib
2737
2759
  - vendor/uuidtools/lib/uuidtools.rb
2738
2760
  - vendor/uuidtools/rakefile
2739
- - tmp
2740
- - tmp/cache
2741
- - tmp/sessions
2742
- - log
2761
+ - vendor/uuidtools/README
2743
2762
  has_rdoc: false
2744
2763
  homepage: http://typosphere.org
2745
2764
  post_install_message: