orthodox 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: ffc2ee2138a06184d4eb5f22710c16aa81fb6162a53fb98f17143b5047cd9af7
4
- data.tar.gz: cbf9aeec47529757ddab707b7c58d8678def57e0eaae04e4689a94fecff21575
3
+ metadata.gz: fb871af91664739942acedf6dc2134bfb8d327971fa35bbbdca242ce6a646428
4
+ data.tar.gz: 07c30fcef097cafe2cec530ef580c4dbe14351c66d2e2b70a186e6e60328e99e
5
5
  SHA512:
6
- metadata.gz: 80c9f8491cd2f373e8c81a20a3550e1ec490ea79abb4119e1560b63147baf782a60787096c7d5c9c7db9e1582c4d99da4e215497faef1acbc02d313ce3ef836d
7
- data.tar.gz: f52c09f564ac290fd3d38673e340f43fe0fc89b9e758e9031e2e724f0af346f97304f9cdad838e2d1ef69a86338b7afee04c1879387cfcf387da5b3274cc5fb3
6
+ metadata.gz: e8744c0796383e6d1972c90a7cce5f37478b85b2d2db55de5abf4482336328b7defd977aa804861f6d02152944dafae413e6b0f02d2c45bccee9ad52d142dbe0
7
+ data.tar.gz: c01f583e5d8b906a544eba050c12ebc53b3a2fbea46192bcb7552510357b9eb3033d1366bbc3f285e5692689854a7401aec2e21fcedea9d30edd4bbe474ed1cb
@@ -1,50 +1,50 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- orthodox (0.2.0)
4
+ orthodox (0.2.1)
5
5
  rails (>= 3.0.0)
6
6
  slim-rails
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.0)
12
- actionpack (= 5.2.0)
11
+ actioncable (5.2.2.1)
12
+ actionpack (= 5.2.2.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.0)
16
- actionpack (= 5.2.0)
17
- actionview (= 5.2.0)
18
- activejob (= 5.2.0)
15
+ actionmailer (5.2.2.1)
16
+ actionpack (= 5.2.2.1)
17
+ actionview (= 5.2.2.1)
18
+ activejob (= 5.2.2.1)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.0)
22
- actionview (= 5.2.0)
23
- activesupport (= 5.2.0)
21
+ actionpack (5.2.2.1)
22
+ actionview (= 5.2.2.1)
23
+ activesupport (= 5.2.2.1)
24
24
  rack (~> 2.0)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.0)
29
- activesupport (= 5.2.0)
28
+ actionview (5.2.2.1)
29
+ activesupport (= 5.2.2.1)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.0)
35
- activesupport (= 5.2.0)
34
+ activejob (5.2.2.1)
35
+ activesupport (= 5.2.2.1)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.2.0)
38
- activesupport (= 5.2.0)
39
- activerecord (5.2.0)
40
- activemodel (= 5.2.0)
41
- activesupport (= 5.2.0)
37
+ activemodel (5.2.2.1)
38
+ activesupport (= 5.2.2.1)
39
+ activerecord (5.2.2.1)
40
+ activemodel (= 5.2.2.1)
41
+ activesupport (= 5.2.2.1)
42
42
  arel (>= 9.0)
43
- activestorage (5.2.0)
44
- actionpack (= 5.2.0)
45
- activerecord (= 5.2.0)
43
+ activestorage (5.2.2.1)
44
+ actionpack (= 5.2.2.1)
45
+ activerecord (= 5.2.2.1)
46
46
  marcel (~> 0.3.1)
47
- activesupport (5.2.0)
47
+ activesupport (5.2.2.1)
48
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
49
  i18n (>= 0.7, < 2)
50
50
  minitest (~> 5.1)
@@ -78,14 +78,14 @@ GEM
78
78
  coffee-script-source
79
79
  execjs
80
80
  coffee-script-source (1.12.2)
81
- concurrent-ruby (1.0.5)
81
+ concurrent-ruby (1.1.5)
82
82
  crass (1.0.4)
83
- erubi (1.7.1)
83
+ erubi (1.8.0)
84
84
  execjs (2.7.0)
85
85
  ffi (1.9.25)
86
- globalid (0.4.1)
86
+ globalid (0.4.2)
87
87
  activesupport (>= 4.2.0)
88
- i18n (1.0.1)
88
+ i18n (1.6.0)
89
89
  concurrent-ruby (~> 1.0)
90
90
  io-like (0.3.0)
