rails_admin_toggleable 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +55 -51
- data/lib/rails_admin_toggleable/field.rb +4 -0
- data/lib/rails_admin_toggleable/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfd3a6b2553bd4524a056f3075ce947636c23050
|
4
|
+
data.tar.gz: d29f33bc196fea03c0b20bafadd782df3e223baf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e6b6c1392481910a0d2ba9217cb7a2314b57f04fec71ad0935c151ef8ee8b58aa6fe0790ba3d75e050c77bd550db036ccf178e41ead3ebd831291244ac680a4
|
7
|
+
data.tar.gz: dbc15e0a46d69de999403ddc471d0d99bb3be845c3b074a42ec4883918bf0a2c70a9e82fe8d330e661989e53d2a6b69ad6008089fe8d8a1e7f0d183f463082b7
|
data/Gemfile.lock
CHANGED
@@ -1,42 +1,42 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_admin_toggleable (0.
|
4
|
+
rails_admin_toggleable (0.7.0)
|
5
5
|
rails_admin
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (4.2.
|
11
|
-
actionpack (= 4.2.
|
12
|
-
actionview (= 4.2.
|
13
|
-
activejob (= 4.2.
|
10
|
+
actionmailer (4.2.6)
|
11
|
+
actionpack (= 4.2.6)
|
12
|
+
actionview (= 4.2.6)
|
13
|
+
activejob (= 4.2.6)
|
14
14
|
mail (~> 2.5, >= 2.5.4)
|
15
15
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
-
actionpack (4.2.
|
17
|
-
actionview (= 4.2.
|
18
|
-
activesupport (= 4.2.
|
16
|
+
actionpack (4.2.6)
|
17
|
+
actionview (= 4.2.6)
|
18
|
+
activesupport (= 4.2.6)
|
19
19
|
rack (~> 1.6)
|
20
20
|
rack-test (~> 0.6.2)
|
21
21
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
22
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
actionview (4.2.
|
24
|
-
activesupport (= 4.2.
|
23
|
+
actionview (4.2.6)
|
24
|
+
activesupport (= 4.2.6)
|
25
25
|
builder (~> 3.1)
|
26
26
|
erubis (~> 2.7.0)
|
27
27
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
28
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
activejob (4.2.
|
30
|
-
activesupport (= 4.2.
|
29
|
+
activejob (4.2.6)
|
30
|
+
activesupport (= 4.2.6)
|
31
31
|
globalid (>= 0.3.0)
|
32
|
-
activemodel (4.2.
|
33
|
-
activesupport (= 4.2.
|
32
|
+
activemodel (4.2.6)
|
33
|
+
activesupport (= 4.2.6)
|
34
34
|
builder (~> 3.1)
|
35
|
-
activerecord (4.2.
|
36
|
-
activemodel (= 4.2.
|
37
|
-
activesupport (= 4.2.
|
35
|
+
activerecord (4.2.6)
|
36
|
+
activemodel (= 4.2.6)
|
37
|
+
activesupport (= 4.2.6)
|
38
38
|
arel (~> 6.0)
|
39
|
-
activesupport (4.2.
|
39
|
+
activesupport (4.2.6)
|
40
40
|
i18n (~> 0.7)
|
41
41
|
json (~> 1.7, >= 1.7.7)
|
42
42
|
minitest (~> 5.1)
|
@@ -51,52 +51,56 @@ GEM
|
|
51
51
|
coffee-script-source
|
52
52
|
execjs
|
53
53
|
coffee-script-source (1.10.0)
|
54
|
-
concurrent-ruby (1.0.
|
54
|
+
concurrent-ruby (1.0.2)
|
55
55
|
erubis (2.7.0)
|
56
|
-
execjs (2.
|
57
|
-
font-awesome-rails (4.
|
58
|
-
railties (>= 3.2, < 5.
|
56
|
+
execjs (2.7.0)
|
57
|
+
font-awesome-rails (4.6.3.0)
|
58
|
+
railties (>= 3.2, < 5.1)
|
59
59
|
globalid (0.3.6)
|
60
60
|
activesupport (>= 4.1.0)
|
61
61
|
haml (4.0.7)
|
62
62
|
tilt
|
63
63
|
i18n (0.7.0)
|
64
|
-
jquery-rails (4.
|
65
|
-
rails-dom-testing (
|
64
|
+
jquery-rails (4.1.1)
|
65
|
+
rails-dom-testing (>= 1, < 3)
|
66
66
|
railties (>= 4.2.0)
|
67
67
|
thor (>= 0.14, < 2.0)
|
68
68
|
jquery-ui-rails (5.0.5)
|
69
69
|
railties (>= 3.2.16)
|
70
70
|
json (1.8.3)
|
71
|
-
kaminari (0.
|
71
|
+
kaminari (0.17.0)
|
72
72
|
actionpack (>= 3.0.0)
|
73
73
|
activesupport (>= 3.0.0)
|
74
74
|
loofah (2.0.3)
|
75
75
|
nokogiri (>= 1.5.9)
|
76
|
-
mail (2.6.
|
77
|
-
mime-types (>= 1.16, <
|
78
|
-
mime-types (
|
79
|
-
|
80
|
-
|
76
|
+
mail (2.6.4)
|
77
|
+
mime-types (>= 1.16, < 4)
|
78
|
+
mime-types (3.1)
|
79
|
+
mime-types-data (~> 3.2015)
|
80
|
+
mime-types-data (3.2016.0521)
|
81
|
+
mini_portile2 (2.1.0)
|
82
|
+
minitest (5.9.0)
|
81
83
|
nested_form (0.3.2)
|
82
|
-
nokogiri (1.6.
|
83
|
-
mini_portile2 (~> 2.
|
84
|
+
nokogiri (1.6.8)
|
85
|
+
mini_portile2 (~> 2.1.0)
|
86
|
+
pkg-config (~> 1.1.7)
|
87
|
+
pkg-config (1.1.7)
|
84
88
|
rack (1.6.4)
|
85
89
|
rack-pjax (0.8.0)
|
86
90
|
nokogiri (~> 1.5)
|
87
91
|
rack (~> 1.1)
|
88
92
|
rack-test (0.6.3)
|
89
93
|
rack (>= 1.0)
|
90
|
-
rails (4.2.
|
91
|
-
actionmailer (= 4.2.
|
92
|
-
actionpack (= 4.2.
|
93
|
-
actionview (= 4.2.
|
94
|
-
activejob (= 4.2.
|
95
|
-
activemodel (= 4.2.
|
96
|
-
activerecord (= 4.2.
|
97
|
-
activesupport (= 4.2.
|
94
|
+
rails (4.2.6)
|
95
|
+
actionmailer (= 4.2.6)
|
96
|
+
actionpack (= 4.2.6)
|
97
|
+
actionview (= 4.2.6)
|
98
|
+
activejob (= 4.2.6)
|
99
|
+
activemodel (= 4.2.6)
|
100
|
+
activerecord (= 4.2.6)
|
101
|
+
activesupport (= 4.2.6)
|
98
102
|
bundler (>= 1.3.0, < 2.0)
|
99
|
-
railties (= 4.2.
|
103
|
+
railties (= 4.2.6)
|
100
104
|
sprockets-rails
|
101
105
|
rails-deprecated_sanitizer (1.0.3)
|
102
106
|
activesupport (>= 4.2.0.alpha)
|
@@ -104,7 +108,7 @@ GEM
|
|
104
108
|
activesupport (>= 4.2.0.beta, < 5.0)
|
105
109
|
nokogiri (~> 1.6.0)
|
106
110
|
rails-deprecated_sanitizer (>= 1.0.1)
|
107
|
-
rails-html-sanitizer (1.0.
|
111
|
+
rails-html-sanitizer (1.0.3)
|
108
112
|
loofah (~> 2.0)
|
109
113
|
rails_admin (0.8.1)
|
110
114
|
builder (~> 3.1)
|
@@ -120,31 +124,31 @@ GEM
|
|
120
124
|
remotipart (~> 1.0)
|
121
125
|
safe_yaml (~> 1.0)
|
122
126
|
sass-rails (>= 4.0, < 6)
|
123
|
-
railties (4.2.
|
124
|
-
actionpack (= 4.2.
|
125
|
-
activesupport (= 4.2.
|
127
|
+
railties (4.2.6)
|
128
|
+
actionpack (= 4.2.6)
|
129
|
+
activesupport (= 4.2.6)
|
126
130
|
rake (>= 0.8.7)
|
127
131
|
thor (>= 0.18.1, < 2.0)
|
128
|
-
rake (
|
132
|
+
rake (11.2.2)
|
129
133
|
remotipart (1.2.1)
|
130
134
|
safe_yaml (1.0.4)
|
131
|
-
sass (3.4.
|
135
|
+
sass (3.4.22)
|
132
136
|
sass-rails (5.0.4)
|
133
137
|
railties (>= 4.0.0, < 5.0)
|
134
138
|
sass (~> 3.1)
|
135
139
|
sprockets (>= 2.8, < 4.0)
|
136
140
|
sprockets-rails (>= 2.0, < 4.0)
|
137
141
|
tilt (>= 1.1, < 3)
|
138
|
-
sprockets (3.
|
142
|
+
sprockets (3.6.2)
|
139
143
|
concurrent-ruby (~> 1.0)
|
140
144
|
rack (> 1, < 3)
|
141
|
-
sprockets-rails (3.0.
|
145
|
+
sprockets-rails (3.0.4)
|
142
146
|
actionpack (>= 4.0)
|
143
147
|
activesupport (>= 4.0)
|
144
148
|
sprockets (>= 3.0.0)
|
145
149
|
thor (0.19.1)
|
146
150
|
thread_safe (0.3.5)
|
147
|
-
tilt (2.0.
|
151
|
+
tilt (2.0.5)
|
148
152
|
tzinfo (1.2.2)
|
149
153
|
thread_safe (~> 0.1)
|
150
154
|
|
@@ -157,4 +161,4 @@ DEPENDENCIES
|
|
157
161
|
rake
|
158
162
|
|
159
163
|
BUNDLED WITH
|
160
|
-
1.
|
164
|
+
1.12.5
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_toggleable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gleb Tv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails_admin
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubyforge_project:
|
98
|
-
rubygems_version: 2.
|
98
|
+
rubygems_version: 2.5.1
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: Make any boolean field easily toggleable on\off from index view in rails
|