push_type_admin 0.2.0 → 0.2.1

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: 0c4e7408a0353cc8b18200c69a7d06c5e9a90894
4
- data.tar.gz: 89ed5b00e3a60657a64345c952cd0ce336efd110
3
+ metadata.gz: 3cec54e8a19328fc15f4f90b398174ee4d777983
4
+ data.tar.gz: bbee5c519952e45ccf2428229bf8ae6e83f40423
5
5
  SHA512:
6
- metadata.gz: 667f60e3d856a97d960752deec2173b0c729877089b0f55c079f706eb52054d706c37c436a5a4e08236454e5b0e4870bd3c7f0d65cd303832fa9063b7e4c0f4e
7
- data.tar.gz: 2f1735a0e87776766308530a1041113d7997c7ce5d4745e7bde041fed646793d614590c862d25385b86c7a9303956ddb105b0894ae9f53176cd23fd328cd7f30
6
+ metadata.gz: 385f8ef3372a4986b36ae8a7968452d56c4ad375e0442e9449013336b96b10f8f84ba083ba640354f650daf3fb7797a37d9639a8314e3dc1c358125d21b7b71a
7
+ data.tar.gz: 0507b19e7ed26d08166c4db4fc57b7f881817923a1a92470b62115748ff7fa513c927598f6cf1321b7384e50c8a9e95bfe0739383814399e1e74223f18aa8e15
@@ -54,7 +54,7 @@ $(document).on 'ready page:load', ->
54
54
 
55
55
  $(document).confirmWithReveal()
56
56
 
57
- $('.tagsinput', '.tags').tagsinput
57
+ $('.tagsinput', '.tag_list').tagsinput
58
58
  tagClass: 'label secondary radius'
59
59
 
60
60
 
@@ -36,6 +36,9 @@
36
36
 
37
37
  @app.directive 'assetUpload', ->
38
38
  (scope, $el, attrs) ->
39
+ unless window.FileReader && Modernizr.draganddrop
40
+ $el.hide()
41
+ return
39
42
  if attrs.assetFallback
40
43
  scope.hideFileField = true
41
44
  $el.filedrop
@@ -5,7 +5,7 @@
5
5
  %table
6
6
  %tr
7
7
  %th Version
8
- %td= PushType::VERSION
8
+ %td= PushType.version
9
9
  %tr
10
10
  %th Homepage
11
11
  %td= link_to 'http://type.pushcode.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: push_type_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Russell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-09 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: push_type_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.0
19
+ version: 0.2.1
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.2.0
26
+ version: 0.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: haml-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -235,7 +235,7 @@ files:
235
235
  - app/views/push_type/assets/index.html.haml
236
236
  - app/views/push_type/assets/new.html.haml
237
237
  - app/views/push_type/fields/_default.html.haml
238
- - app/views/push_type/fields/_tags.html.haml
238
+ - app/views/push_type/fields/_tag_list.html.haml
239
239
  - app/views/push_type/nodes/_form_fields.html.haml
240
240
  - app/views/push_type/nodes/_meta_table.html.haml
241
241
  - app/views/push_type/nodes/_new_node_button.html.haml