beta_feature 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "beta_feature"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,175 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ beta_feature (0.1.0)
5
+ rails (>= 4.2, < 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.0.7.2)
11
+ actionpack (= 5.0.7.2)
12
+ nio4r (>= 1.2, < 3.0)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.7.2)
15
+ actionpack (= 5.0.7.2)
16
+ actionview (= 5.0.7.2)
17
+ activejob (= 5.0.7.2)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.7.2)
21
+ actionview (= 5.0.7.2)
22
+ activesupport (= 5.0.7.2)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.0.7.2)
28
+ activesupport (= 5.0.7.2)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.0.7.2)
34
+ activesupport (= 5.0.7.2)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.7.2)
37
+ activesupport (= 5.0.7.2)
38
+ activerecord (5.0.7.2)
39
+ activemodel (= 5.0.7.2)
40
+ activesupport (= 5.0.7.2)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.7.2)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (>= 0.7, < 2)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.2.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (7.1.4)
52
+ ast (2.4.0)
53
+ builder (3.2.4)
54
+ coderay (1.1.2)
55
+ concurrent-ruby (1.1.6)
56
+ crass (1.0.6)
57
+ diff-lcs (1.3)
58
+ erubis (2.7.0)
59
+ globalid (0.4.2)
60
+ activesupport (>= 4.2.0)
61
+ i18n (1.8.2)
62
+ concurrent-ruby (~> 1.0)
63
+ jaro_winkler (1.5.4)
64
+ loofah (2.5.0)
65
+ crass (~> 1.0.2)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.7.1)
68
+ mini_mime (>= 0.1.1)
69
+ method_source (1.0.0)
70
+ mini_mime (1.0.2)
71
+ mini_portile2 (2.4.0)
72
+ minitest (5.14.0)
73
+ mysql2 (0.5.3)
74
+ nio4r (2.5.2)
75
+ nokogiri (1.10.9)
76
+ mini_portile2 (~> 2.4.0)
77
+ parallel (1.19.1)
78
+ parser (2.7.1.1)
79
+ ast (~> 2.4.0)
80
+ pg (1.2.3)
81
+ pry (0.13.1)
82
+ coderay (~> 1.1)
83
+ method_source (~> 1.0)
84
+ rack (2.2.2)
85
+ rack-test (0.6.3)
86
+ rack (>= 1.0)
87
+ rails (5.0.7.2)
88
+ actioncable (= 5.0.7.2)
89
+ actionmailer (= 5.0.7.2)
90
+ actionpack (= 5.0.7.2)
91
+ actionview (= 5.0.7.2)
92
+ activejob (= 5.0.7.2)
93
+ activemodel (= 5.0.7.2)
94
+ activerecord (= 5.0.7.2)
95
+ activesupport (= 5.0.7.2)
96
+ bundler (>= 1.3.0)
97
+ railties (= 5.0.7.2)
98
+ sprockets-rails (>= 2.0.0)
99
+ rails-dom-testing (2.0.3)
100
+ activesupport (>= 4.2.0)
101
+ nokogiri (>= 1.6)
102
+ rails-html-sanitizer (1.3.0)
103
+ loofah (~> 2.3)
104
+ railties (5.0.7.2)
105
+ actionpack (= 5.0.7.2)
106
+ activesupport (= 5.0.7.2)
107
+ method_source
108
+ rake (>= 0.8.7)
109
+ thor (>= 0.18.1, < 2.0)
110
+ rainbow (3.0.0)
111
+ rake (13.0.1)
112
+ rexml (3.2.4)
113
+ rspec (3.9.0)
114
+ rspec-core (~> 3.9.0)
115
+ rspec-expectations (~> 3.9.0)
116
+ rspec-mocks (~> 3.9.0)
117
+ rspec-core (3.9.1)
118
+ rspec-support (~> 3.9.1)
119
+ rspec-expectations (3.9.1)
120
+ diff-lcs (>= 1.2.0, < 2.0)
121
+ rspec-support (~> 3.9.0)
122
+ rspec-mocks (3.9.1)
123
+ diff-lcs (>= 1.2.0, < 2.0)
124
+ rspec-support (~> 3.9.0)
125
+ rspec-rails (3.9.0)
126
+ actionpack (>= 3.0)
127
+ activesupport (>= 3.0)
128
+ railties (>= 3.0)
129
+ rspec-core (~> 3.9.0)
130
+ rspec-expectations (~> 3.9.0)
131
+ rspec-mocks (~> 3.9.0)
132
+ rspec-support (~> 3.9.0)
133
+ rspec-support (3.9.2)
134
+ rubocop (0.82.0)
135
+ jaro_winkler (~> 1.5.1)
136
+ parallel (~> 1.10)
137
+ parser (>= 2.7.0.1)
138
+ rainbow (>= 2.2.2, < 4.0)
139
+ rexml
140
+ ruby-progressbar (~> 1.7)
141
+ unicode-display_width (>= 1.4.0, < 2.0)
142
+ ruby-progressbar (1.10.1)
143
+ sprockets (4.0.0)
144
+ concurrent-ruby (~> 1.0)
145
+ rack (> 1, < 3)
146
+ sprockets-rails (3.2.1)
147
+ actionpack (>= 4.0)
148
+ activesupport (>= 4.0)
149
+ sprockets (>= 3.0.0)
150
+ thor (1.0.1)
151
+ thread_safe (0.3.6)
152
+ tzinfo (1.2.7)
153
+ thread_safe (~> 0.1)
154
+ unicode-display_width (1.7.0)
155
+ websocket-driver (0.6.5)
156
+ websocket-extensions (>= 0.1.0)
157
+ websocket-extensions (0.1.4)
158
+
159
+ PLATFORMS
160
+ ruby
161
+
162
+ DEPENDENCIES
163
+ appraisal
164
+ beta_feature!
165
+ mysql2 (>= 0.3.20)
166
+ pg (>= 0.18, < 2.0)
167
+ pry
168
+ rails (~> 5.0.0)
169
+ rake (>= 12.3.3)
170
+ rspec (>= 3.0)
171
+ rspec-rails (>= 3.5)
172
+ rubocop (>= 0.54.0)
173
+
174
+ BUNDLED WITH
175
+ 1.17.3
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.4"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,175 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ beta_feature (0.1.0)
5
+ rails (>= 4.2, < 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.1.7)
11
+ actionpack (= 5.1.7)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.1.7)
15
+ actionpack (= 5.1.7)
16
+ actionview (= 5.1.7)
17
+ activejob (= 5.1.7)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.1.7)
21
+ actionview (= 5.1.7)
22
+ activesupport (= 5.1.7)
23
+ rack (~> 2.0)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.1.7)
28
+ activesupport (= 5.1.7)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.1.7)
34
+ activesupport (= 5.1.7)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.1.7)
37
+ activesupport (= 5.1.7)
38
+ activerecord (5.1.7)
39
+ activemodel (= 5.1.7)
40
+ activesupport (= 5.1.7)
41
+ arel (~> 8.0)
42
+ activesupport (5.1.7)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (>= 0.7, < 2)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.2.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (8.0.0)
52
+ ast (2.4.0)
53
+ builder (3.2.4)
54
+ coderay (1.1.2)
55
+ concurrent-ruby (1.1.6)
56
+ crass (1.0.6)
57
+ diff-lcs (1.3)
58
+ erubi (1.9.0)
59
+ globalid (0.4.2)
60
+ activesupport (>= 4.2.0)
61
+ i18n (1.8.2)
62
+ concurrent-ruby (~> 1.0)
63
+ jaro_winkler (1.5.4)
64
+ loofah (2.5.0)
65
+ crass (~> 1.0.2)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.7.1)
68
+ mini_mime (>= 0.1.1)
69
+ method_source (1.0.0)
70
+ mini_mime (1.0.2)
71
+ mini_portile2 (2.4.0)
72
+ minitest (5.14.0)
73
+ mysql2 (0.5.3)
74
+ nio4r (2.5.2)
75
+ nokogiri (1.10.9)
76
+ mini_portile2 (~> 2.4.0)
77
+ parallel (1.19.1)
78
+ parser (2.7.1.1)
79
+ ast (~> 2.4.0)
80
+ pg (1.2.3)
81
+ pry (0.13.1)
82
+ coderay (~> 1.1)
83
+ method_source (~> 1.0)
84
+ rack (2.2.2)
85
+ rack-test (1.1.0)
86
+ rack (>= 1.0, < 3)
87
+ rails (5.1.7)
88
+ actioncable (= 5.1.7)
89
+ actionmailer (= 5.1.7)
90
+ actionpack (= 5.1.7)
91
+ actionview (= 5.1.7)
92
+ activejob (= 5.1.7)
93
+ activemodel (= 5.1.7)
94
+ activerecord (= 5.1.7)
95
+ activesupport (= 5.1.7)
96
+ bundler (>= 1.3.0)
97
+ railties (= 5.1.7)
98
+ sprockets-rails (>= 2.0.0)
99
+ rails-dom-testing (2.0.3)
100
+ activesupport (>= 4.2.0)
101
+ nokogiri (>= 1.6)
102
+ rails-html-sanitizer (1.3.0)
103
+ loofah (~> 2.3)
104
+ railties (5.1.7)
105
+ actionpack (= 5.1.7)
106
+ activesupport (= 5.1.7)
107
+ method_source
108
+ rake (>= 0.8.7)
109
+ thor (>= 0.18.1, < 2.0)
110
+ rainbow (3.0.0)
111
+ rake (13.0.1)
112
+ rexml (3.2.4)
113
+ rspec (3.9.0)
114
+ rspec-core (~> 3.9.0)
115
+ rspec-expectations (~> 3.9.0)
116
+ rspec-mocks (~> 3.9.0)
117
+ rspec-core (3.9.1)
118
+ rspec-support (~> 3.9.1)
119
+ rspec-expectations (3.9.1)
120
+ diff-lcs (>= 1.2.0, < 2.0)
121
+ rspec-support (~> 3.9.0)
122
+ rspec-mocks (3.9.1)
123
+ diff-lcs (>= 1.2.0, < 2.0)
124
+ rspec-support (~> 3.9.0)
125
+ rspec-rails (3.9.0)
126
+ actionpack (>= 3.0)
127
+ activesupport (>= 3.0)
128
+ railties (>= 3.0)
129
+ rspec-core (~> 3.9.0)
130
+ rspec-expectations (~> 3.9.0)
131
+ rspec-mocks (~> 3.9.0)
132
+ rspec-support (~> 3.9.0)
133
+ rspec-support (3.9.2)
134
+ rubocop (0.82.0)
135
+ jaro_winkler (~> 1.5.1)
136
+ parallel (~> 1.10)
137
+ parser (>= 2.7.0.1)
138
+ rainbow (>= 2.2.2, < 4.0)
139
+ rexml
140
+ ruby-progressbar (~> 1.7)
141
+ unicode-display_width (>= 1.4.0, < 2.0)
142
+ ruby-progressbar (1.10.1)
143
+ sprockets (4.0.0)
144
+ concurrent-ruby (~> 1.0)
145
+ rack (> 1, < 3)
146
+ sprockets-rails (3.2.1)
147
+ actionpack (>= 4.0)
148
+ activesupport (>= 4.0)
149
+ sprockets (>= 3.0.0)
150
+ thor (1.0.1)
151
+ thread_safe (0.3.6)
152
+ tzinfo (1.2.7)
153
+ thread_safe (~> 0.1)
154
+ unicode-display_width (1.7.0)
155
+ websocket-driver (0.6.5)
156
+ websocket-extensions (>= 0.1.0)
157
+ websocket-extensions (0.1.4)
158
+
159
+ PLATFORMS
160
+ ruby
161
+
162
+ DEPENDENCIES
163
+ appraisal
164
+ beta_feature!
165
+ mysql2 (>= 0.3.20)
166
+ pg (>= 0.18, < 2.0)
167
+ pry
168
+ rails (~> 5.1.4)
169
+ rake (>= 12.3.3)
170
+ rspec (>= 3.0)
171
+ rspec-rails (>= 3.5)
172
+ rubocop (>= 0.54.0)
173
+
174
+ BUNDLED WITH
175
+ 1.17.3
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", ">= 5.2.0", "< 5.3"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,183 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ beta_feature (0.1.0)
5
+ rails (>= 4.2, < 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.2.4.2)
11
+ actionpack (= 5.2.4.2)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.4.2)
15
+ actionpack (= 5.2.4.2)
16
+ actionview (= 5.2.4.2)
17
+ activejob (= 5.2.4.2)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.4.2)
21
+ actionview (= 5.2.4.2)
22
+ activesupport (= 5.2.4.2)
23
+ rack (~> 2.0, >= 2.0.8)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.4.2)
28
+ activesupport (= 5.2.4.2)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.4.2)
34
+ activesupport (= 5.2.4.2)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.4.2)
37
+ activesupport (= 5.2.4.2)
38
+ activerecord (5.2.4.2)
39
+ activemodel (= 5.2.4.2)
40
+ activesupport (= 5.2.4.2)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.4.2)
43
+ actionpack (= 5.2.4.2)
44
+ activerecord (= 5.2.4.2)
45
+ marcel (~> 0.3.1)
46
+ activesupport (5.2.4.2)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ appraisal (2.2.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ arel (9.0.0)
56
+ ast (2.4.0)
57
+ builder (3.2.4)
58
+ coderay (1.1.2)
59
+ concurrent-ruby (1.1.6)
60
+ crass (1.0.6)
61
+ diff-lcs (1.3)
62
+ erubi (1.9.0)
63
+ globalid (0.4.2)
64
+ activesupport (>= 4.2.0)
65
+ i18n (1.8.2)
66
+ concurrent-ruby (~> 1.0)
67
+ jaro_winkler (1.5.4)
68
+ loofah (2.5.0)
69
+ crass (~> 1.0.2)
70
+ nokogiri (>= 1.5.9)
71
+ mail (2.7.1)
72
+ mini_mime (>= 0.1.1)
73
+ marcel (0.3.3)
74
+ mimemagic (~> 0.3.2)
75
+ method_source (1.0.0)
76
+ mimemagic (0.3.4)
77
+ mini_mime (1.0.2)
78
+ mini_portile2 (2.4.0)
79
+ minitest (5.14.0)
80
+ mysql2 (0.5.3)
81
+ nio4r (2.5.2)
82
+ nokogiri (1.10.9)
83
+ mini_portile2 (~> 2.4.0)
84
+ parallel (1.19.1)
85
+ parser (2.7.1.1)
86
+ ast (~> 2.4.0)
87
+ pg (1.2.3)
88
+ pry (0.13.1)
89
+ coderay (~> 1.1)
90
+ method_source (~> 1.0)
91
+ rack (2.2.2)
92
+ rack-test (1.1.0)
93
+ rack (>= 1.0, < 3)
94
+ rails (5.2.4.2)
95
+ actioncable (= 5.2.4.2)
96
+ actionmailer (= 5.2.4.2)
97
+ actionpack (= 5.2.4.2)
98
+ actionview (= 5.2.4.2)
99
+ activejob (= 5.2.4.2)
100
+ activemodel (= 5.2.4.2)
101
+ activerecord (= 5.2.4.2)
102
+ activestorage (= 5.2.4.2)
103
+ activesupport (= 5.2.4.2)
104
+ bundler (>= 1.3.0)
105
+ railties (= 5.2.4.2)
106
+ sprockets-rails (>= 2.0.0)
107
+ rails-dom-testing (2.0.3)
108
+ activesupport (>= 4.2.0)
109
+ nokogiri (>= 1.6)
110
+ rails-html-sanitizer (1.3.0)
111
+ loofah (~> 2.3)
112
+ railties (5.2.4.2)
113
+ actionpack (= 5.2.4.2)
114
+ activesupport (= 5.2.4.2)
115
+ method_source
116
+ rake (>= 0.8.7)
117
+ thor (>= 0.19.0, < 2.0)
118
+ rainbow (3.0.0)
119
+ rake (13.0.1)
120
+ rexml (3.2.4)
121
+ rspec (3.9.0)
122
+ rspec-core (~> 3.9.0)
123
+ rspec-expectations (~> 3.9.0)
124
+ rspec-mocks (~> 3.9.0)
125
+ rspec-core (3.9.1)
126
+ rspec-support (~> 3.9.1)
127
+ rspec-expectations (3.9.1)
128
+ diff-lcs (>= 1.2.0, < 2.0)
129
+ rspec-support (~> 3.9.0)
130
+ rspec-mocks (3.9.1)
131
+ diff-lcs (>= 1.2.0, < 2.0)
132
+ rspec-support (~> 3.9.0)
133
+ rspec-rails (3.9.0)
134
+ actionpack (>= 3.0)
135
+ activesupport (>= 3.0)
136
+ railties (>= 3.0)
137
+ rspec-core (~> 3.9.0)
138
+ rspec-expectations (~> 3.9.0)
139
+ rspec-mocks (~> 3.9.0)
140
+ rspec-support (~> 3.9.0)
141
+ rspec-support (3.9.2)
142
+ rubocop (0.82.0)
143
+ jaro_winkler (~> 1.5.1)
144
+ parallel (~> 1.10)
145
+ parser (>= 2.7.0.1)
146
+ rainbow (>= 2.2.2, < 4.0)
147
+ rexml
148
+ ruby-progressbar (~> 1.7)
149
+ unicode-display_width (>= 1.4.0, < 2.0)
150
+ ruby-progressbar (1.10.1)
151
+ sprockets (4.0.0)
152
+ concurrent-ruby (~> 1.0)
153
+ rack (> 1, < 3)
154
+ sprockets-rails (3.2.1)
155
+ actionpack (>= 4.0)
156
+ activesupport (>= 4.0)
157
+ sprockets (>= 3.0.0)
158
+ thor (1.0.1)
159
+ thread_safe (0.3.6)
160
+ tzinfo (1.2.7)
161
+ thread_safe (~> 0.1)
162
+ unicode-display_width (1.7.0)
163
+ websocket-driver (0.7.1)
164
+ websocket-extensions (>= 0.1.0)
165
+ websocket-extensions (0.1.4)
166
+
167
+ PLATFORMS
168
+ ruby
169
+
170
+ DEPENDENCIES
171
+ appraisal
172
+ beta_feature!
173
+ mysql2 (>= 0.3.20)
174
+ pg (>= 0.18, < 2.0)
175
+ pry
176
+ rails (>= 5.2.0, < 5.3)
177
+ rake (>= 12.3.3)
178
+ rspec (>= 3.0)
179
+ rspec-rails (>= 3.5)
180
+ rubocop (>= 0.54.0)
181
+
182
+ BUNDLED WITH
183
+ 1.17.3