standalone_migrations 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
@@ -5,7 +5,7 @@ module StandaloneMigrations
5
5
  def self.migration(name, options="")
6
6
  generator_params = [name] + options.split(" ")
7
7
  Rails::Generators.invoke "active_record:migration", generator_params,
8
- destination_root: Rails.root
8
+ :destination_root => Rails.root
9
9
  end
10
10
  end
11
11
  end
@@ -1,10 +1,10 @@
1
1
  module StandaloneMigrations
2
2
  class StandaloneMigrations::MinimalRailtieConfig < Rails::Application
3
- config.generators.options[:rails] = {orm: :active_record}
3
+ config.generators.options[:rails] = {:orm => :active_record}
4
4
 
5
5
  config.generators.options[:active_record] = {
6
- migration: true,
7
- timestamps: true
6
+ :migration => true,
7
+ :timestamps => true
8
8
  }
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  require File.expand_path("../../../standalone_migrations", __FILE__)
2
- task environment: ["standalone:connection"] do
2
+ task :environment => ["standalone:connection"] do
3
3
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "standalone_migrations"
8
- s.version = "2.0.1"
8
+ s.version = "2.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Todd Huss", "Michael Grosser"]
12
- s.date = "2012-10-02"
12
+ s.date = "2012-10-15"
13
13
  s.email = "thuss@gabrito.com"
14
14
  s.extra_rdoc_files = [
15
15
  "README.markdown"
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  ]
46
46
  s.homepage = "http://github.com/thuss/standalone-migrations"
47
47
  s.require_paths = ["lib"]
48
- s.rubygems_version = "1.8.11"
48
+ s.rubygems_version = "1.8.24"
49
49
  s.summary = "A thin wrapper to use Rails Migrations in non Rails projects"
50
50
 
51
51
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standalone_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-02 00:00:00.000000000Z
13
+ date: 2012-10-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
17
- requirement: &70287492308120 !ruby/object:Gem::Requirement
17
+ requirement: !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,15 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70287492308120
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ! '>='
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
26
31
  - !ruby/object:Gem::Dependency
27
32
  name: activerecord
28
- requirement: &70287492300920 !ruby/object:Gem::Requirement
33
+ requirement: !ruby/object:Gem::Requirement
29
34
  none: false
30
35
  requirements:
31
36
  - - ~>
@@ -33,10 +38,15 @@ dependencies:
33
38
  version: 3.2.6
34
39
  type: :runtime
35
40
  prerelease: false
36
- version_requirements: *70287492300920
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ~>
45
+ - !ruby/object:Gem::Version
46
+ version: 3.2.6
37
47
  - !ruby/object:Gem::Dependency
38
48
  name: railties
39
- requirement: &70287492299360 !ruby/object:Gem::Requirement
49
+ requirement: !ruby/object:Gem::Requirement
40
50
  none: false
41
51
  requirements:
42
52
  - - ~>
@@ -44,7 +54,12 @@ dependencies:
44
54
  version: 3.2.6
45
55
  type: :runtime
46
56
  prerelease: false
47
- version_requirements: *70287492299360
57
+ version_requirements: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ~>
61
+ - !ruby/object:Gem::Version
62
+ version: 3.2.6
48
63
  description:
49
64
  email: thuss@gabrito.com
50
65
  executables: []
@@ -93,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
108
  version: '0'
94
109
  segments:
95
110
  - 0
96
- hash: 1481260314297933148
111
+ hash: -1055845040885562451
97
112
  required_rubygems_version: !ruby/object:Gem::Requirement
98
113
  none: false
99
114
  requirements:
@@ -102,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
117
  version: '0'
103
118
  requirements: []
104
119
  rubyforge_project:
105
- rubygems_version: 1.8.11
120
+ rubygems_version: 1.8.24
106
121
  signing_key:
107
122
  specification_version: 3
108
123
  summary: A thin wrapper to use Rails Migrations in non Rails projects