muck-raker 0.1.5 → 0.1.6

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.5
1
+ 0.1.6
@@ -6,7 +6,7 @@ class CreateTagClouds < ActiveRecord::Migration
6
6
  create_table "tag_clouds", :force => true do |t|
7
7
  t.integer "language_id"
8
8
  t.string "filter"
9
- t.string "tag_list", :limit => 2500
9
+ t.string "tag_list", :limit => 5000
10
10
  end
11
11
 
12
12
  add_index "tag_clouds", ["language_id", "filter"], {:unique => true}
data/muck-raker.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-raker}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Joel Duffin Justin Ball"]
Binary file
Binary file
data/rdoc/created.rid CHANGED
@@ -1 +1 @@
1
- Fri, 19 Jun 2009 02:11:46 -0600
1
+ Wed, 24 Jun 2009 22:23:01 -0600
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin Justin Ball