rahasia 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'rahasia'
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require 'irb'
15
+ IRB.start(__FILE__)
@@ -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,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+
6
+ Bundler.require :default, :development
7
+
8
+ Combustion.initialize! :all
9
+ run Combustion::Application
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source 'https://rubygems.org'
6
+
7
+ gem 'rails', '4.2.10'
8
+
9
+ gemspec path: '../'
@@ -0,0 +1,122 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rahasia (0.0.2)
5
+ activesupport
6
+ lockbox (~> 0.3.1)
7
+ vault (~> 0.13.0)
8
+ vault-transit
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actionmailer (4.2.10)
14
+ actionpack (= 4.2.10)
15
+ actionview (= 4.2.10)
16
+ activejob (= 4.2.10)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 1.0, >= 1.0.5)
19
+ actionpack (4.2.10)
20
+ actionview (= 4.2.10)
21
+ activesupport (= 4.2.10)
22
+ rack (~> 1.6)
23
+ rack-test (~> 0.6.2)
24
+ rails-dom-testing (~> 1.0, >= 1.0.5)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (4.2.10)
27
+ activesupport (= 4.2.10)
28
+ builder (~> 3.1)
29
+ erubis (~> 2.7.0)
30
+ rails-dom-testing (~> 1.0, >= 1.0.5)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (4.2.10)
33
+ activesupport (= 4.2.10)
34
+ globalid (>= 0.3.0)
35
+ activemodel (4.2.10)
36
+ activesupport (= 4.2.10)
37
+ builder (~> 3.1)
38
+ activerecord (4.2.10)
39
+ activemodel (= 4.2.10)
40
+ activesupport (= 4.2.10)
41
+ arel (~> 6.0)
42
+ activesupport (4.2.10)
43
+ i18n (~> 0.7)
44
+ minitest (~> 5.1)
45
+ thread_safe (~> 0.3, >= 0.3.4)
46
+ tzinfo (~> 1.1)
47
+ arel (6.0.4)
48
+ aws-eventstream (1.0.3)
49
+ aws-sigv4 (1.1.0)
50
+ aws-eventstream (~> 1.0, >= 1.0.2)
51
+ builder (3.2.4)
52
+ concurrent-ruby (1.1.6)
53
+ crass (1.0.6)
54
+ erubis (2.7.0)
55
+ globalid (0.4.2)
56
+ activesupport (>= 4.2.0)
57
+ i18n (0.9.5)
58
+ concurrent-ruby (~> 1.0)
59
+ lockbox (0.3.2)
60
+ loofah (2.4.0)
61
+ crass (~> 1.0.2)
62
+ nokogiri (>= 1.5.9)
63
+ mail (2.7.1)
64
+ mini_mime (>= 0.1.1)
65
+ mini_mime (1.0.2)
66
+ mini_portile2 (2.4.0)
67
+ minitest (5.14.0)
68
+ nokogiri (1.10.8)
69
+ mini_portile2 (~> 2.4.0)
70
+ rack (1.6.13)
71
+ rack-test (0.6.3)
72
+ rack (>= 1.0)
73
+ rails (4.2.10)
74
+ actionmailer (= 4.2.10)
75
+ actionpack (= 4.2.10)
76
+ actionview (= 4.2.10)
77
+ activejob (= 4.2.10)
78
+ activemodel (= 4.2.10)
79
+ activerecord (= 4.2.10)
80
+ activesupport (= 4.2.10)
81
+ bundler (>= 1.3.0, < 2.0)
82
+ railties (= 4.2.10)
83
+ sprockets-rails
84
+ rails-deprecated_sanitizer (1.0.3)
85
+ activesupport (>= 4.2.0.alpha)
86
+ rails-dom-testing (1.0.9)
87
+ activesupport (>= 4.2.0, < 5.0)
88
+ nokogiri (~> 1.6)
89
+ rails-deprecated_sanitizer (>= 1.0.1)
90
+ rails-html-sanitizer (1.3.0)
91
+ loofah (~> 2.3)
92
+ railties (4.2.10)
93
+ actionpack (= 4.2.10)
94
+ activesupport (= 4.2.10)
95
+ rake (>= 0.8.7)
96
+ thor (>= 0.18.1, < 2.0)
97
+ rake (13.0.1)
98
+ sprockets (4.0.0)
99
+ concurrent-ruby (~> 1.0)
100
+ rack (> 1, < 3)
101
+ sprockets-rails (3.2.1)
102
+ actionpack (>= 4.0)
103
+ activesupport (>= 4.0)
104
+ sprockets (>= 3.0.0)
105
+ thor (1.0.1)
106
+ thread_safe (0.3.6)
107
+ tzinfo (1.2.6)
108
+ thread_safe (~> 0.1)
109
+ vault (0.13.0)
110
+ aws-sigv4
111
+ vault-transit (0.1.1)
112
+ vault (~> 0.8)
113
+
114
+ PLATFORMS
115
+ ruby
116
+
117
+ DEPENDENCIES
118
+ rahasia!
119
+ rails (= 4.2.10)
120
+
121
+ BUNDLED WITH
122
+ 1.17.3
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source 'https://rubygems.org'
6
+
7
+ gem 'rails', '5.2.4.1'
8
+
9
+ gemspec path: '../'
@@ -0,0 +1,134 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rahasia (0.0.1.pre.alpha)
5
+ activesupport
6
+ lockbox (~> 0.3.1)
7
+ vault (~> 0.13.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.2.4.1)
13
+ actionpack (= 5.2.4.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailer (5.2.4.1)
17
+ actionpack (= 5.2.4.1)
18
+ actionview (= 5.2.4.1)
19
+ activejob (= 5.2.4.1)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.2.4.1)
23
+ actionview (= 5.2.4.1)
24
+ activesupport (= 5.2.4.1)
25
+ rack (~> 2.0, >= 2.0.8)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.2.4.1)
30
+ activesupport (= 5.2.4.1)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.2.4.1)
36
+ activesupport (= 5.2.4.1)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.2.4.1)
39
+ activesupport (= 5.2.4.1)
40
+ activerecord (5.2.4.1)
41
+ activemodel (= 5.2.4.1)
42
+ activesupport (= 5.2.4.1)
43
+ arel (>= 9.0)
44
+ activestorage (5.2.4.1)
45
+ actionpack (= 5.2.4.1)
46
+ activerecord (= 5.2.4.1)
47
+ marcel (~> 0.3.1)
48
+ activesupport (5.2.4.1)
49
+ concurrent-ruby (~> 1.0, >= 1.0.2)
50
+ i18n (>= 0.7, < 2)
51
+ minitest (~> 5.1)
52
+ tzinfo (~> 1.1)
53
+ arel (9.0.0)
54
+ aws-eventstream (1.0.3)
55
+ aws-sigv4 (1.1.0)
56
+ aws-eventstream (~> 1.0, >= 1.0.2)
57
+ builder (3.2.4)
58
+ concurrent-ruby (1.1.6)
59
+ crass (1.0.6)
60
+ erubi (1.9.0)
61
+ globalid (0.4.2)
62
+ activesupport (>= 4.2.0)
63
+ i18n (1.8.2)
64
+ concurrent-ruby (~> 1.0)
65
+ lockbox (0.3.1)
66
+ loofah (2.4.0)
67
+ crass (~> 1.0.2)
68
+ nokogiri (>= 1.5.9)
69
+ mail (2.7.1)
70
+ mini_mime (>= 0.1.1)
71
+ marcel (0.3.3)
72
+ mimemagic (~> 0.3.2)
73
+ method_source (0.9.2)
74
+ mimemagic (0.3.4)
75
+ mini_mime (1.0.2)
76
+ mini_portile2 (2.4.0)
77
+ minitest (5.14.0)
78
+ nio4r (2.5.2)
79
+ nokogiri (1.10.8)
80
+ mini_portile2 (~> 2.4.0)
81
+ rack (2.2.2)
82
+ rack-test (1.1.0)
83
+ rack (>= 1.0, < 3)
84
+ rails (5.2.4.1)
85
+ actioncable (= 5.2.4.1)
86
+ actionmailer (= 5.2.4.1)
87
+ actionpack (= 5.2.4.1)
88
+ actionview (= 5.2.4.1)
89
+ activejob (= 5.2.4.1)
90
+ activemodel (= 5.2.4.1)
91
+ activerecord (= 5.2.4.1)
92
+ activestorage (= 5.2.4.1)
93
+ activesupport (= 5.2.4.1)
94
+ bundler (>= 1.3.0)
95
+ railties (= 5.2.4.1)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
100
+ rails-html-sanitizer (1.3.0)
101
+ loofah (~> 2.3)
102
+ railties (5.2.4.1)
103
+ actionpack (= 5.2.4.1)
104
+ activesupport (= 5.2.4.1)
105
+ method_source
106
+ rake (>= 0.8.7)
107
+ thor (>= 0.19.0, < 2.0)
108
+ rake (13.0.1)
109
+ sprockets (4.0.0)
110
+ concurrent-ruby (~> 1.0)
111
+ rack (> 1, < 3)
112
+ sprockets-rails (3.2.1)
113
+ actionpack (>= 4.0)
114
+ activesupport (>= 4.0)
115
+ sprockets (>= 3.0.0)
116
+ thor (1.0.1)
117
+ thread_safe (0.3.6)
118
+ tzinfo (1.2.6)
119
+ thread_safe (~> 0.1)
120
+ vault (0.13.0)
121
+ aws-sigv4
122
+ websocket-driver (0.7.1)
123
+ websocket-extensions (>= 0.1.0)
124
+ websocket-extensions (0.1.4)
125
+
126
+ PLATFORMS
127
+ ruby
128
+
129
+ DEPENDENCIES
130
+ rahasia!
131
+ rails (= 5.2.4.1)
132
+
133
+ BUNDLED WITH
134
+ 1.17.3
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source 'https://rubygems.org'
6
+
7
+ gem 'rails', '6.0.2'
8
+
9
+ gemspec path: '../'
@@ -0,0 +1,150 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rahasia (0.0.1.pre.alpha)
5
+ activesupport
6
+ lockbox (~> 0.3.1)
7
+ vault (~> 0.13.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (6.0.2)
13
+ actionpack (= 6.0.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.0.2)
17
+ actionpack (= 6.0.2)
18
+ activejob (= 6.0.2)
19
+ activerecord (= 6.0.2)
20
+ activestorage (= 6.0.2)
21
+ activesupport (= 6.0.2)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.0.2)
24
+ actionpack (= 6.0.2)
25
+ actionview (= 6.0.2)
26
+ activejob (= 6.0.2)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.0.2)
30
+ actionview (= 6.0.2)
31
+ activesupport (= 6.0.2)
32
+ rack (~> 2.0)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.0.2)
37
+ actionpack (= 6.0.2)
38
+ activerecord (= 6.0.2)
39
+ activestorage (= 6.0.2)
40
+ activesupport (= 6.0.2)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.0.2)
43
+ activesupport (= 6.0.2)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.0.2)
49
+ activesupport (= 6.0.2)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.0.2)
52
+ activesupport (= 6.0.2)
53
+ activerecord (6.0.2)
54
+ activemodel (= 6.0.2)
55
+ activesupport (= 6.0.2)
56
+ activestorage (6.0.2)
57
+ actionpack (= 6.0.2)
58
+ activejob (= 6.0.2)
59
+ activerecord (= 6.0.2)
60
+ marcel (~> 0.3.1)
61
+ activesupport (6.0.2)
62
+ concurrent-ruby (~> 1.0, >= 1.0.2)
63
+ i18n (>= 0.7, < 2)
64
+ minitest (~> 5.1)
65
+ tzinfo (~> 1.1)
66
+ zeitwerk (~> 2.2)
67
+ aws-eventstream (1.0.3)
68
+ aws-sigv4 (1.1.0)
69
+ aws-eventstream (~> 1.0, >= 1.0.2)
70
+ builder (3.2.4)
71
+ concurrent-ruby (1.1.6)
72
+ crass (1.0.6)
73
+ erubi (1.9.0)
74
+ globalid (0.4.2)
75
+ activesupport (>= 4.2.0)
76
+ i18n (1.8.2)
77
+ concurrent-ruby (~> 1.0)
78
+ lockbox (0.3.1)
79
+ loofah (2.4.0)
80
+ crass (~> 1.0.2)
81
+ nokogiri (>= 1.5.9)
82
+ mail (2.7.1)
83
+ mini_mime (>= 0.1.1)
84
+ marcel (0.3.3)
85
+ mimemagic (~> 0.3.2)
86
+ method_source (0.9.2)
87
+ mimemagic (0.3.4)
88
+ mini_mime (1.0.2)
89
+ mini_portile2 (2.4.0)
90
+ minitest (5.14.0)
91
+ nio4r (2.5.2)
92
+ nokogiri (1.10.8)
93
+ mini_portile2 (~> 2.4.0)
94
+ rack (2.2.2)
95
+ rack-test (1.1.0)
96
+ rack (>= 1.0, < 3)
97
+ rails (6.0.2)
98
+ actioncable (= 6.0.2)
99
+ actionmailbox (= 6.0.2)
100
+ actionmailer (= 6.0.2)
101
+ actionpack (= 6.0.2)
102
+ actiontext (= 6.0.2)
103
+ actionview (= 6.0.2)
104
+ activejob (= 6.0.2)
105
+ activemodel (= 6.0.2)
106
+ activerecord (= 6.0.2)
107
+ activestorage (= 6.0.2)
108
+ activesupport (= 6.0.2)
109
+ bundler (>= 1.3.0)
110
+ railties (= 6.0.2)
111
+ sprockets-rails (>= 2.0.0)
112
+ rails-dom-testing (2.0.3)
113
+ activesupport (>= 4.2.0)
114
+ nokogiri (>= 1.6)
115
+ rails-html-sanitizer (1.3.0)
116
+ loofah (~> 2.3)
117
+ railties (6.0.2)
118
+ actionpack (= 6.0.2)
119
+ activesupport (= 6.0.2)
120
+ method_source
121
+ rake (>= 0.8.7)
122
+ thor (>= 0.20.3, < 2.0)
123
+ rake (13.0.1)
124
+ sprockets (4.0.0)
125
+ concurrent-ruby (~> 1.0)
126
+ rack (> 1, < 3)
127
+ sprockets-rails (3.2.1)
128
+ actionpack (>= 4.0)
129
+ activesupport (>= 4.0)
130
+ sprockets (>= 3.0.0)
131
+ thor (1.0.1)
132
+ thread_safe (0.3.6)
133
+ tzinfo (1.2.6)
134
+ thread_safe (~> 0.1)
135
+ vault (0.13.0)
136
+ aws-sigv4
137
+ websocket-driver (0.7.1)
138
+ websocket-extensions (>= 0.1.0)
139
+ websocket-extensions (0.1.4)
140
+ zeitwerk (2.2.2)
141
+
142
+ PLATFORMS
143
+ ruby
144
+
145
+ DEPENDENCIES
146
+ rahasia!
147
+ rails (= 6.0.2)
148
+
149
+ BUNDLED WITH
150
+ 1.17.3