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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: beb4b2a152d97c6bfe53fc5e12f777007d6adf0d
4
- data.tar.gz: 2ed2989759b75fa25936138073b1baf69b4f9f83
3
+ metadata.gz: cfd3a6b2553bd4524a056f3075ce947636c23050
4
+ data.tar.gz: d29f33bc196fea03c0b20bafadd782df3e223baf
5
5
  SHA512:
6
- metadata.gz: d21adbd9a6d5e2efbfcfc14aef0a41335e095edb88c7528ddabb77f4ba3f79fa38c0570ef19917bb9e22c1a8da38531f5c7508b3ff98704608e3c02747b2319f
7
- data.tar.gz: 62f7ff687f39a05572f0c6bd49656c8ae4444776f6b17060eb36e270f2a8fbe66143312267d26143941f195ca42598bfe8285a88f4788f687aab78e2257f56ee
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.6.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.5)
11
- actionpack (= 4.2.5)
12
- actionview (= 4.2.5)
13
- activejob (= 4.2.5)
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.5)
17
- actionview (= 4.2.5)
18
- activesupport (= 4.2.5)
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.5)
24
- activesupport (= 4.2.5)
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.5)
30
- activesupport (= 4.2.5)
29
+ activejob (4.2.6)
30
+ activesupport (= 4.2.6)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.5)
33
- activesupport (= 4.2.5)
32
+ activemodel (4.2.6)
33
+ activesupport (= 4.2.6)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.5)
36
- activemodel (= 4.2.5)
37
- activesupport (= 4.2.5)
35
+ activerecord (4.2.6)
36
+ activemodel (= 4.2.6)
37
+ activesupport (= 4.2.6)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.5)
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.0)
54
+ concurrent-ruby (1.0.2)
55
55
  erubis (2.7.0)
56
- execjs (2.6.0)
57
- font-awesome-rails (4.5.0.0)
58
- railties (>= 3.2, < 5.0)
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.0.5)
65
- rails-dom-testing (~> 1.0)
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.16.3)
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.3)
77
- mime-types (>= 1.16, < 3)
78
- mime-types (2.99)
79
- mini_portile2 (2.0.0)
80
- minitest (5.8.3)
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.7.1)
83
- mini_portile2 (~> 2.0.0.rc2)
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.5)
91
- actionmailer (= 4.2.5)
92
- actionpack (= 4.2.5)
93
- actionview (= 4.2.5)
94
- activejob (= 4.2.5)
95
- activemodel (= 4.2.5)
96
- activerecord (= 4.2.5)
97
- activesupport (= 4.2.5)
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.5)
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.2)
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.5)
124
- actionpack (= 4.2.5)
125
- activesupport (= 4.2.5)
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 (10.4.2)
132
+ rake (11.2.2)
129
133
  remotipart (1.2.1)
130
134
  safe_yaml (1.0.4)
131
- sass (3.4.20)
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.5.2)
142
+ sprockets (3.6.2)
139
143
  concurrent-ruby (~> 1.0)
140
144
  rack (> 1, < 3)
141
- sprockets-rails (3.0.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.1)
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.10.6
164
+ 1.12.5
@@ -14,6 +14,10 @@ module RailsAdmin
14
14
  :check_box
15
15
  end
16
16
 
17
+ def type
18
+ 'boolean'
19
+ end
20
+
17
21
  register_instance_option :pretty_value do
18
22
  def g_js
19
23
  <<-END.strip_heredoc.gsub("\n", ' ').gsub(/ +/, ' ')
@@ -1,3 +1,3 @@
1
1
  module RailsAdminToggleable
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
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.6.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: 2015-12-23 00:00:00.000000000 Z
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.4.5.1
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