dalliance 0.5.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "rails", "~> 3.1.0"
7
-
8
- group :development, :test do
9
- gem "byebug"
10
- end
11
-
12
- gemspec :path => "../"
@@ -1,149 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- dalliance (0.3.3)
5
- activerecord (>= 3.1, < 5.0)
6
- activesupport (>= 3.1, < 5.0)
7
- state_machine
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.1.12)
13
- actionpack (= 3.1.12)
14
- mail (~> 2.4.4)
15
- actionpack (3.1.12)
16
- activemodel (= 3.1.12)
17
- activesupport (= 3.1.12)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- i18n (~> 0.6)
21
- rack (~> 1.3.6)
22
- rack-cache (~> 1.2)
23
- rack-mount (~> 0.8.2)
24
- rack-test (~> 0.6.1)
25
- sprockets (~> 2.0.4)
26
- activemodel (3.1.12)
27
- activesupport (= 3.1.12)
28
- builder (~> 3.0.0)
29
- i18n (~> 0.6)
30
- activerecord (3.1.12)
31
- activemodel (= 3.1.12)
32
- activesupport (= 3.1.12)
33
- arel (~> 2.2.3)
34
- tzinfo (~> 0.3.29)
35
- activeresource (3.1.12)
36
- activemodel (= 3.1.12)
37
- activesupport (= 3.1.12)
38
- activesupport (3.1.12)
39
- multi_json (~> 1.0)
40
- appraisal (1.0.2)
41
- bundler
42
- rake
43
- thor (>= 0.14.0)
44
- arel (2.2.3)
45
- builder (3.0.4)
46
- byebug (9.0.5)
47
- delayed_job (4.0.6)
48
- activesupport (>= 3.0, < 5.0)
49
- delayed_job_active_record (4.0.3)
50
- activerecord (>= 3.0, < 5.0)
51
- delayed_job (>= 3.0, < 4.1)
52
- diff-lcs (1.2.5)
53
- erubis (2.7.0)
54
- hike (1.2.3)
55
- i18n (0.7.0)
56
- json (1.8.2)
57
- mail (2.4.4)
58
- i18n (>= 0.4.0)
59
- mime-types (~> 1.16)
60
- treetop (~> 1.4.8)
61
- mime-types (1.25.1)
62
- mono_logger (1.1.0)
63
- multi_json (1.10.1)
64
- polyglot (0.3.5)
65
- rack (1.3.10)
66
- rack-cache (1.2)
67
- rack (>= 0.4)
68
- rack-mount (0.8.3)
69
- rack (>= 1.0.0)
70
- rack-protection (1.5.3)
71
- rack
72
- rack-ssl (1.3.4)
73
- rack
74
- rack-test (0.6.3)
75
- rack (>= 1.0)
76
- rails (3.1.12)
77
- actionmailer (= 3.1.12)
78
- actionpack (= 3.1.12)
79
- activerecord (= 3.1.12)
80
- activeresource (= 3.1.12)
81
- activesupport (= 3.1.12)
82
- bundler (~> 1.0)
83
- railties (= 3.1.12)
84
- railties (3.1.12)
85
- actionpack (= 3.1.12)
86
- activesupport (= 3.1.12)
87
- rack-ssl (~> 1.3.2)
88
- rake (>= 0.8.7)
89
- rdoc (~> 3.4)
90
- thor (~> 0.14.6)
91
- rake (10.4.2)
92
- rdoc (3.12.2)
93
- json (~> 1.4)
94
- redis (3.2.0)
95
- redis-namespace (1.5.1)
96
- redis (~> 3.0, >= 3.0.4)
97
- resque (1.25.2)
98
- mono_logger (~> 1.0)
99
- multi_json (~> 1.0)
100
- redis-namespace (~> 1.3)
101
- sinatra (>= 0.9.2)
102
- vegas (~> 0.1.2)
103
- rspec (3.1.0)
104
- rspec-core (~> 3.1.0)
105
- rspec-expectations (~> 3.1.0)
106
- rspec-mocks (~> 3.1.0)
107
- rspec-core (3.1.7)
108
- rspec-support (~> 3.1.0)
109
- rspec-expectations (3.1.2)
110
- diff-lcs (>= 1.2.0, < 2.0)
111
- rspec-support (~> 3.1.0)
112
- rspec-mocks (3.1.3)
113
- rspec-support (~> 3.1.0)
114
- rspec-support (3.1.2)
115
- sinatra (1.3.3)
116
- rack (~> 1.3, >= 1.3.6)
117
- rack-protection (~> 1.2)
118
- tilt (~> 1.3, >= 1.3.3)
119
- sprockets (2.0.5)
120
- hike (~> 1.2)
121
- rack (~> 1.0)
122
- tilt (~> 1.1, != 1.3.0)
123
- sqlite3 (1.3.10)
124
- state_machine (1.2.0)
125
- thor (0.14.6)
126
- tilt (1.4.1)
127
- treetop (1.4.15)
128
- polyglot
129
- polyglot (>= 0.3.1)
130
- tzinfo (0.3.42)
131
- vegas (0.1.11)
132
- rack (>= 1.0.0)
133
-
134
- PLATFORMS
135
- ruby
136
-
137
- DEPENDENCIES
138
- appraisal
139
- byebug
140
- dalliance!
141
- delayed_job (>= 3.0.0)
142
- delayed_job_active_record
143
- rails (~> 3.1.0)
144
- resque
145
- rspec (>= 3.0.0)
146
- sqlite3
147
-
148
- BUNDLED WITH
149
- 1.13.1
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "rails", "~> 3.2.0"
7
-
8
- group :development, :test do
9
- gem "byebug"
10
- end
11
-
12
- gemspec path: "../"
@@ -1,146 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- dalliance (0.4.0)
5
- rails (>= 3.2, <= 5.1.4)
6
- state_machine
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (3.2.21)
12
- actionpack (= 3.2.21)
13
- mail (~> 2.5.4)
14
- actionpack (3.2.21)
15
- activemodel (= 3.2.21)
16
- activesupport (= 3.2.21)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- journey (~> 1.0.4)
20
- rack (~> 1.4.5)
21
- rack-cache (~> 1.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.2.1)
24
- activemodel (3.2.21)
25
- activesupport (= 3.2.21)
26
- builder (~> 3.0.0)
27
- activerecord (3.2.21)
28
- activemodel (= 3.2.21)
29
- activesupport (= 3.2.21)
30
- arel (~> 3.0.2)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.2.21)
33
- activemodel (= 3.2.21)
34
- activesupport (= 3.2.21)
35
- activesupport (3.2.21)
36
- i18n (~> 0.6, >= 0.6.4)
37
- multi_json (~> 1.0)
38
- appraisal (1.0.2)
39
- bundler
40
- rake
41
- thor (>= 0.14.0)
42
- arel (3.0.3)
43
- builder (3.0.4)
44
- byebug (9.0.5)
45
- delayed_job (4.0.6)
46
- activesupport (>= 3.0, < 5.0)
47
- delayed_job_active_record (4.0.3)
48
- activerecord (>= 3.0, < 5.0)
49
- delayed_job (>= 3.0, < 4.1)
50
- diff-lcs (1.2.5)
51
- erubis (2.7.0)
52
- hike (1.2.3)
53
- i18n (0.7.0)
54
- journey (1.0.4)
55
- json (1.8.2)
56
- mail (2.5.4)
57
- mime-types (~> 1.16)
58
- treetop (~> 1.4.8)
59
- mime-types (1.25.1)
60
- mono_logger (1.1.0)
61
- multi_json (1.10.1)
62
- polyglot (0.3.5)
63
- rack (1.4.5)
64
- rack-cache (1.2)
65
- rack (>= 0.4)
66
- rack-protection (1.5.3)
67
- rack
68
- rack-ssl (1.3.4)
69
- rack
70
- rack-test (0.6.3)
71
- rack (>= 1.0)
72
- rails (3.2.21)
73
- actionmailer (= 3.2.21)
74
- actionpack (= 3.2.21)
75
- activerecord (= 3.2.21)
76
- activeresource (= 3.2.21)
77
- activesupport (= 3.2.21)
78
- bundler (~> 1.0)
79
- railties (= 3.2.21)
80
- railties (3.2.21)
81
- actionpack (= 3.2.21)
82
- activesupport (= 3.2.21)
83
- rack-ssl (~> 1.3.2)
84
- rake (>= 0.8.7)
85
- rdoc (~> 3.4)
86
- thor (>= 0.14.6, < 2.0)
87
- rake (10.4.2)
88
- rdoc (3.12.2)
89
- json (~> 1.4)
90
- redis (3.2.0)
91
- redis-namespace (1.5.1)
92
- redis (~> 3.0, >= 3.0.4)
93
- resque (1.25.2)
94
- mono_logger (~> 1.0)
95
- multi_json (~> 1.0)
96
- redis-namespace (~> 1.3)
97
- sinatra (>= 0.9.2)
98
- vegas (~> 0.1.2)
99
- rspec (3.1.0)
100
- rspec-core (~> 3.1.0)
101
- rspec-expectations (~> 3.1.0)
102
- rspec-mocks (~> 3.1.0)
103
- rspec-core (3.1.7)
104
- rspec-support (~> 3.1.0)
105
- rspec-expectations (3.1.2)
106
- diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.1.0)
108
- rspec-mocks (3.1.3)
109
- rspec-support (~> 3.1.0)
110
- rspec-support (3.1.2)
111
- sinatra (1.4.5)
112
- rack (~> 1.4)
113
- rack-protection (~> 1.4)
114
- tilt (~> 1.3, >= 1.3.4)
115
- sprockets (2.2.3)
116
- hike (~> 1.2)
117
- multi_json (~> 1.0)
118
- rack (~> 1.0)
119
- tilt (~> 1.1, != 1.3.0)
120
- sqlite3 (1.3.10)
121
- state_machine (1.2.0)
122
- thor (0.19.1)
123
- tilt (1.4.1)
124
- treetop (1.4.15)
125
- polyglot
126
- polyglot (>= 0.3.1)
127
- tzinfo (0.3.42)
128
- vegas (0.1.11)
129
- rack (>= 1.0.0)
130
-
131
- PLATFORMS
132
- ruby
133
-
134
- DEPENDENCIES
135
- appraisal
136
- byebug
137
- dalliance!
138
- delayed_job (>= 3.0.0)
139
- delayed_job_active_record
140
- rails (~> 3.2.0)
141
- resque
142
- rspec (>= 3.0.0)
143
- sqlite3
144
-
145
- BUNDLED WITH
146
- 1.16.0
@@ -1,134 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- dalliance (0.4.0)
5
- rails (>= 3.2, <= 5.1.4)
6
- state_machine
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (4.0.13)
12
- actionpack (= 4.0.13)
13
- mail (~> 2.5, >= 2.5.4)
14
- actionpack (4.0.13)
15
- activesupport (= 4.0.13)
16
- builder (~> 3.1.0)
17
- erubis (~> 2.7.0)
18
- rack (~> 1.5.2)
19
- rack-test (~> 0.6.2)
20
- activemodel (4.0.13)
21
- activesupport (= 4.0.13)
22
- builder (~> 3.1.0)
23
- activerecord (4.0.13)
24
- activemodel (= 4.0.13)
25
- activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.13)
27
- arel (~> 4.0.0)
28
- activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.13)
30
- i18n (~> 0.6, >= 0.6.9)
31
- minitest (~> 4.2)
32
- multi_json (~> 1.3)
33
- thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.37)
35
- appraisal (1.0.2)
36
- bundler
37
- rake
38
- thor (>= 0.14.0)
39
- arel (4.0.2)
40
- builder (3.1.4)
41
- byebug (9.0.5)
42
- delayed_job (4.0.6)
43
- activesupport (>= 3.0, < 5.0)
44
- delayed_job_active_record (4.0.3)
45
- activerecord (>= 3.0, < 5.0)
46
- delayed_job (>= 3.0, < 4.1)
47
- diff-lcs (1.2.5)
48
- erubis (2.7.0)
49
- hike (1.2.3)
50
- i18n (0.7.0)
51
- mail (2.6.3)
52
- mime-types (>= 1.16, < 3)
53
- mime-types (2.4.3)
54
- minitest (4.7.5)
55
- mono_logger (1.1.0)
56
- multi_json (1.10.1)
57
- rack (1.5.2)
58
- rack-protection (1.5.3)
59
- rack
60
- rack-test (0.6.3)
61
- rack (>= 1.0)
62
- rails (4.0.13)
63
- actionmailer (= 4.0.13)
64
- actionpack (= 4.0.13)
65
- activerecord (= 4.0.13)
66
- activesupport (= 4.0.13)
67
- bundler (>= 1.3.0, < 2.0)
68
- railties (= 4.0.13)
69
- sprockets-rails (~> 2.0)
70
- railties (4.0.13)
71
- actionpack (= 4.0.13)
72
- activesupport (= 4.0.13)
73
- rake (>= 0.8.7)
74
- thor (>= 0.18.1, < 2.0)
75
- rake (10.4.2)
76
- redis (3.2.0)
77
- redis-namespace (1.5.1)
78
- redis (~> 3.0, >= 3.0.4)
79
- resque (1.25.2)
80
- mono_logger (~> 1.0)
81
- multi_json (~> 1.0)
82
- redis-namespace (~> 1.3)
83
- sinatra (>= 0.9.2)
84
- vegas (~> 0.1.2)
85
- rspec (3.1.0)
86
- rspec-core (~> 3.1.0)
87
- rspec-expectations (~> 3.1.0)
88
- rspec-mocks (~> 3.1.0)
89
- rspec-core (3.1.7)
90
- rspec-support (~> 3.1.0)
91
- rspec-expectations (3.1.2)
92
- diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.1.0)
94
- rspec-mocks (3.1.3)
95
- rspec-support (~> 3.1.0)
96
- rspec-support (3.1.2)
97
- sinatra (1.4.5)
98
- rack (~> 1.4)
99
- rack-protection (~> 1.4)
100
- tilt (~> 1.3, >= 1.3.4)
101
- sprockets (2.12.3)
102
- hike (~> 1.2)
103
- multi_json (~> 1.0)
104
- rack (~> 1.0)
105
- tilt (~> 1.1, != 1.3.0)
106
- sprockets-rails (2.2.2)
107
- actionpack (>= 3.0)
108
- activesupport (>= 3.0)
109
- sprockets (>= 2.8, < 4.0)
110
- sqlite3 (1.3.10)
111
- state_machine (1.2.0)
112
- thor (0.19.1)
113
- thread_safe (0.3.4)
114
- tilt (1.4.1)
115
- tzinfo (0.3.42)
116
- vegas (0.1.11)
117
- rack (>= 1.0.0)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- appraisal
124
- byebug
125
- dalliance!
126
- delayed_job (>= 3.0.0)
127
- delayed_job_active_record
128
- rails (~> 4.0.0)
129
- resque
130
- rspec (>= 3.0.0)
131
- sqlite3
132
-
133
- BUNDLED WITH
134
- 1.16.0