cequel-migrations-rails 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["cyphactor@gmail.com"]
11
11
  gem.description = %q{Cequel migration support for Rails.}
12
12
  gem.summary = %q{A Rails plugin that provides migration support for Cequel.}
13
- gem.homepage = "http://github.com/cyphactor/cequel-migrations-rails"
13
+ gem.homepage = "http://github.com/reachlocal/cequel-migrations-rails"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Cequel
2
2
  module Migrations
3
3
  module Rails
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cequel-migrations-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -101,7 +101,7 @@ files:
101
101
  - spec/lib/cequel-migrations-rails/cql_manager_spec.rb
102
102
  - spec/lib/cequel/migration_spec.rb
103
103
  - spec/spec_helper.rb
104
- homepage: http://github.com/cyphactor/cequel-migrations-rails
104
+ homepage: http://github.com/reachlocal/cequel-migrations-rails
105
105
  licenses: []
106
106
  post_install_message:
107
107
  rdoc_options: []