standalone_migrations 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -127,5 +127,6 @@ Contributors
127
127
  - [Rich Meyers](https://github.com/richmeyers)
128
128
  - [Wes Bailey](http://exposinggotchas.blogspot.com/)
129
129
  - [Robert J. Berger](http://blog.ibd.com/)
130
+ - [Federico Builes](http://mheroin.com)
130
131
 
131
132
  This work is originally based on [Lincoln Stoll's blog post](http://lstoll.net/2008/04/stand-alone-activerecord-migrations/) and [David Welton's post](http://journal.dedasys.com/2007/01/28/using-migrations-outside-of-rails).
@@ -4,13 +4,13 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{standalone_migrations}
8
- s.version = "1.0.1"
7
+ s.name = "standalone_migrations"
8
+ s.version = "1.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 = %q{2011-07-12}
13
- s.email = %q{thuss@gabrito.com}
12
+ s.date = "2011-10-29"
13
+ s.email = "thuss@gabrito.com"
14
14
  s.extra_rdoc_files = [
15
15
  "README.markdown"
16
16
  ]
@@ -29,10 +29,10 @@ Gem::Specification.new do |s|
29
29
  "vendor/migration_helpers/init.rb",
30
30
  "vendor/migration_helpers/lib/migration_helper.rb"
31
31
  ]
32
- s.homepage = %q{http://github.com/thuss/standalone-migrations}
32
+ s.homepage = "http://github.com/thuss/standalone-migrations"
33
33
  s.require_paths = ["lib"]
34
- s.rubygems_version = %q{1.6.2}
35
- s.summary = %q{A thin wrapper to use Rails Migrations in non Rails projects}
34
+ s.rubygems_version = "1.8.11"
35
+ s.summary = "A thin wrapper to use Rails Migrations in non Rails projects"
36
36
 
37
37
  if s.respond_to? :specification_version then
38
38
  s.specification_version = 3
metadata CHANGED
@@ -1,50 +1,46 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: standalone_migrations
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
4
5
  prerelease:
5
- version: 1.0.1
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Todd Huss
9
9
  - Michael Grosser
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
-
14
- date: 2011-07-12 00:00:00 -07:00
15
- default_executable:
16
- dependencies:
17
- - !ruby/object:Gem::Dependency
13
+ date: 2011-10-29 00:00:00.000000000Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
18
16
  name: rake
19
- requirement: &id001 !ruby/object:Gem::Requirement
17
+ requirement: &70165700211020 !ruby/object:Gem::Requirement
20
18
  none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
25
23
  type: :runtime
26
24
  prerelease: false
27
- version_requirements: *id001
28
- - !ruby/object:Gem::Dependency
25
+ version_requirements: *70165700211020
26
+ - !ruby/object:Gem::Dependency
29
27
  name: activerecord
30
- requirement: &id002 !ruby/object:Gem::Requirement
28
+ requirement: &70165700210100 !ruby/object:Gem::Requirement
31
29
  none: false
32
- requirements:
33
- - - ">="
34
- - !ruby/object:Gem::Version
35
- version: "3"
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '3'
36
34
  type: :runtime
37
35
  prerelease: false
38
- version_requirements: *id002
36
+ version_requirements: *70165700210100
39
37
  description:
40
38
  email: thuss@gabrito.com
41
39
  executables: []
42
-
43
40
  extensions: []
44
-
45
- extra_rdoc_files:
41
+ extra_rdoc_files:
46
42
  - README.markdown
47
- files:
43
+ files:
48
44
  - Gemfile
49
45
  - Gemfile.lock
50
46
  - MIT-LICENSE
@@ -58,33 +54,28 @@ files:
58
54
  - vendor/migration_helpers/README.markdown
59
55
  - vendor/migration_helpers/init.rb
60
56
  - vendor/migration_helpers/lib/migration_helper.rb
61
- has_rdoc: true
62
57
  homepage: http://github.com/thuss/standalone-migrations
63
58
  licenses: []
64
-
65
59
  post_install_message:
66
60
  rdoc_options: []
67
-
68
- require_paths:
61
+ require_paths:
69
62
  - lib
70
- required_ruby_version: !ruby/object:Gem::Requirement
63
+ required_ruby_version: !ruby/object:Gem::Requirement
71
64
  none: false
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: "0"
76
- required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
70
  none: false
78
- requirements:
79
- - - ">="
80
- - !ruby/object:Gem::Version
81
- version: "0"
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
82
75
  requirements: []
83
-
84
76
  rubyforge_project:
85
- rubygems_version: 1.6.2
77
+ rubygems_version: 1.8.11
86
78
  signing_key:
87
79
  specification_version: 3
88
80
  summary: A thin wrapper to use Rails Migrations in non Rails projects
89
81
  test_files: []
90
-