gitlab_reviewable 0.0.8 → 0.0.9

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: 41c7bd17cb00f2ab4e48b7cb9564aab8d8de0425
4
- data.tar.gz: 80132edd445d61a156ea35a9a34828274654a2bf
3
+ metadata.gz: 87410ab10ec65fe170a5184e58c076f82ae5cd0a
4
+ data.tar.gz: 1351e837d0fa79ab5d983ee01d3899b3706a563c
5
5
  SHA512:
6
- metadata.gz: 0f7f29a65048d2fdfc6ade8a88ec698b5e345f21c9730693cac8bcbb2a5863b2ba8227da940aa4b216c7302c60ecb64e75dd120a1175d06a387088770d8b0fad
7
- data.tar.gz: 4cd63fa7a923f59bf7c1c904ef58f4795f939b7afa49d9e0058e91f2566de8fe02007d7c7b5a147aecb9fb06caa6f5e6bb1c25eb5eb22e89cc0b164df8d85d78
6
+ metadata.gz: ee8dcdc779c170e7de958bd018d246d5760accf1a3840f35a6d00cf837b104b1c0496cddfd60686178cca900abd6465d3d3199dcea1ba6ce9ccae04bed4ca42c
7
+ data.tar.gz: 43dd9f207deb6d747ed05ddcdd494c2c734acb2ae08138449ddfcf4e86b3d8199d3436d25e1e4e6873ef885ed69e7a704ab64aaa9e1cd89cd76d53aae1a4bb99
@@ -39,7 +39,14 @@
39
39
  to post a comment
40
40
 
41
41
  :javascript
42
- var notes = new Notes("#{namespace_project_notes_path(namespace_id: @project.namespace, project_id: @project, target_id: @noteable.id, target_type: @noteable.class.name.underscore)}", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}")
42
+ var notes = new Notes("#{
43
+ namespace_project_noteable_notes_path(
44
+ namespace_id: @project.namespace,
45
+ project_id: @project,
46
+ target_id: @noteable.id,
47
+ target_type: @noteable.class.name.underscore
48
+ )
49
+ }", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}")
43
50
  var merge_request = new MergeRequest({
44
51
  action: "diffs"
45
52
  });
@@ -41,7 +41,14 @@
41
41
  action: "notes"
42
42
  });
43
43
 
44
- var notes = new Notes("#{namespace_project_notes_path(namespace_id: @project.namespace, project_id: @project, target_id: @noteable.id, target_type: @noteable.class.name.underscore)}", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}")
44
+ var notes = new Notes("#{
45
+ namespace_project_noteable_notes_path(
46
+ namespace_id: @project.namespace,
47
+ project_id: @project,
48
+ target_id: @noteable.id,
49
+ target_type: @noteable.class.name.underscore
50
+ )
51
+ }", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}")
45
52
 
46
53
  :css
47
54
  .timeline-content-form form {
@@ -1,3 +1,3 @@
1
1
  module GitlabReviewable
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_reviewable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - lenghan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-05 00:00:00.000000000 Z
11
+ date: 2017-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails