Skip to content

Commit

Permalink
updated to 0.7.0 and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeden committed Oct 30, 2008
1 parent 6a7bbde commit 5e60e89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Expand Up @@ -15,4 +15,7 @@

0.6.1 - Released June 6, 2007
* Added test for union support
* Updated tests to include new table to support union test
* Updated tests to include new table to support union test

0.7.0
* Updated dependency versions to get on ActiveRecord 2.x
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -64,8 +64,8 @@ spec = Gem::Specification.new do |s|
Library which adds SQL Views to Rails.
EOF

s.add_dependency('activerecord', '>= 1.14.4')
s.add_dependency('rake', '>= 0.7.1')
s.add_dependency('activerecord', '>= 2.1.0')
s.add_dependency('rake', '>= 0.8.3')

s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false
Expand Down
4 changes: 2 additions & 2 deletions lib/rails_sql_views/version.rb
@@ -1,8 +1,8 @@
module RailsSqlViews
module VERSION #:nodoc:
MAJOR = 0
MINOR = 6
TINY = 1
MINOR = 7
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 5e60e89

Please sign in to comment.