mongoid_rails_migrations 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,13 +1,6 @@
1
- # Use `bundle install` in order to install these gems
2
- # Use `bundle exec rake` in order to run the specs using the bundle
3
- source :rubygems
1
+ source "http://rubygems.org"
4
2
 
5
- group :default do
6
- gem "rails", ">= 3.0.0"
7
- gem "railties", ">= 3.0.0"
8
- gem "activesupport", ">= 3.0.0"
9
- end
10
-
11
- group :test do
12
- gem "mongoid", ">= 2.0.0", :git => "http://github.com/mongoid/mongoid.git"
13
- end
3
+ # Specify your gem's dependencies in gem_test.gemspec
4
+ gemspec :development_group => :dev_mongoid_rails_migrations
5
+ gemspec :test_group => :test_mongoid_rails_migrations
6
+ gemspec :name => 'mongoid_rails_migrations'
data/Gemfile.lock CHANGED
@@ -1,11 +1,11 @@
1
- GIT
2
- remote: http://github.com/mongoid/mongoid.git
3
- revision: a11e8890461ceaf90ed6bc3e0a3baefd88bee236
1
+ PATH
2
+ remote: .
4
3
  specs:
5
- mongoid (2.1.0)
6
- activemodel (~> 3.0)
7
- mongo (~> 1.3)
8
- tzinfo (~> 0.3.22)
4
+ mongoid_rails_migrations (0.0.12)
5
+ activesupport (>= 3.0.0)
6
+ bundler (>= 1.0.0)
7
+ rails (>= 3.0.0)
8
+ railties (>= 3.0.0)
9
9
 
10
10
  GEM
11
11
  remote: http://rubygems.org/
@@ -51,6 +51,10 @@ GEM
51
51
  mime-types (1.16)
52
52
  mongo (1.3.1)
53
53
  bson (>= 1.3.1)
54
+ mongoid (2.0.2)
55
+ activemodel (~> 3.0)
56
+ mongo (~> 1.3)
57
+ tzinfo (~> 0.3.22)
54
58
  polyglot (0.3.1)
55
59
  rack (1.2.3)
56
60
  rack-mount (0.6.14)
@@ -82,7 +86,5 @@ PLATFORMS
82
86
  ruby
83
87
 
84
88
  DEPENDENCIES
85
- activesupport (>= 3.0.0)
86
- mongoid (>= 2.0.0)!
87
- rails (>= 3.0.0)
88
- railties (>= 3.0.0)
89
+ mongoid (>= 2.0.0)
90
+ mongoid_rails_migrations!
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require 'bundler/setup'
3
- Bundler.require(:default)
3
+ Bundler.require(:dev_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.11'
4
+ s.version = '0.0.12'
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
 
@@ -25,4 +25,5 @@ Gem::Specification.new do |s|
25
25
  s.add_dependency('rails', rails_version)
26
26
  s.add_dependency('railties', rails_version)
27
27
  s.add_dependency('activesupport', rails_version)
28
+ s.add_development_dependency( "mongoid", ">= 2.0.0")
28
29
  end
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.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alan Da Costa
@@ -57,6 +57,17 @@ dependencies:
57
57
  version: 3.0.0
58
58
  type: :runtime
59
59
  version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: mongoid
62
+ prerelease: false
63
+ requirement: &id005 !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 2.0.0
69
+ type: :development
70
+ version_requirements: *id005
60
71
  description: Migrations for the migrator.
61
72
  email: alandacosta@gmail.com.com
62
73
  executables: []