migration_tools 0.3.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- migration_tools (0.2.1)
4
+ migration_tools (1.0.0)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activemodel (3.2.11)
11
- activesupport (= 3.2.11)
10
+ activemodel (3.2.12)
11
+ activesupport (= 3.2.12)
12
12
  builder (~> 3.0.0)
13
- activerecord (3.2.11)
14
- activemodel (= 3.2.11)
15
- activesupport (= 3.2.11)
13
+ activerecord (3.2.12)
14
+ activemodel (= 3.2.12)
15
+ activesupport (= 3.2.12)
16
16
  arel (~> 3.0.2)
17
17
  tzinfo (~> 0.3.29)
18
- activesupport (3.2.11)
18
+ activesupport (3.2.12)
19
19
  i18n (~> 0.6)
20
20
  multi_json (~> 1.0)
21
21
  appraisal (0.4.1)
@@ -27,7 +27,7 @@ GEM
27
27
  metaclass (0.0.1)
28
28
  mocha (0.11.4)
29
29
  metaclass (~> 0.0.1)
30
- multi_json (1.5.0)
30
+ multi_json (1.6.1)
31
31
  rake (0.9.2.2)
32
32
  sqlite3 (1.3.6)
33
33
  test-unit (2.5.1)
data/README.md CHANGED
@@ -54,3 +54,6 @@ The group commands
54
54
  ```
55
55
  Note that rake db:migrate is entirely unaffected by this.
56
56
 
57
+ ## License
58
+
59
+ Released under the Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/primdahl/Git/migration_tools
3
3
  specs:
4
- migration_tools (0.2.1)
4
+ migration_tools (1.0.0)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/primdahl/Git/migration_tools
3
3
  specs:
4
- migration_tools (0.2.1)
4
+ migration_tools (1.0.0)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/primdahl/Git/migration_tools
3
3
  specs:
4
- migration_tools (0.2.1)
4
+ migration_tools (1.0.0)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -0,0 +1,12 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "rake"
6
+ gem "mocha", "~>0.11.0"
7
+ gem "test-unit", ">=2.5.1"
8
+ gem "appraisal"
9
+ gem "sqlite3"
10
+ gem "activerecord", "~> 2.3.6", :require=>"active_record"
11
+
12
+ gemspec :path=>"../"
@@ -0,0 +1,33 @@
1
+ PATH
2
+ remote: /Users/primdahl/Git/migration_tools
3
+ specs:
4
+ migration_tools (1.0.0)
5
+ activerecord
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ activerecord (2.3.17)
11
+ activesupport (= 2.3.17)
12
+ activesupport (2.3.17)
13
+ appraisal (0.5.1)
14
+ bundler
15
+ rake
16
+ metaclass (0.0.1)
17
+ mocha (0.11.4)
18
+ metaclass (~> 0.0.1)
19
+ rake (10.0.3)
20
+ sqlite3 (1.3.6)
21
+ test-unit (2.5.4)
22
+
23
+ PLATFORMS
24
+ ruby
25
+
26
+ DEPENDENCIES
27
+ activerecord (~> 2.3.6)
28
+ appraisal
29
+ migration_tools!
30
+ mocha (~> 0.11.0)
31
+ rake
32
+ sqlite3
33
+ test-unit (>= 2.5.1)
@@ -0,0 +1,12 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "rake"
6
+ gem "mocha", "~>0.11.0"
7
+ gem "test-unit", ">=2.5.1"
8
+ gem "appraisal"
9
+ gem "sqlite3"
10
+ gem "activerecord", "~> 3.0.15", :require=>"active_record"
11
+
12
+ gemspec :path=>"../"
@@ -0,0 +1,44 @@
1
+ PATH
2
+ remote: /Users/primdahl/Git/migration_tools
3
+ specs:
4
+ migration_tools (1.0.0)
5
+ activerecord
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ activemodel (3.0.17)
11
+ activesupport (= 3.0.17)
12
+ builder (~> 2.1.2)
13
+ i18n (~> 0.5.0)
14
+ activerecord (3.0.17)
15
+ activemodel (= 3.0.17)
16
+ activesupport (= 3.0.17)
17
+ arel (~> 2.0.10)
18
+ tzinfo (~> 0.3.23)
19
+ activesupport (3.0.17)
20
+ appraisal (0.5.1)
21
+ bundler
22
+ rake
23
+ arel (2.0.10)
24
+ builder (2.1.2)
25
+ i18n (0.5.0)
26
+ metaclass (0.0.1)
27
+ mocha (0.11.4)
28
+ metaclass (~> 0.0.1)
29
+ rake (10.0.3)
30
+ sqlite3 (1.3.6)
31
+ test-unit (2.5.4)
32
+ tzinfo (0.3.35)
33
+
34
+ PLATFORMS
35
+ ruby
36
+
37
+ DEPENDENCIES
38
+ activerecord (~> 3.0.15)
39
+ appraisal
40
+ migration_tools!
41
+ mocha (~> 0.11.0)
42
+ rake
43
+ sqlite3
44
+ test-unit (>= 2.5.1)
@@ -0,0 +1,12 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "rake"
6
+ gem "mocha", "~>0.11.0"
7
+ gem "test-unit", ">=2.5.1"
8
+ gem "appraisal"
9
+ gem "sqlite3"
10
+ gem "activerecord", "~> 3.2.6", :require=>"active_record"
11
+
12
+ gemspec :path=>"../"
@@ -0,0 +1,46 @@
1
+ PATH
2
+ remote: /Users/primdahl/Git/migration_tools
3
+ specs:
4
+ migration_tools (1.0.0)
5
+ activerecord
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ activemodel (3.2.12)
11
+ activesupport (= 3.2.12)
12
+ builder (~> 3.0.0)
13
+ activerecord (3.2.12)
14
+ activemodel (= 3.2.12)
15
+ activesupport (= 3.2.12)
16
+ arel (~> 3.0.2)
17
+ tzinfo (~> 0.3.29)
18
+ activesupport (3.2.12)
19
+ i18n (~> 0.6)
20
+ multi_json (~> 1.0)
21
+ appraisal (0.5.1)
22
+ bundler
23
+ rake
24
+ arel (3.0.2)
25
+ builder (3.0.4)
26
+ i18n (0.6.1)
27
+ metaclass (0.0.1)
28
+ mocha (0.11.4)
29
+ metaclass (~> 0.0.1)
30
+ multi_json (1.6.1)
31
+ rake (10.0.3)
32
+ sqlite3 (1.3.6)
33
+ test-unit (2.5.4)
34
+ tzinfo (0.3.35)
35
+
36
+ PLATFORMS
37
+ ruby
38
+
39
+ DEPENDENCIES
40
+ activerecord (~> 3.2.6)
41
+ appraisal
42
+ migration_tools!
43
+ mocha (~> 0.11.0)
44
+ rake
45
+ sqlite3
46
+ test-unit (>= 2.5.1)
@@ -1,11 +1,10 @@
1
- Gem::Specification.new "migration_tools", "0.3.0" do |s|
1
+ Gem::Specification.new "migration_tools", "1.0.0" do |s|
2
2
  s.description = "Rake tasks for Rails that add groups to migrations"
3
3
  s.summary = "Encourage migrations that do not require downtime"
4
4
  s.homepage = "http://github.com/morten/migration_tools"
5
- s.license = "MIT"
6
5
  s.email = "morten@zendesk.com"
7
6
  s.authors = ["Morten Primdahl"]
8
7
  s.files = `git ls-files`.split("\n")
9
- s.license = "MIT"
8
+ s.license = "Apache License Version 2.0"
10
9
  s.add_runtime_dependency "activerecord"
11
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: migration_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -38,7 +38,6 @@ files:
38
38
  - Appraisals
39
39
  - Gemfile
40
40
  - Gemfile.lock
41
- - MIT-LICENSE.txt
42
41
  - README.md
43
42
  - Rakefile
44
43
  - gemfiles/rails-2.3.gemfile
@@ -47,6 +46,12 @@ files:
47
46
  - gemfiles/rails-3.0.gemfile.lock
48
47
  - gemfiles/rails-3.2.gemfile
49
48
  - gemfiles/rails-3.2.gemfile.lock
49
+ - gemfiles/rails_2.3.gemfile
50
+ - gemfiles/rails_2.3.gemfile.lock
51
+ - gemfiles/rails_3.0.gemfile
52
+ - gemfiles/rails_3.0.gemfile.lock
53
+ - gemfiles/rails_3.2.gemfile
54
+ - gemfiles/rails_3.2.gemfile.lock
50
55
  - lib/migration_tools.rb
51
56
  - lib/migration_tools/migration_extension.rb
52
57
  - lib/migration_tools/tasks.rb
@@ -55,7 +60,7 @@ files:
55
60
  - test/test_migration_tools.rb
56
61
  homepage: http://github.com/morten/migration_tools
57
62
  licenses:
58
- - MIT
63
+ - Apache License Version 2.0
59
64
  post_install_message:
60
65
  rdoc_options: []
61
66
  require_paths:
data/MIT-LICENSE.txt DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2010 Morten Primdahl
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.