ants 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e73ca593b7b7b48c2ba1876b520cc4edebe74b1
4
- data.tar.gz: 65f19e6fd3fb394216d39b9e0870cecd85f7e337
3
+ metadata.gz: 224cc971f10759d5ed3ed8d23149ca9dcad5674b
4
+ data.tar.gz: bee3669b730b5e7dbebbaf7de20b6b86259ba162
5
5
  SHA512:
6
- metadata.gz: 91c5b76af30c895a2796fb78d94779c32084f327dd0016b1060ed14a3c32188edeabb2e7eb1af9c4f9c54372feea8a41590331f7e0c3ca7b8fd4887902a07009
7
- data.tar.gz: d38f27298fd0e5f0b6b1f84265c9b4f2f7bf2fbc6990f0978803536fb8728be296b23f937e6b61bc226ef0e75ab345b06800a0a28ebb3857290b548db5abece7
6
+ metadata.gz: 96464804ce7c1b5166f79df0ec0ea4ce1705816d2db6316bfe090ef23f67364977d1b088f5da86f0695764ca2e098506e7763e3ba2cccd7a546e2becd3d00d24
7
+ data.tar.gz: 6eabeea92fae37aeea1764dc349fff1ca6866a84e33cc4d10c7f46734e3c54400f0ac82e6bdfedbfb79ec25a06e7e628709c516ddcc3b813ba8938a6963213d8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ants (0.3.10)
4
+ ants (0.3.11)
5
5
  devise
6
6
  meta-tags
7
7
  mongoid (>= 4.0)
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module Ants
2
- VERSION = "0.3.10"
2
+ VERSION = "0.3.11"
3
3
  end
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.10
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-19 00:00:00.000000000 Z
11
+ date: 2015-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid