upstreamwatchr 0.0.42 → 0.0.43

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: e1ec7dfa70e08c99094546080e6180ea953a033e
4
- data.tar.gz: 8acfdf0d9507374a9cd4258b1855ba7659c312a8
3
+ metadata.gz: 8bc3a1fd06d83c01b5628a968d7157d2ddbf8119
4
+ data.tar.gz: 0ea870a9b04c8fce1b042938bd491bd6b40bdf8a
5
5
  SHA512:
6
- metadata.gz: 8fd2ea5f6c64dcc7069e51e85cd0ca3f0869d4a249281f301c7d472d85abd37981cfd41aa123be80e9801b81bb187538d61d2ce8b6b755cb8b59c1da8686dd88
7
- data.tar.gz: 368f85a18be9087b18e205ba12e885849d1c43c39ca38e24a945243a9488514a5c16a56c82f5e83a1d5df1c1e4feb1dc0ad108b091c220b93e3c886e67b3f2eb
6
+ metadata.gz: b66f5aa3ebca33bb68979522bb96b7ecb98eb90a041d5fe819b29b555fd351e7e859bfe6e8552e813621bbb89e31d76d12a65c00b13655c170ed8a34a1b59fbc
7
+ data.tar.gz: ec24d0f722b0ad960522c9d78641dc40b2321749941d1006959b397b6fbe95018ffd57ae2c47769ed7febf618f2f077a5fb524501e9b5de66d2d3aaeceb1ee30
@@ -81,6 +81,7 @@ module UpstreamWatchr
81
81
  def update_issue
82
82
  puts "Debug: Updating issue '#{issue_title}'" if ENV['DEBUG']
83
83
  Gitlab.edit_issue(@origin_project.id, issue.id, :title => issue_title)
84
+ Gitlab.create_issue_note(@origin_project.id, issue.id, issue_title)
84
85
  end
85
86
 
86
87
  def grumble_in_issue
@@ -1,3 +1,3 @@
1
1
  module UpstreamWatchr
2
- VERSION = "0.0.42"
2
+ VERSION = "0.0.43"
3
3
  end
@@ -1,7 +1,5 @@
1
1
  require "UpstreamWatchr/gitremotes"
2
2
  require "UpstreamWatchr/gitlabcheck"
3
- #require "UpstreamWatchr/version"
4
-
5
3
 
6
4
  module UpstreamWatchr
7
5
  # Your code goes here...
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upstreamwatchr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.42
4
+ version: 0.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Frick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry