rails_admin_toggleable 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +63 -65
- data/lib/rails_admin_toggleable/version.rb +1 -1
- data/rails_admin_toggleable.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ada385843f5e0f63f7cf5d8ad1535bc136dd3ef
|
4
|
+
data.tar.gz: 556740753ad8c713a848c665b2b4011010580fae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d48e1185aff20ffc6ada4b4a4c9bf3fbd79c7f9f911826f6d35fb1d8b0687a2fb3fa9218581a1e74948f58902a9c9dbaca4c215dc379a7d4a19187ae631764a6
|
7
|
+
data.tar.gz: e27c5282ac6ab8a1a251cc5defdcba3e8098dffc6de88eb1fd7ea647e3884f67b1ddd9abab8455c4a511c2d376c15f79de89fa27be7cb0ad4c9ff36fd92ffb25
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
GIT
|
2
2
|
remote: git://github.com/sferik/rails_admin.git
|
3
|
-
revision:
|
3
|
+
revision: 5aafa20156439309ce013bcfbaf4120bd03d7cca
|
4
4
|
specs:
|
5
|
-
rails_admin (0.
|
5
|
+
rails_admin (1.0.0.beta)
|
6
6
|
builder (~> 3.1)
|
7
7
|
coffee-rails (~> 4.0)
|
8
8
|
font-awesome-rails (>= 3.0, < 5)
|
@@ -20,138 +20,133 @@ GIT
|
|
20
20
|
PATH
|
21
21
|
remote: .
|
22
22
|
specs:
|
23
|
-
rails_admin_toggleable (0.5.
|
24
|
-
rails_admin
|
23
|
+
rails_admin_toggleable (0.5.1)
|
24
|
+
rails_admin
|
25
25
|
|
26
26
|
GEM
|
27
27
|
remote: https://rubygems.org/
|
28
28
|
specs:
|
29
|
-
actionmailer (4.2.
|
30
|
-
actionpack (= 4.2.
|
31
|
-
actionview (= 4.2.
|
32
|
-
activejob (= 4.2.
|
29
|
+
actionmailer (4.2.3)
|
30
|
+
actionpack (= 4.2.3)
|
31
|
+
actionview (= 4.2.3)
|
32
|
+
activejob (= 4.2.3)
|
33
33
|
mail (~> 2.5, >= 2.5.4)
|
34
34
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
35
|
-
actionpack (4.2.
|
36
|
-
actionview (= 4.2.
|
37
|
-
activesupport (= 4.2.
|
38
|
-
rack (~> 1.6
|
35
|
+
actionpack (4.2.3)
|
36
|
+
actionview (= 4.2.3)
|
37
|
+
activesupport (= 4.2.3)
|
38
|
+
rack (~> 1.6)
|
39
39
|
rack-test (~> 0.6.2)
|
40
40
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
41
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
42
|
-
actionview (4.2.
|
43
|
-
activesupport (= 4.2.
|
41
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
42
|
+
actionview (4.2.3)
|
43
|
+
activesupport (= 4.2.3)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubis (~> 2.7.0)
|
46
46
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
47
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
48
|
-
activejob (4.2.
|
49
|
-
activesupport (= 4.2.
|
47
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
48
|
+
activejob (4.2.3)
|
49
|
+
activesupport (= 4.2.3)
|
50
50
|
globalid (>= 0.3.0)
|
51
|
-
activemodel (4.2.
|
52
|
-
activesupport (= 4.2.
|
51
|
+
activemodel (4.2.3)
|
52
|
+
activesupport (= 4.2.3)
|
53
53
|
builder (~> 3.1)
|
54
|
-
activerecord (4.2.
|
55
|
-
activemodel (= 4.2.
|
56
|
-
activesupport (= 4.2.
|
54
|
+
activerecord (4.2.3)
|
55
|
+
activemodel (= 4.2.3)
|
56
|
+
activesupport (= 4.2.3)
|
57
57
|
arel (~> 6.0)
|
58
|
-
activesupport (4.2.
|
58
|
+
activesupport (4.2.3)
|
59
59
|
i18n (~> 0.7)
|
60
60
|
json (~> 1.7, >= 1.7.7)
|
61
61
|
minitest (~> 5.1)
|
62
62
|
thread_safe (~> 0.3, >= 0.3.4)
|
63
63
|
tzinfo (~> 1.1)
|
64
|
-
arel (6.0.
|
64
|
+
arel (6.0.2)
|
65
65
|
builder (3.2.2)
|
66
66
|
coffee-rails (4.1.0)
|
67
67
|
coffee-script (>= 2.2.0)
|
68
68
|
railties (>= 4.0.0, < 5.0)
|
69
|
-
coffee-script (2.
|
69
|
+
coffee-script (2.4.1)
|
70
70
|
coffee-script-source
|
71
71
|
execjs
|
72
|
-
coffee-script-source (1.
|
72
|
+
coffee-script-source (1.9.1.1)
|
73
73
|
erubis (2.7.0)
|
74
|
-
execjs (2.
|
75
|
-
font-awesome-rails (4.
|
74
|
+
execjs (2.5.2)
|
75
|
+
font-awesome-rails (4.3.0.0)
|
76
76
|
railties (>= 3.2, < 5.0)
|
77
|
-
globalid (0.3.
|
77
|
+
globalid (0.3.5)
|
78
78
|
activesupport (>= 4.1.0)
|
79
79
|
haml (4.0.6)
|
80
80
|
tilt
|
81
|
-
hike (1.2.3)
|
82
81
|
i18n (0.7.0)
|
83
|
-
jquery-rails (4.0.
|
82
|
+
jquery-rails (4.0.4)
|
84
83
|
rails-dom-testing (~> 1.0)
|
85
84
|
railties (>= 4.2.0)
|
86
85
|
thor (>= 0.14, < 2.0)
|
87
|
-
jquery-ui-rails (5.0.
|
86
|
+
jquery-ui-rails (5.0.5)
|
88
87
|
railties (>= 3.2.16)
|
89
|
-
json (1.8.
|
90
|
-
kaminari (0.16.
|
88
|
+
json (1.8.3)
|
89
|
+
kaminari (0.16.3)
|
91
90
|
actionpack (>= 3.0.0)
|
92
91
|
activesupport (>= 3.0.0)
|
93
|
-
loofah (2.0.
|
92
|
+
loofah (2.0.2)
|
94
93
|
nokogiri (>= 1.5.9)
|
95
94
|
mail (2.6.3)
|
96
95
|
mime-types (>= 1.16, < 3)
|
97
|
-
mime-types (2.
|
98
|
-
mini_portile (0.6.
|
99
|
-
minitest (5.
|
100
|
-
multi_json (1.10.1)
|
96
|
+
mime-types (2.6.1)
|
97
|
+
mini_portile (0.6.2)
|
98
|
+
minitest (5.7.0)
|
101
99
|
nested_form (0.3.2)
|
102
|
-
nokogiri (1.6.
|
100
|
+
nokogiri (1.6.6.2)
|
103
101
|
mini_portile (~> 0.6.0)
|
104
|
-
rack (1.6.
|
102
|
+
rack (1.6.4)
|
105
103
|
rack-pjax (0.8.0)
|
106
104
|
nokogiri (~> 1.5)
|
107
105
|
rack (~> 1.1)
|
108
|
-
rack-test (0.6.
|
106
|
+
rack-test (0.6.3)
|
109
107
|
rack (>= 1.0)
|
110
|
-
rails (4.2.
|
111
|
-
actionmailer (= 4.2.
|
112
|
-
actionpack (= 4.2.
|
113
|
-
actionview (= 4.2.
|
114
|
-
activejob (= 4.2.
|
115
|
-
activemodel (= 4.2.
|
116
|
-
activerecord (= 4.2.
|
117
|
-
activesupport (= 4.2.
|
108
|
+
rails (4.2.3)
|
109
|
+
actionmailer (= 4.2.3)
|
110
|
+
actionpack (= 4.2.3)
|
111
|
+
actionview (= 4.2.3)
|
112
|
+
activejob (= 4.2.3)
|
113
|
+
activemodel (= 4.2.3)
|
114
|
+
activerecord (= 4.2.3)
|
115
|
+
activesupport (= 4.2.3)
|
118
116
|
bundler (>= 1.3.0, < 2.0)
|
119
|
-
railties (= 4.2.
|
117
|
+
railties (= 4.2.3)
|
120
118
|
sprockets-rails
|
121
119
|
rails-deprecated_sanitizer (1.0.3)
|
122
120
|
activesupport (>= 4.2.0.alpha)
|
123
|
-
rails-dom-testing (1.0.
|
121
|
+
rails-dom-testing (1.0.6)
|
124
122
|
activesupport (>= 4.2.0.beta, < 5.0)
|
125
123
|
nokogiri (~> 1.6.0)
|
126
124
|
rails-deprecated_sanitizer (>= 1.0.1)
|
127
|
-
rails-html-sanitizer (1.0.
|
125
|
+
rails-html-sanitizer (1.0.2)
|
128
126
|
loofah (~> 2.0)
|
129
|
-
railties (4.2.
|
130
|
-
actionpack (= 4.2.
|
131
|
-
activesupport (= 4.2.
|
127
|
+
railties (4.2.3)
|
128
|
+
actionpack (= 4.2.3)
|
129
|
+
activesupport (= 4.2.3)
|
132
130
|
rake (>= 0.8.7)
|
133
131
|
thor (>= 0.18.1, < 2.0)
|
134
132
|
rake (10.4.2)
|
135
133
|
remotipart (1.2.1)
|
136
134
|
safe_yaml (1.0.4)
|
137
|
-
sass (3.4.
|
138
|
-
sass-rails (5.0.
|
135
|
+
sass (3.4.16)
|
136
|
+
sass-rails (5.0.3)
|
139
137
|
railties (>= 4.0.0, < 5.0)
|
140
138
|
sass (~> 3.1)
|
141
139
|
sprockets (>= 2.8, < 4.0)
|
142
140
|
sprockets-rails (>= 2.0, < 4.0)
|
143
141
|
tilt (~> 1.1)
|
144
|
-
sprockets (2.
|
145
|
-
hike (~> 1.2)
|
146
|
-
multi_json (~> 1.0)
|
142
|
+
sprockets (3.2.0)
|
147
143
|
rack (~> 1.0)
|
148
|
-
|
149
|
-
sprockets-rails (2.2.2)
|
144
|
+
sprockets-rails (2.3.2)
|
150
145
|
actionpack (>= 3.0)
|
151
146
|
activesupport (>= 3.0)
|
152
147
|
sprockets (>= 2.8, < 4.0)
|
153
148
|
thor (0.19.1)
|
154
|
-
thread_safe (0.3.
|
149
|
+
thread_safe (0.3.5)
|
155
150
|
tilt (1.4.1)
|
156
151
|
tzinfo (1.2.2)
|
157
152
|
thread_safe (~> 0.1)
|
@@ -164,3 +159,6 @@ DEPENDENCIES
|
|
164
159
|
rails_admin!
|
165
160
|
rails_admin_toggleable!
|
166
161
|
rake
|
162
|
+
|
163
|
+
BUNDLED WITH
|
164
|
+
1.10.5
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
18
|
gem.require_paths = ["lib"]
|
19
19
|
|
20
|
-
gem.add_dependency "rails_admin"
|
20
|
+
gem.add_dependency "rails_admin"
|
21
21
|
|
22
22
|
gem.add_development_dependency "bundler"
|
23
23
|
gem.add_development_dependency "rake"
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_toggleable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
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: 2015-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails_admin
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0
|
26
|
+
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.4.
|
98
|
+
rubygems_version: 2.4.5
|
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
|