activeadmin_custom_layout 0.1.1 → 0.1.3

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: 2b5c69be3757b040d143bc4a1ea9beb6c5a32f07
4
- data.tar.gz: f055dabbb62d088afa9479bfe89c66b75202ec7b
3
+ metadata.gz: 6dec9df9aee83d8bb09eea2c3aa344e746908ded
4
+ data.tar.gz: 577bc1712bc870dc68733b51305e250f990b5f93
5
5
  SHA512:
6
- metadata.gz: 9930d44ff869fc97d693bd6b059447ad221fe63885f323479507760fe3362ba81bb2aabd344fff7c18da8bdc6245ae274a66351ea76ad96645e69615995eed8a
7
- data.tar.gz: 8f3bf6078f16ba1492b306569f3e91af323c2f75aa507ee266933fd09b3c1c09993c2de2f5f10824e9a838176d0cc887c27263f75fb058ba3523b91f7342fa24
6
+ metadata.gz: 0b73f48a4cc0587b5f57e05243ed874b2d5a9b8b14ba6d65d6596a76d31f1a0c90ae775e351b9622f42b8925eee3f1c9c1bb40899f5868e11efc44966379c1fa
7
+ data.tar.gz: 08d093178757120b3c71331778802caca794d370ddf0488110a802180beb0ad3e17dd488c07ef13241f080310e9c5710443c2ac1d4b7bd3d9ceb7172edaae828
data/Gemfile CHANGED
@@ -13,4 +13,7 @@ gemspec
13
13
  # To use a debugger
14
14
  # gem 'byebug', group: [:development, :test]
15
15
 
16
- gem 'inherited_resources', github: 'activeadmin/inherited_resources'
16
+
17
+ gem 'rails', '5.0.1'
18
+ gem 'inherited_resources', github: 'activeadmin/inherited_resources'
19
+ gem 'activeadmin', github: 'activeadmin', branch: :master
@@ -1,3 +1,23 @@
1
+ GIT
2
+ remote: git://github.com/activeadmin/activeadmin.git
3
+ revision: a932d56b156eaf64beb86cb45f8f801b7933c42e
4
+ branch: master
5
+ specs:
6
+ activeadmin (1.0.0.pre4)
7
+ arbre (~> 1.0, >= 1.0.2)
8
+ bourbon
9
+ coffee-rails
10
+ formtastic (~> 3.1)
11
+ formtastic_i18n
12
+ inherited_resources (~> 1.6)
13
+ jquery-rails
14
+ jquery-ui-rails
15
+ kaminari (~> 0.15)
16
+ railties (>= 3.2, < 5.1)
17
+ ransack (~> 1.3)
18
+ sass-rails
19
+ sprockets (< 4.1)
20
+
1
21
  GIT
2
22
  remote: git://github.com/activeadmin/inherited_resources.git
3
23
  revision: 4434f0ae72f790cf371728838c927c338100555d
@@ -8,14 +28,10 @@ GIT
8
28
  railties (>= 3.2, < 5.1)
9
29
  responders
10
30
 
11
- PATH
12
- remote: .
13
- specs:
14
- activeadmin_custom_layout (0.1.0)
15
- activeadmin (>= 1.0.0.pre4)
16
-
17
- GEM
18
- remote: https://rubygems.org/
31
+ GIT
32
+ remote: git://github.com/rails/rails.git
33
+ revision: 3cffae5953021966204854fa73bef2f9cd366e9b
34
+ ref: 3cffae5953021966204854fa73bef2f9cd366e9b
19
35
  specs:
20
36
  actioncable (5.0.0.1)
21
37
  actionpack (= 5.0.0.1)
@@ -40,20 +56,6 @@ GEM
40
56
  erubis (~> 2.7.0)
41
57
  rails-dom-testing (~> 2.0)
42
58
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
43
- activeadmin (1.0.0.pre4)
44
- arbre (~> 1.0, >= 1.0.2)
45
- bourbon
46
- coffee-rails
47
- formtastic (~> 3.1)
48
- formtastic_i18n
49
- inherited_resources (~> 1.6)
50
- jquery-rails
51
- jquery-ui-rails
52
- kaminari (~> 0.15)
53
- rails (>= 3.2, < 5.1)
54
- ransack (~> 1.3)
55
- sass-rails
56
- sprockets (< 4)
57
59
  activejob (5.0.0.1)
58
60
  activesupport (= 5.0.0.1)
59
61
  globalid (>= 0.3.6)
@@ -68,12 +70,39 @@ GEM
68
70
  i18n (~> 0.7)
69
71
  minitest (~> 5.1)
70
72
  tzinfo (~> 1.1)
