shoulda-context 1.1.6 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 880fce4e56a3fc781a60b71e5fa369c741d94298
4
- data.tar.gz: 4a3d36599636a422e721c193c0b7e8ae664f626f
3
+ metadata.gz: 57f0a4355fe255e4983a9f26cacd55a7004b272c
4
+ data.tar.gz: c90c54b29371f21f877cfd8b40c633d851736f6c
5
5
  SHA512:
6
- metadata.gz: 4cf7bd670f4ecc502e374375ed072780e11b73a6622a4a8d48d288992e009623edf16233a84515062f181a982089a522fb29aee48ef3170682ac55a4fe80bd0e
7
- data.tar.gz: ca5a33a636d9be10037ddc7aaafba1c7e639a0d2cb00efc7e8e2dfcae5f4a99706e90f8424f8fc0f818856c09d92dc30c93c199fc5edfc6a02d1e60e11a2c28b
6
+ metadata.gz: 0f4a4d1e7ca6ea7ac32162402bf1f9f68957d3bd970dae3e0ab6dc287780e268a7da6a5044ff553b68860f27c699d40955231b5413dd5623402ae09d7ef410a4
7
+ data.tar.gz: e4719d6b72d121178a907468dc856d443a93e4bb59e3dad39cfd8c76ffb536010c9fa5bc01a1560439e8eb03925d5fe147d65ea26525b89382010d2b9d39100d
data/Appraisals CHANGED
@@ -1,21 +1,44 @@
1
- appraise '3.0' do
2
- gem 'rails', '3.0.17'
1
+ appraise 'rails_3_0' do
2
+ gem 'rails', '~> 3.0.0'
3
+ gem 'sqlite3'
3
4
  end
4
5
 
5
- appraise '3.1' do
6
- gem 'rails', '3.1.8'
6
+ appraise 'rails_3_1' do
7
+ gem 'rails', '~> 3.1.0'
7
8
  gem 'jquery-rails'
8
9
  gem 'sass-rails'
10
+ gem 'sqlite3'
9
11
  end
10
12
 
11
- appraise '3.2' do
12
- gem 'rails', '3.2.9'
13
+ appraise 'rails_3_2' do
14
+ gem 'rails', '~> 3.2.0'
13
15
  gem 'jquery-rails'
14
16
  gem 'sass-rails'
17
+ gem 'sqlite3'
15
18
  end
16
19
 
17
- appraise '4.0' do
18
- gem 'rails', '4.0.0.rc1'
20
+ appraise 'rails_4_0' do
21
+ gem 'rails', '~> 4.0.0'
19
22
  gem 'jquery-rails'
