Skip to content

Commit

Permalink
New version - 0.2.1
Browse files Browse the repository at this point in the history
- fix travis builds
- fix usage with rails 4.2
  • Loading branch information
ka8725 committed Jan 8, 2016
1 parent dfe8f79 commit 4d96087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/migration_data/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MigrationData
VERSION = '0.2.0'
VERSION = '0.2.1'
end
6 changes: 3 additions & 3 deletions migration_data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
some techniques which help to avoid these pitfalls. For example, define model
classes in the migrations or write raw SQL. But they don't help in 100% cases anyway.
This gem promises to solve the problem in a simple way.}
spec.homepage = ""
spec.homepage = "http://railsguides.net/change-data-in-migrations-like-a-boss/"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand All @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'rake', '~> 0'
spec.add_development_dependency 'sqlite3', '~> 0'
end

0 comments on commit 4d96087

Please sign in to comment.