Skip to content

Commit

Permalink
Add rails dependency to spec and read me; bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew J Vargo committed May 2, 2011
1 parent d69777f commit 1325264
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note: If a data and schema migration share the same version number, schema gets
Rails 3 and Ruby 1.9
--------------------

Data Migrate is Rails 3 and Ruby 1.9 compatible
Data Migrate is Rails 3.0.0 - 3.0.7, and Ruby 1.9 compatible

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grequire 'bundler'
require 'bundler'
Bundler::GemHelper.install_tasks
4 changes: 3 additions & 1 deletion data_migrate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew J Vargo"]
s.email = ["[email protected]"]
s.homepage = ""
s.homepage = "http://ajvargo.com"
s.summary = %q{Rake tasks to migrate data alongside schema changes.}
s.description = %q{Rake tasks to migrate data alongside schema changes.}

s.rubyforge_project = "data_migrate"

s.add_dependency('rails', '>= 3.0.0', '<= 3.0.7')

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/data_migrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataMigrate
VERSION = "0.0.1"
VERSION = "1.0.0"
end

0 comments on commit 1325264

Please sign in to comment.