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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3310468953ecb98451944c810ec7690a45db3acc
4
- data.tar.gz: 4869de62fdc502137594f5c3a7186e23947eac48
3
+ metadata.gz: 4ada385843f5e0f63f7cf5d8ad1535bc136dd3ef
4
+ data.tar.gz: 556740753ad8c713a848c665b2b4011010580fae
5
5
  SHA512:
6
- metadata.gz: d75473c403f29caccc5e958086551e55d22ca4bf38c2210987db64706cb5c17f8c7dc2451418fa2e797afb8593b818d3c3e270fe01aa91120da357239f831ba6
7
- data.tar.gz: 205a93ae8caf6bbdf988052bde10a5fcb20c2e222ea07126bf50574616d81d818a90a2d406eb00c652e0b662eab496506e7c5308dc37bd08b78977c3b4f5fdae
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: f8f3e026960272d00cae50b2d7293e25d849cc02
3
+ revision: 5aafa20156439309ce013bcfbaf4120bd03d7cca
4
4
  specs:
5
- rails_admin (0.6.6)
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.0)
24
- rails_admin (~> 0.6.6)
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.0)
30
- actionpack (= 4.2.0)
31
- actionview (= 4.2.0)
32
- activejob (= 4.2.0)
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.0)
36
- actionview (= 4.2.0)
37
- activesupport (= 4.2.0)
38
- rack (~> 1.6.0)
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.1)
42
- actionview (4.2.0)
43
- activesupport (= 4.2.0)
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.1)
48
- activejob (4.2.0)
49
- activesupport (= 4.2.0)
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.0)
52
- activesupport (= 4.2.0)
51
+ activemodel (4.2.3)
52
+ activesupport (= 4.2.3)
53
53
  builder (~> 3.1)
54
- activerecord (4.2.0)
55
- activemodel (= 4.2.0)
56
- activesupport (= 4.2.0)
54
+ activerecord (4.2.3)
55
+ activemodel (= 4.2.3)
56
+ activesupport (= 4.2.3)
57
57
  arel (~> 6.0)
58
- activesupport (4.2.0)
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.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.3.0)
69
+ coffee-script (2.4.1)
70
70
  coffee-script-source
71
71
  execjs
72
- coffee-script-source (1.8.0)
72
+ coffee-script-source (1.9.1.1)
73
73
  erubis (2.7.0)
74
- execjs (2.2.2)
75
- font-awesome-rails (4.2.0.0)
74
+ execjs (2.5.2)
75
+ font-awesome-rails (4.3.0.0)
76
76
  railties (>= 3.2, < 5.0)
77
- globalid (0.3.0)
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.2)
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.3)
86
+ jquery-ui-rails (5.0.5)
88
87
  railties (>= 3.2.16)
89
- json (1.8.1)
90
- kaminari (0.16.1)
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.1)
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.4.3)
98
- mini_portile (0.6.1)
99
- minitest (5.5.0)
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.5)
100
+ nokogiri (1.6.6.2)
103
101
  mini_portile (~> 0.6.0)
104
- rack (1.6.0)
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.2)
106
+ rack-test (0.6.3)
109
107
  rack (>= 1.0)
110
- rails (4.2.0)
111
- actionmailer (= 4.2.0)
112
- actionpack (= 4.2.0)
113
- actionview (= 4.2.0)
114
- activejob (= 4.2.0)
115
- activemodel (= 4.2.0)
116
- activerecord (= 4.2.0)
117
- activesupport (= 4.2.0)
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.0)
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.5)
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.1)
125
+ rails-html-sanitizer (1.0.2)
128
126
  loofah (~> 2.0)
129
- railties (4.2.0)
130
- actionpack (= 4.2.0)
131
- activesupport (= 4.2.0)
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.9)
138
- sass-rails (5.0.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.12.3)
145
- hike (~> 1.2)
146
- multi_json (~> 1.0)
142
+ sprockets (3.2.0)
147
143
  rack (~> 1.0)
148
- tilt (~> 1.1, != 1.3.0)
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.4)
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
@@ -1,3 +1,3 @@
1
1
  module RailsAdminToggleable
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -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", '~> 0.6.6'
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.0
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: 2014-12-20 00:00:00.000000000 Z
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.6.6
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.6.6
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.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