91
91
  jbuilder (2.7.0)
@@ -95,58 +95,58 @@ GEM
95
95
  rb-fsevent (~> 0.9, >= 0.9.4)
96
96
  rb-inotify (~> 0.9, >= 0.9.7)
97
97
  ruby_dep (~> 1.2)
98
- loofah (2.2.2)
98
+ loofah (2.2.3)
99
99
  crass (~> 1.0.2)
100
100
  nokogiri (>= 1.5.9)
101
- mail (2.7.0)
101
+ mail (2.7.1)
102
102
  mini_mime (>= 0.1.1)
103
- marcel (0.3.2)
103
+ marcel (0.3.3)
104
104
  mimemagic (~> 0.3.2)
105
- method_source (0.9.0)
106
- mimemagic (0.3.2)
107
- mini_mime (1.0.0)
108
- mini_portile2 (2.3.0)
105
+ method_source (0.9.2)
106
+ mimemagic (0.3.3)
107
+ mini_mime (1.0.1)
108
+ mini_portile2 (2.4.0)
109
109
  minitest (5.11.3)
110
110
  msgpack (1.2.4)
111
111
  multi_json (1.13.1)
112
112
  nio4r (2.3.1)
113
- nokogiri (1.8.3)
114
- mini_portile2 (~> 2.3.0)
113
+ nokogiri (1.10.1)
114
+ mini_portile2 (~> 2.4.0)
115
115
  public_suffix (3.0.2)
116
116
  puma (3.11.4)
117
- rack (2.0.5)
118
- rack-test (1.0.0)
117
+ rack (2.0.6)
118
+ rack-test (1.1.0)
119
119
  rack (>= 1.0, < 3)
120
- rails (5.2.0)
121
- actioncable (= 5.2.0)
122
- actionmailer (= 5.2.0)
123
- actionpack (= 5.2.0)
124
- actionview (= 5.2.0)
125
- activejob (= 5.2.0)
126
- activemodel (= 5.2.0)
127
- activerecord (= 5.2.0)
128
- activestorage (= 5.2.0)
129
- activesupport (= 5.2.0)
120
+ rails (5.2.2.1)
121
+ actioncable (= 5.2.2.1)
122
+ actionmailer (= 5.2.2.1)
123
+ actionpack (= 5.2.2.1)
124
+ actionview (= 5.2.2.1)
125
+ activejob (= 5.2.2.1)
126
+ activemodel (= 5.2.2.1)
127
+ activerecord (= 5.2.2.1)
128
+ activestorage (= 5.2.2.1)
129
+ activesupport (= 5.2.2.1)
130
130
  bundler (>= 1.3.0)
131
- railties (= 5.2.0)
131
+ railties (= 5.2.2.1)
132
132
  sprockets-rails (>= 2.0.0)
133
133
  rails-dom-testing (2.0.3)
134
134
  activesupport (>= 4.2.0)
135
135
  nokogiri (>= 1.6)
136
136
  rails-html-sanitizer (1.0.4)
137
137
  loofah (~> 2.2, >= 2.2.2)
138
- railties (5.2.0)
139
- actionpack (= 5.2.0)
140
- activesupport (= 5.2.0)
138
+ railties (5.2.2.1)
139
+ actionpack (= 5.2.2.1)
140
+ activesupport (= 5.2.2.1)
141
141
  method_source
142
142
  rake (>= 0.8.7)
143
- thor (>= 0.18.1, < 2.0)
144
- rake (12.3.1)
143
+ thor (>= 0.19.0, < 2.0)
144
+ rake (12.3.2)
145
145
  rb-fsevent (0.10.3)
146
146
  rb-inotify (0.9.10)
147
147
  ffi (>= 0.5.0, < 2)
148
148
  ruby_dep (1.5.0)
149
- rubyzip (1.2.1)
149
+ rubyzip (1.2.2)
150
150
  sass (3.5.6)
151
151
  sass-listen (~> 4.0.0)
152
152
  sass-listen (4.0.0)
@@ -182,7 +182,7 @@ GEM
182
182
  sprockets (>= 3.0.0)
183
183
  sqlite3 (1.3.13)
184
184
  temple (0.8.1)
185
- thor (0.20.0)
185
+ thor (0.20.3)
186
186
  thread_safe (0.3.6)
187
187
  tilt (2.0.8)
188
188
  turbolinks (5.1.1)
@@ -1,3 +1,3 @@
1
1
  module Orthodox
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orthodox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious