mongoid_rails_migrations 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in gem_test.gemspec
4
- gemspec :development_group => :dev_mongoid_rails_migrations
4
+ gemspec :development_group => :development_mongoid_rails_migrations
5
5
  gemspec :test_group => :test_mongoid_rails_migrations
6
6
  gemspec :name => 'mongoid_rails_migrations'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid_rails_migrations (0.0.13)
4
+ mongoid_rails_migrations (0.0.14)
5
5
  activesupport (>= 3.0.0)
6
6
  bundler (>= 1.0.0)
7
7
  rails (>= 3.0.0)
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  $:.unshift(File.dirname(__FILE__))
2
2
  namespace :test do
3
3
  require 'bundler/setup'
4
- Bundler.require(:test)
4
+ Bundler.require(:development_mongoid_rails_migrations)
5
5
 
6
6
  namespace :mongoid do
7
7
  desc "Test mongoid rails migrations"
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require 'bundler/setup'
3
- Bundler.require(:dev_mongoid_rails_migrations)
3
+ Bundler.require(:mongoid_rails_migrations)
4
4
 
5
5
  # Add base to path incase not included as a gem
6
6
  $:.unshift(File.dirname(__FILE__)) unless
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = 'mongoid_rails_migrations'
4
- s.version = '0.0.13'
4
+ s.version = '0.0.14'
5
5
  s.summary = 'Data migrations for Mongoid in Active Record style, minus column input.'
6
6
  s.description = 'Migrations for the migrator.'
7
7
 
@@ -2,15 +2,14 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  require 'bundler/setup'
5
- Bundler.require(:default)
6
- Bundler.require(:test)
5
+ Bundler.require(:development_mongoid_rails_migrations)
7
6
 
8
7
  require 'config'
9
8
  require 'test/unit'
10
9
 
11
10
  require 'rake'
12
11
  require 'rake/testtask'
13
- require 'rake/rdoctask'
12
+ require 'rdoc/task'
14
13
 
15
14
  # leave out active_record, in favor of a monogo adapter
16
15
  %w(
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mongoid_rails_migrations
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.13
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alan Da Costa