youtrack 0.0.6 → 0.0.7

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: bfb9703aad51069e2a4fb363ec27bc181f68665f
4
- data.tar.gz: d5aed7b58772b888514980162d49d7802837a1d6
3
+ metadata.gz: 3748058fee393084318fe12d0ad64da23f7ffbbd
4
+ data.tar.gz: 62f237bcbdd3979fb23b45d56a0e302fe81dc92a
5
5
  SHA512:
6
- metadata.gz: 4be0eee3636420d8d4fc40869f7811fe4c1ccde51a849746dda31369de7ebefcad081691ef9ed66710694c3119ecbbeb841c60ad34426350eb811e6774966660
7
- data.tar.gz: 6197a1152e738907c03772ef4368fad46c779154cff9f59f9bced0f0f73798cc1ad9828b19acbe71e4864c69c4815bc5245a19c26b88841b92c5f1c9d82deb43
6
+ metadata.gz: 6a2881cc03b50f271e650ed30b3574113d873d14f34f6a28060d91aff7b72cad39a172347f5e091cb96c9e65952c96cbd67f6c9130c64ec9f538fc23ae38e982
7
+ data.tar.gz: 8967a20c522616ce0e1d6641793b6a7136e34b38e35dbd04771f5d148f209c0a7029c29035bdb1f4bcd3b6d9937a1575d444b9b52f18d5d4e40681d9aa731a6e
@@ -77,6 +77,12 @@ module Youtrack
77
77
  response = Net::HTTP.start(url.host, url.port) { |http| http.request(req) }
78
78
  response
79
79
  end
80
+
81
+
82
+ def add_comment(issue_id, attributes={})
83
+ post("issue/#{issue_id}/execute", body: attributes)
84
+ response
85
+ end
80
86
 
81
87
  end
82
88
  end
@@ -1,3 +1,3 @@
1
1
  module Youtrack
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youtrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Faucett