20
- gem 'sass-rails', '4.0.0.rc1'
23
+ gem 'sass-rails'
24
+ gem 'sqlite3'
25
+ end
26
+
27
+ appraise 'rails_4_1' do
28
+ gem 'rails', github: 'rails/rails', branch: '4-1-stable'
29
+ gem 'jquery-rails'
30
+ gem 'sass-rails'
31
+ gem 'sqlite3'
32
+ end
33
+
34
+ appraise 'minitest_4_x' do
35
+ gem 'minitest', '~> 4.0'
36
+ end
37
+
38
+ appraise 'minitest_5_x' do
39
+ gem 'minitest', '~> 5.0'
40
+ end
41
+
42
+ appraise 'test_unit' do
43
+ gem 'test-unit'
21
44
  end
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "minitest", "~> 4.0"
6
+
7
+ gemspec :path=>"../"
@@ -0,0 +1,96 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ shoulda-context (1.1.6)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ actionmailer (4.0.3)
10
+ actionpack (= 4.0.3)
11
+ mail (~> 2.5.4)
12
+ actionpack (4.0.3)
13
+ activesupport (= 4.0.3)
14
+ builder (~> 3.1.0)
15
+ erubis (~> 2.7.0)
16
+ rack (~> 1.5.2)
17
+ rack-test (~> 0.6.2)
18
+ activemodel (4.0.3)
19
+ activesupport (= 4.0.3)
20
+ builder (~> 3.1.0)
21
+ activerecord (4.0.3)
22
+ activemodel (= 4.0.3)
23
+ activerecord-deprecated_finders (~> 1.0.2)
24
+ activesupport (= 4.0.3)
25
+ arel (~> 4.0.0)
26
+ activerecord-deprecated_finders (1.0.3)
27
+ activesupport (4.0.3)
28
+ i18n (~> 0.6, >= 0.6.4)
29
+ minitest (~> 4.2)
30
+ multi_json (~> 1.3)
31
+ thread_safe (~> 0.1)
32
+ tzinfo (~> 0.3.37)
33
+ appraisal (0.5.2)
34
+ bundler
35
+ rake
36
+ arel (4.0.2)
37
+ atomic (1.1.16)
38
+ builder (3.1.4)
39
+ erubis (2.7.0)
40
+ hike (1.2.3)
41
+ i18n (0.6.9)
42
+ mail (2.5.4)
43
+ mime-types (~> 1.16)
44
+ treetop (~> 1.4.8)
45
+ mime-types (1.25.1)
46
+ minitest (4.7.5)
47
+ mocha (0.9.12)
48
+ multi_json (1.9.2)
49
+ polyglot (0.3.4)
50
+ rack (1.5.2)
51
+ rack-test (0.6.2)
52
+ rack (>= 1.0)
53
+ rails (4.0.3)
54
+ actionmailer (= 4.0.3)
55
+ actionpack (= 4.0.3)
56
+ activerecord (= 4.0.3)
57
+ activesupport (= 4.0.3)
58
+ bundler (>= 1.3.0, < 2.0)
59
+ railties (= 4.0.3)
60
+ sprockets-rails (~> 2.0.0)
61
+ railties (4.0.3)
62
+ actionpack (= 4.0.3)
63
+ activesupport (= 4.0.3)
64
+ rake (>= 0.8.7)
65
+ thor (>= 0.18.1, < 2.0)
66
+ rake (10.2.1)
67
+ sprockets (2.12.0)
68
+ hike (~> 1.2)
69
+ multi_json (~> 1.0)
70
+ rack (~> 1.0)
71
+ tilt (~> 1.1, != 1.3.0)
72
+ sprockets-rails (2.0.1)
73
+ actionpack (>= 3.0)
74
+ activesupport (>= 3.0)
75
+ sprockets (~> 2.8)
76
+ test-unit (2.1.2)
77
+ thor (0.19.1)
78
+ thread_safe (0.3.1)
79
+ atomic (>= 1.1.7, < 2)
80
+ tilt (1.4.1)
81
+ treetop (1.4.15)
82
+ polyglot
83
+ polyglot (>= 0.3.1)
84
+ tzinfo (0.3.38)
85
+
86
+ PLATFORMS
87
+ ruby
88
+
89
+ DEPENDENCIES
90
+ appraisal (~> 0.5)
91
+ minitest (~> 4.0)
92
+ mocha (~> 0.9.10)
93
+ rails (>= 3.0)
94
+ rake
95
+ shoulda-context!
96
+ test-unit (~> 2.1.0)
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "minitest", "~> 5.0"
6
+
7
+ gemspec :path=>"../"
@@ -0,0 +1,102 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ shoulda-context (1.1.6)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ actionmailer (3.2.13)
10
+ actionpack (= 3.2.13)
11
+ mail (~> 2.5.3)
12
+ actionpack (3.2.13)
13
+ activemodel (= 3.2.13)
14
+ activesupport (= 3.2.13)
15
+ builder (~> 3.0.0)
16
+ erubis (~> 2.7.0)
17
+ journey (~> 1.0.4)
18
+ rack (~> 1.4.5)
19
+ rack-cache (~> 1.2)
20
+ rack-test (~> 0.6.1)
21
+ sprockets (~> 2.2.1)
22
+ activemodel (3.2.13)
23
+ activesupport (= 3.2.13)
24
+ builder (~> 3.0.0)
25
+ activerecord (3.2.13)
26
+ activemodel (= 3.2.13)
27
+ activesupport (= 3.2.13)
28
+ arel (~> 3.0.2)
29
+ tzinfo (~> 0.3.29)
30
+ activeresource (3.2.13)
31
+ activemodel (= 3.2.13)
32
+ activesupport (= 3.2.13)
33
+ activesupport (3.2.13)
34
+ i18n (= 0.6.1)
35
+ multi_json (~> 1.0)
36
+ appraisal (0.5.2)
37
+ bundler
38
+ rake
39
+ arel (3.0.3)
40
+ builder (3.0.4)
41
+ erubis (2.7.0)
42
+ hike (1.2.3)
43
+ i18n (0.6.1)
44
+ journey (1.0.4)
45
+ json (1.8.1)
46
+ mail (2.5.4)
47
+ mime-types (~> 1.16)
48
+ treetop (~> 1.4.8)
49
+ mime-types (1.25.1)
50
+ minitest (5.3.1)
51
+ mocha (0.9.12)
52
+ multi_json (1.9.2)
53
+ polyglot (0.3.4)
54
+ rack (1.4.5)
55
+ rack-cache (1.2)
56
+ rack (>= 0.4)
57
+ rack-ssl (1.3.3)
58
+ rack
59
+ rack-test (0.6.2)
60
+ rack (>= 1.0)
61
+ rails (3.2.13)
62
+ actionmailer (= 3.2.13)
63
+ actionpack (= 3.2.13)
64
+ activerecord (= 3.2.13)
65
+ activeresource (= 3.2.13)
66
+ activesupport (= 3.2.13)
67
+ bundler (~> 1.0)
68
+ railties (= 3.2.13)
69
+ railties (3.2.13)
70
+ actionpack (= 3.2.13)
71
+ activesupport (= 3.2.13)
72
+ rack-ssl (~> 1.3.2)
73
+ rake (>= 0.8.7)
74
+ rdoc (~> 3.4)
75
+ thor (>= 0.14.6, < 2.0)
76
+ rake (10.2.1)
77
+ rdoc (3.12.2)
78
+ json (~> 1.4)
79
+ sprockets (2.2.2)
80
+ hike (~> 1.2)
81
+ multi_json (~> 1.0)
82
+ rack (~> 1.0)
83
+ tilt (~> 1.1, != 1.3.0)
84
+ test-unit (2.1.2)
85
+ thor (0.19.1)
86
+ tilt (1.4.1)
87
+ treetop (1.4.15)
88
+ polyglot
89
+ polyglot (>= 0.3.1)
90
+ tzinfo (0.3.38)
91
+
92
+ PLATFORMS
93
+ ruby
94
+
95
+ DEPENDENCIES
96
+ appraisal (~> 0.5)
97
+ minitest (~> 5.0)
98
+ mocha (~> 0.9.10)
99
+ rails (>= 3.0)
100
+ rake
101
+ shoulda-context!
102
+ test-unit (~> 2.1.0)
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "rails", "~> 3.0.0"
6
+ gem "sqlite3"
7
+
8
+ gemspec :path=>"../"
@@ -1,18 +1,18 @@
1
1
  PATH
2
- remote: /Users/rmcgeary/work/oss/shoulda-context
2
+ remote: ../
3
3
  specs:
4
- shoulda-context (1.1.1)
4
+ shoulda-context (1.1.6)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
9
  abstract (1.0.0)
10
- actionmailer (3.0.17)
11
- actionpack (= 3.0.17)
10
+ actionmailer (3.0.20)
11
+ actionpack (= 3.0.20)
12
12
  mail (~> 2.2.19)
13
- actionpack (3.0.17)
14
- activemodel (= 3.0.17)
15
- activesupport (= 3.0.17)
13
+ actionpack (3.0.20)
14
+ activemodel (= 3.0.20)
15
+ activesupport (= 3.0.20)
16
16
  builder (~> 2.1.2)
17
17
  erubis (~> 2.6.6)
18
18
  i18n (~> 0.5.0)
@@ -20,19 +20,19 @@ GEM
20
20
  rack-mount (~> 0.6.14)
21
21
  rack-test (~> 0.5.7)
22
22
  tzinfo (~> 0.3.23)
23
- activemodel (3.0.17)
24
- activesupport (= 3.0.17)
23
+ activemodel (3.0.20)
24
+ activesupport (= 3.0.20)
25
25
  builder (~> 2.1.2)
26
26
  i18n (~> 0.5.0)
27
- activerecord (3.0.17)
28
- activemodel (= 3.0.17)
29
- activesupport (= 3.0.17)
27
+ activerecord (3.0.20)
28
+ activemodel (= 3.0.20)
29
+ activesupport (= 3.0.20)
30
30
  arel (~> 2.0.10)
31
31
  tzinfo (~> 0.3.23)
32
- activeresource (3.0.17)
33
- activemodel (= 3.0.17)
34
- activesupport (= 3.0.17)
35
- activesupport (3.0.17)
32
+ activeresource (3.0.20)
33
+ activemodel (= 3.0.20)
34
+ activesupport (= 3.0.20)
35
+ activesupport (3.0.20)
36
36
  appraisal (0.5.2)
37
37
  bundler
38
38
  rake
@@ -40,44 +40,45 @@ GEM
40
40
  builder (2.1.2)
41
41
  erubis (2.6.6)
42
42
  abstract (>= 1.0.0)
43
- i18n (0.5.0)
44
- json (1.8.0)
43
+ i18n (0.5.3)
44
+ json (1.8.1)
45
45
  mail (2.2.20)
46
46
  activesupport (>= 2.3.6)
47
47
  i18n (>= 0.4.0)
48
48
  mime-types (~> 1.16)
49
49
  treetop (~> 1.4.8)
50
- mime-types (1.23)
50
+ mime-types (1.25.1)
51
51
  mocha (0.9.12)
52
- polyglot (0.3.3)
52
+ polyglot (0.3.4)
53
53
  rack (1.2.8)
54
54
  rack-mount (0.6.14)
55
55
  rack (>= 1.0.0)
56
56
  rack-test (0.5.7)
57
57
  rack (>= 1.0)
58
- rails (3.0.17)
59
- actionmailer (= 3.0.17)
60
- actionpack (= 3.0.17)
61
- activerecord (= 3.0.17)
62
- activeresource (= 3.0.17)
63
- activesupport (= 3.0.17)
58
+ rails (3.0.20)
59
+ actionmailer (= 3.0.20)
60
+ actionpack (= 3.0.20)
61
+ activerecord (= 3.0.20)
62
+ activeresource (= 3.0.20)
63
+ activesupport (= 3.0.20)
64
64
  bundler (~> 1.0)
65
- railties (= 3.0.17)
66
- railties (3.0.17)
67
- actionpack (= 3.0.17)
68
- activesupport (= 3.0.17)
65
+ railties (= 3.0.20)
66
+ railties (3.0.20)
67
+ actionpack (= 3.0.20)
68
+ activesupport (= 3.0.20)
69
69
  rake (>= 0.8.7)
70
70
  rdoc (~> 3.4)
71
71
  thor (~> 0.14.4)
72
- rake (10.0.4)
72
+ rake (10.2.1)
73
73
  rdoc (3.12.2)
74
74
  json (~> 1.4)
75
+ sqlite3 (1.3.9)
75
76
  test-unit (2.1.2)
76
77
  thor (0.14.6)
77
- treetop (1.4.12)
78
+ treetop (1.4.15)
78
79
  polyglot
79
80
  polyglot (>= 0.3.1)
80
- tzinfo (0.3.37)
81
+ tzinfo (0.3.38)
81
82
 
82
83
  PLATFORMS
83
84
  ruby
@@ -85,7 +86,8 @@ PLATFORMS
85
86
  DEPENDENCIES
86
87
  appraisal (~> 0.5)
87
88
  mocha (~> 0.9.10)
88
- rails (= 3.0.17)
89
+ rails (~> 3.0.0)
89
90
  rake
90
91
  shoulda-context!
92
+ sqlite3
91
93
  test-unit (~> 2.1.0)
@@ -2,8 +2,9 @@
2
2
 
3
3
  source "http://rubygems.org"
4
4
 
5
- gem "rails", "3.2.9"
5
+ gem "rails", "~> 3.1.0"
6
6
  gem "jquery-rails"
7
7
  gem "sass-rails"
8
+ gem "sqlite3"
8
9
 
9
10
  gemspec :path=>"../"
@@ -1,17 +1,17 @@
1
1
  PATH
2
- remote: /Users/rmcgeary/work/oss/shoulda-context
2
+ remote: ../
3
3
  specs:
4
- shoulda-context (1.1.1)
4
+ shoulda-context (1.1.6)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- actionmailer (3.1.8)
10
- actionpack (= 3.1.8)
11
- mail (~> 2.3.3)
12
- actionpack (3.1.8)
13
- activemodel (= 3.1.8)
14
- activesupport (= 3.1.8)
9
+ actionmailer (3.1.12)
10
+ actionpack (= 3.1.12)
11
+ mail (~> 2.4.4)
12
+ actionpack (3.1.12)
13
+ activemodel (= 3.1.12)
14
+ activesupport (= 3.1.12)
15
15
  builder (~> 3.0.0)
16
16
  erubis (~> 2.7.0)
17
17
  i18n (~> 0.6)
@@ -20,40 +20,40 @@ GEM
20
20
  rack-mount (~> 0.8.2)
21
21
  rack-test (~> 0.6.1)
22
22
  sprockets (~> 2.0.4)
23
- activemodel (3.1.8)
24
- activesupport (= 3.1.8)
23
+ activemodel (3.1.12)
24
+ activesupport (= 3.1.12)
25
25
  builder (~> 3.0.0)
26
26
  i18n (~> 0.6)
27
- activerecord (3.1.8)
28
- activemodel (= 3.1.8)
29
- activesupport (= 3.1.8)
27
+ activerecord (3.1.12)
28
+ activemodel (= 3.1.12)
29
+ activesupport (= 3.1.12)
30
30
  arel (~> 2.2.3)
31
31
  tzinfo (~> 0.3.29)
32
- activeresource (3.1.8)
33
- activemodel (= 3.1.8)
34
- activesupport (= 3.1.8)
35
- activesupport (3.1.8)
36
- multi_json (>= 1.0, < 1.3)
32
+ activeresource (3.1.12)
33
+ activemodel (= 3.1.12)
34
+ activesupport (= 3.1.12)
35
+ activesupport (3.1.12)
36
+ multi_json (~> 1.0)
37
37
  appraisal (0.5.2)
38
38
  bundler
39
39
  rake
40
40
  arel (2.2.3)
41
41
  builder (3.0.4)
42
42
  erubis (2.7.0)
43
- hike (1.2.2)
44
- i18n (0.6.4)
45
- jquery-rails (2.2.1)
43
+ hike (1.2.3)
44
+ i18n (0.6.9)
45
+ jquery-rails (3.1.0)
46
46
  railties (>= 3.0, < 5.0)
47
47
  thor (>= 0.14, < 2.0)
48
- json (1.8.0)
49
- mail (2.3.3)
48
+ json (1.8.1)
49
+ mail (2.4.4)
50
50
  i18n (>= 0.4.0)
51
51
  mime-types (~> 1.16)
52
52
  treetop (~> 1.4.8)
53
- mime-types (1.23)
53
+ mime-types (1.25.1)
54
54
  mocha (0.9.12)
55
- multi_json (1.2.0)
56
- polyglot (0.3.3)
55
+ multi_json (1.9.2)
56
+ polyglot (0.3.4)
57
57
  rack (1.3.10)
58
58
  rack-cache (1.2)
59
59
  rack (>= 0.4)
@@ -63,25 +63,25 @@ GEM
63
63
  rack
64
64
  rack-test (0.6.2)
65
65
  rack (>= 1.0)
66
- rails (3.1.8)
67
- actionmailer (= 3.1.8)
68
- actionpack (= 3.1.8)
69
- activerecord (= 3.1.8)
70
- activeresource (= 3.1.8)
71
- activesupport (= 3.1.8)
66
+ rails (3.1.12)
67
+ actionmailer (= 3.1.12)
68
+ actionpack (= 3.1.12)
69
+ activerecord (= 3.1.12)
70
+ activeresource (= 3.1.12)
71
+ activesupport (= 3.1.12)
72
72
  bundler (~> 1.0)
73
- railties (= 3.1.8)
74
- railties (3.1.8)
75
- actionpack (= 3.1.8)
76
- activesupport (= 3.1.8)
73
+ railties (= 3.1.12)
74
+ railties (3.1.12)
75
+ actionpack (= 3.1.12)
76
+ activesupport (= 3.1.12)
77
77
  rack-ssl (~> 1.3.2)
78
78
  rake (>= 0.8.7)
79
79
  rdoc (~> 3.4)
80
80
  thor (~> 0.14.6)
81
- rake (10.0.4)
81
+ rake (10.2.1)
82
82
  rdoc (3.12.2)
83
83
  json (~> 1.4)
84
- sass (3.2.9)
84
+ sass (3.3.4)
85
85
  sass-rails (3.1.0)
86
86
  actionpack (~> 3.1.0)
87
87
  railties (~> 3.1.0)
@@ -90,13 +90,14 @@ GEM
90
90
  hike (~> 1.2)
91
91
  rack (~> 1.0)
92
92
  tilt (~> 1.1, != 1.3.0)
93
+ sqlite3 (1.3.9)
93
94
  test-unit (2.1.2)
94
95
  thor (0.14.6)
95
96
  tilt (1.4.1)
96
- treetop (1.4.12)
97
+ treetop (1.4.15)
97
98
  polyglot
98
99
  polyglot (>= 0.3.1)
99
- tzinfo (0.3.37)
100
+ tzinfo (0.3.38)
100
101
 
101
102
  PLATFORMS
102
103
  ruby
@@ -105,8 +106,9 @@ DEPENDENCIES
105
106
  appraisal (~> 0.5)
106
107
  jquery-rails
107
108
  mocha (~> 0.9.10)
108
- rails (= 3.1.8)
109
+ rails (~> 3.1.0)
109
110
  rake
110
111
  sass-rails
111
112
  shoulda-context!
113
+ sqlite3
112
114
  test-unit (~> 2.1.0)