Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Dec 8, 2008
1 parent 6770780 commit 6befc88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Manifest
Expand Up @@ -19,6 +19,7 @@ lib/searchlogic/condition/keywords.rb
lib/searchlogic/condition/less_than.rb
lib/searchlogic/condition/less_than_or_equal_to.rb
lib/searchlogic/condition/like.rb
lib/searchlogic/condition/nested_set.rb
lib/searchlogic/condition/nil.rb
lib/searchlogic/condition/not_begin_with.rb
lib/searchlogic/condition/not_blank.rb
Expand All @@ -28,7 +29,6 @@ lib/searchlogic/condition/not_have_keywords.rb
lib/searchlogic/condition/not_like.rb
lib/searchlogic/condition/not_nil.rb
lib/searchlogic/condition/sibling_of.rb
lib/searchlogic/condition/tree.rb
lib/searchlogic/conditions/any_or_all.rb
lib/searchlogic/conditions/base.rb
lib/searchlogic/conditions/groups.rb
Expand Down Expand Up @@ -142,7 +142,10 @@ test/fixtures/animals.yml
test/fixtures/orders.yml
test/fixtures/user_groups.yml
test/fixtures/users.yml
test/libs/acts_as_tree.rb
test/libs/awesome_nested_set/compatability.rb
test/libs/awesome_nested_set/helper.rb
test/libs/awesome_nested_set/named_scope.rb
test/libs/awesome_nested_set.rb
test/libs/rexml_fix.rb
test/modifier_tests/day_of_month_test.rb
test/search_tests/base_test.rb
Expand Down
4 changes: 2 additions & 2 deletions lib/searchlogic/version.rb
Expand Up @@ -66,8 +66,8 @@ def to_a
end

MAJOR = 1
MINOR = 5
TINY = 10
MINOR = 6
TINY = 0

# The current version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit 6befc88

Please sign in to comment.