lita-rally 0.1.0 → 0.1.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: 69fbe9f6b8d8878c919cfe737a9aa5424c8cfeaf
4
- data.tar.gz: 5b5a75657b23de9bdaf7ca122057e500538d9b52
3
+ metadata.gz: cb69ad300e75b3048aa6b0941b3aed94f6fe3884
4
+ data.tar.gz: 31e6aeafcdccea484d825760b80658a145d98c98
5
5
  SHA512:
6
- metadata.gz: e60d126c94f11b2993501ca3997e1d885fa5ddc6d725edbf454ece01429a03085aec9fb04b4cb413afd18c12492aa1fdc9378ae551c26d92c972f397fdc65a5a
7
- data.tar.gz: a38d3ccbeab0af552bd044bdf54c5539498487dad7bc74faa9c11d6139fd5aa0a20dd2da9ed44fe6aa01a8fd75633050fc6faafb420252f50a744a3be718d008
6
+ metadata.gz: 98e8d665d81080f77633297dbd31ae92d2e7d23c27b0a6e352891a952d614587b53eaf0017a9e9138d45353916b5ff38c18b098beddc5055692973bf99391126
7
+ data.tar.gz: b9beadf1b2cef34b315a50dadefffc966f773223f9e7dbb78117cfc9e937a2d3421dd80119fda77b0b4b019909f1651d18b6e891cf0471161851632f0f7754e4
@@ -64,6 +64,7 @@ module Lita
64
64
  link_path: 'userstory',
65
65
  extra_output: [
66
66
  'ScheduleState',
67
+ ['Release', '_refObjectName'],
67
68
  ['Parent', '_refObjectName'],
68
69
  ['Feature', '_refObjectName'],
69
70
  ]
data/lita-rally.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-rally"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ['Richard Li']
5
5
  spec.email = ['evilcat@wisewolfsolutions.com']
6
6
  spec.description = %q{lita bot Rally plugin}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-rally
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Li
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -154,3 +154,4 @@ summary: lita bot Rally plugin
154
154
  test_files:
155
155
  - spec/lita/handlers/rally_spec.rb
156
156
  - spec/spec_helper.rb
157
+ has_rdoc: