dalliance 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "rails", "~> 4.1.0"
7
-
8
- group :development, :test do
9
- gem "byebug"
10
- end
11
-
12
- gemspec path: "../"
@@ -1,140 +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.1.9)
12
- actionpack (= 4.1.9)
13
- actionview (= 4.1.9)
14
- mail (~> 2.5, >= 2.5.4)
15
- actionpack (4.1.9)
16
- actionview (= 4.1.9)
17
- activesupport (= 4.1.9)
18
- rack (~> 1.5.2)
19
- rack-test (~> 0.6.2)
20
- actionview (4.1.9)
21
- activesupport (= 4.1.9)
22
- builder (~> 3.1)
23
- erubis (~> 2.7.0)
24
- activemodel (4.1.9)
25
- activesupport (= 4.1.9)
26
- builder (~> 3.1)
27
- activerecord (4.1.9)
28
- activemodel (= 4.1.9)
29
- activesupport (= 4.1.9)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.9)
32
- i18n (~> 0.6, >= 0.6.9)
33
- json (~> 1.7, >= 1.7.7)
34
- minitest (~> 5.1)
35
- thread_safe (~> 0.1)
36
- tzinfo (~> 1.1)
37
- appraisal (1.0.2)
38
- bundler
39
- rake
40
- thor (>= 0.14.0)
41
- arel (5.0.1.20140414130214)
42
- builder (3.2.2)
43
- byebug (9.0.5)
44
- delayed_job (4.0.6)
45
- activesupport (>= 3.0, < 5.0)
46
- delayed_job_active_record (4.0.3)
47
- activerecord (>= 3.0, < 5.0)
48
- delayed_job (>= 3.0, < 4.1)
49
- diff-lcs (1.2.5)
50
- erubis (2.7.0)
51
- hike (1.2.3)
52
- i18n (0.7.0)
53
- json (1.8.2)
54
- mail (2.6.3)
55
- mime-types (>= 1.16, < 3)
56
- mime-types (2.4.3)
57
- minitest (5.5.1)
58
- mono_logger (1.1.0)
59
- multi_json (1.10.1)
60
- rack (1.5.2)
61
- rack-protection (1.5.3)
62
- rack
63
- rack-test (0.6.3)
64
- rack (>= 1.0)
65
- rails (4.1.9)
66
- actionmailer (= 4.1.9)
67
- actionpack (= 4.1.9)
68
- actionview (= 4.1.9)
69
- activemodel (= 4.1.9)
70
- activerecord (= 4.1.9)
71
- activesupport (= 4.1.9)
72
- bundler (>= 1.3.0, < 2.0)
73
- railties (= 4.1.9)
74
- sprockets-rails (~> 2.0)
75
- railties (4.1.9)
76
- actionpack (= 4.1.9)
77
- activesupport (= 4.1.9)
78
- rake (>= 0.8.7)
79
- thor (>= 0.18.1, < 2.0)
80
- rake (10.4.2)
81
- redis (3.2.0)
82
- redis-namespace (1.5.1)
83
- redis (~> 3.0, >= 3.0.4)
84
- resque (1.25.2)
85
- mono_logger (~> 1.0)
86
- multi_json (~> 1.0)
87
- redis-namespace (~> 1.3)
88
- sinatra (>= 0.9.2)
89
- vegas (~> 0.1.2)
90
- rspec (3.1.0)
91
- rspec-core (~> 3.1.0)
92
- rspec-expectations (~> 3.1.0)
93
- rspec-mocks (~> 3.1.0)
94
- rspec-core (3.1.7)
95
- rspec-support (~> 3.1.0)
96
- rspec-expectations (3.1.2)
97
- diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.1.0)
99
- rspec-mocks (3.1.3)
100
- rspec-support (~> 3.1.0)
101
- rspec-support (3.1.2)
102
- sinatra (1.4.5)
103
- rack (~> 1.4)
104
- rack-protection (~> 1.4)
105
- tilt (~> 1.3, >= 1.3.4)
106
- sprockets (2.12.3)
107
- hike (~> 1.2)
108
- multi_json (~> 1.0)
109
- rack (~> 1.0)
110
- tilt (~> 1.1, != 1.3.0)
111
- sprockets-rails (2.2.2)
112
- actionpack (>= 3.0)
113
- activesupport (>= 3.0)
114
- sprockets (>= 2.8, < 4.0)
115
- sqlite3 (1.3.10)
116
- state_machine (1.2.0)
117
- thor (0.19.1)
118
- thread_safe (0.3.4)
119
- tilt (1.4.1)
120
- tzinfo (1.2.2)
121
- thread_safe (~> 0.1)
122
- vegas (0.1.11)
123
- rack (>= 1.0.0)
124
-
125
- PLATFORMS
126
- ruby
127
-
128
- DEPENDENCIES
129
- appraisal
130
- byebug
131
- dalliance!
132
- delayed_job (>= 3.0.0)
133
- delayed_job_active_record
134
- rails (~> 4.1.0)
135
- resque
136
- rspec (>= 3.0.0)
137
- sqlite3
138
-
139
- BUNDLED WITH
140
- 1.16.0