ants 0.3.10 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/javascripts/ants/content.coffee +6 -7
- data/lib/ants/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 224cc971f10759d5ed3ed8d23149ca9dcad5674b
|
4
|
+
data.tar.gz: bee3669b730b5e7dbebbaf7de20b6b86259ba162
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96464804ce7c1b5166f79df0ec0ea4ce1705816d2db6316bfe090ef23f67364977d1b088f5da86f0695764ca2e098506e7763e3ba2cccd7a546e2becd3d00d24
|
7
|
+
data.tar.gz: 6eabeea92fae37aeea1764dc349fff1ca6866a84e33cc4d10c7f46734e3c54400f0ac82e6bdfedbfb79ec25a06e7e628709c516ddcc3b813ba8938a6963213d8
|
data/Gemfile.lock
CHANGED
@@ -27,13 +27,6 @@ class @AntsContent
|
|
27
27
|
type: "group"
|
28
28
|
groupClass: "group-content-settings"
|
29
29
|
inputs:
|
30
|
-
sharing_panel:
|
31
|
-
type: "group"
|
32
|
-
groupClass: "group-panel"
|
33
|
-
title: "Sharing"
|
34
|
-
inputs:
|
35
|
-
@_meta_inputs()
|
36
|
-
|
37
30
|
general_panel:
|
38
31
|
type: "group"
|
39
32
|
groupClass: "group-panel group-content-settings"
|
@@ -43,6 +36,12 @@ class @AntsContent
|
|
43
36
|
label: "Draft"
|
44
37
|
default: true
|
45
38
|
|
39
|
+
sharing_panel:
|
40
|
+
type: "group"
|
41
|
+
groupClass: "group-panel"
|
42
|
+
title: "Sharing"
|
43
|
+
inputs:
|
44
|
+
@_meta_inputs()
|
46
45
|
|
47
46
|
@onEditShow = (view) =>
|
48
47
|
@_update_slug_label(view)
|
data/lib/ants/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ants
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Kravets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|