73
+ rails (5.0.0.1)
74
+ actioncable (= 5.0.0.1)
75
+ actionmailer (= 5.0.0.1)
76
+ actionpack (= 5.0.0.1)
77
+ actionview (= 5.0.0.1)
78
+ activejob (= 5.0.0.1)
79
+ activemodel (= 5.0.0.1)
80
+ activerecord (= 5.0.0.1)
81
+ activesupport (= 5.0.0.1)
82
+ bundler (>= 1.3.0, < 2.0)
83
+ railties (= 5.0.0.1)
84
+ sprockets-rails (>= 2.0.0)
85
+ railties (5.0.0.1)
86
+ actionpack (= 5.0.0.1)
87
+ activesupport (= 5.0.0.1)
88
+ method_source
89
+ rake (>= 0.8.7)
90
+ thor (>= 0.18.1, < 2.0)
91
+
92
+ PATH
93
+ remote: .
94
+ specs:
95
+ activeadmin_custom_layout (0.1.1)
96
+
97
+ GEM
98
+ remote: https://rubygems.org/
99
+ specs:
71
100
  annotate (2.7.1)
72
101
  activerecord (>= 3.2, < 6.0)
73
102
  rake (>= 10.4, < 12.0)
74
103
  arbre (1.1.1)
75
104
  activesupport (>= 3.0.0)
76
- arel (7.1.2)
105
+ arel (7.1.4)
77
106
  ast (2.3.0)
78
107
  awesome_print (1.7.0)
79
108
  bcrypt (3.1.11)
@@ -89,7 +118,7 @@ GEM
89
118
  coffee-script (2.4.1)
90
119
  coffee-script-source
91
120
  execjs
92
- coffee-script-source (1.10.0)
121
+ coffee-script-source (1.11.1)
93
122
  concurrent-ruby (1.0.2)
94
123
  debug_inspector (0.0.2)
95
124
  devise (4.2.0)
@@ -114,7 +143,7 @@ GEM
114
143
  rails-dom-testing (>= 1, < 3)
115
144
  railties (>= 4.2.0)
116
145
  thor (>= 0.14, < 2.0)
117
- jquery-ui-rails (5.0.5)
146
+ jquery-ui-rails (6.0.1)
118
147
  railties (>= 3.2.16)
119
148
  kaminari (0.17.0)
120
149
  actionpack (>= 3.0.0)
@@ -131,7 +160,7 @@ GEM
131
160
  mime-types-data (~> 3.2015)
132
161
  mime-types-data (3.2016.0521)
133
162
  mini_portile2 (2.1.0)
134
- minitest (5.9.0)
163
+ minitest (5.10.0)
135
164
  nio4r (1.2.1)
136
165
  nokogiri (1.6.8)
137
166
  mini_portile2 (~> 2.1.0)
@@ -153,29 +182,11 @@ GEM
153
182
  rack (2.0.1)
154
183
  rack-test (0.6.3)
155
184
  rack (>= 1.0)
156
- rails (5.0.0.1)
157
- actioncable (= 5.0.0.1)
158
- actionmailer (= 5.0.0.1)
159
- actionpack (= 5.0.0.1)
160
- actionview (= 5.0.0.1)
161
- activejob (= 5.0.0.1)
162
- activemodel (= 5.0.0.1)
163
- activerecord (= 5.0.0.1)
164
- activesupport (= 5.0.0.1)
165
- bundler (>= 1.3.0, < 2.0)
166
- railties (= 5.0.0.1)
167
- sprockets-rails (>= 2.0.0)
168
185
  rails-dom-testing (2.0.1)
169
186
  activesupport (>= 4.2.0, < 6.0)
170
187
  nokogiri (~> 1.6.0)
171
188
  rails-html-sanitizer (1.0.3)
172
189
  loofah (~> 2.0)
173
- railties (5.0.0.1)
174
- actionpack (= 5.0.0.1)
175
- activesupport (= 5.0.0.1)
176
- method_source
177
- rake (>= 0.8.7)
178
- thor (>= 0.18.1, < 2.0)
179
190
  rainbow (2.1.0)
180
191
  rake (11.2.2)
181
192
  ransack (1.8.2)
@@ -237,6 +248,7 @@ PLATFORMS
237
248
  ruby
238
249
 
239
250
  DEPENDENCIES
251
+ activeadmin!
240
252
  activeadmin_custom_layout!
241
253
  annotate
242
254
  awesome_print
@@ -245,6 +257,7 @@ DEPENDENCIES
245
257
  listen (~> 3.0.5)
246
258
  pry (~> 0.10.4)
247
259
  pry-byebug (~> 3.4.0)
260
+ rails!
248
261
  rubocop
249
262
  spring
250
263
  spring-watcher-listen (~> 2.0.0)
@@ -1,3 +1,3 @@
1
1
  module ActiveadminCustomLayout
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_custom_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ByS Sistemas de Control
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-29 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin