errbit_redmine_plugin 0.1.0 → 0.2.0

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: a2bf92c79f4515f9fc6be17adb0491161d5f620a
4
- data.tar.gz: bd608a8dbe230f5810f1ede49c860eb8e3a0d0de
3
+ metadata.gz: fe12640481524215b1f0cc933f4580fba32effbc
4
+ data.tar.gz: 72444add0c45c6756ae383a7415776916344b454
5
5
  SHA512:
6
- metadata.gz: a3eb69f96ce4a27eca5792549bdb9f96545f034df4fabf34263de5a01cc30e5d6c7e7bc93643da04c49b7be2b6dfb3d792c69b484dcbbe3ffb207a9f71667567
7
- data.tar.gz: 69f1c54c377e1ee98a0f39ae62342dafd683b506fdc34dc17907d6bad252c2a1ef6816ca6168d9c913738b95727349b47244bf72e6b3707cb937c4c4bf626197
6
+ metadata.gz: dfe724375c4f574a129f59387a596bc3704d6bc9e3230b9f56c4d1cadd98ffe959f4189de70b5021e45398161f348f537ed5e11694c6741cb8790d72a3805edf
7
+ data.tar.gz: b294d27fe162fa9d04b8a839e8a35b6baa0e7030ec18354fc5d1a0d74bcf5daf7c7d9f243ff38194e99e082e5b9c0fe357de82b83445b21de16932efdb043436
@@ -46,6 +46,7 @@ module ErrbitRedminePlugin
46
46
 
47
47
  def url
48
48
  account = params['account']
49
+ project_id = params['project_id']
49
50
 
50
51
  acc_url = account.start_with?('http') ? account : "http://#{account}"
51
52
  acc_url = acc_url.gsub(/\/$/, '')
@@ -1,3 +1,3 @@
1
1
  module ErrbitRedminePlugin
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errbit_redmine_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Crosby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-08 00:00:00.000000000 Z
11
+ date: 2014-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: errbit_plugin