errbit_pivotal_plugin 0.2.0 → 0.3.0
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 +4 -4
- data/lib/errbit_pivotal_plugin/issue_tracker.rb +1 -1
- data/lib/errbit_pivotal_plugin/version.rb +1 -1
- metadata +2 -3
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93a6dca4305adaa02d03e88296cf54b2254ff697
|
|
4
|
+
data.tar.gz: 25ea296ac2a581ca697768f5edd419008ce321fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d07139c40d01db16b9bb6fbd3553076dd0561a5627aec363a24f79348a2f103f2c11f63130f11ca1e3328327e5742ac9efa96a6ec831d761b6861dbfc6be9657
|
|
7
|
+
data.tar.gz: 4ae1101c944b363da37d933aa1ef2db4ca9db147b8c01655198183a6adb100985040f0cd9dfeff0d4f5e55ff3263b2187ddbe91971af3881043add41fc714d7f
|
|
@@ -50,7 +50,7 @@ module ErrbitPivotalPlugin
|
|
|
50
50
|
|
|
51
51
|
def errors
|
|
52
52
|
errors = []
|
|
53
|
-
if self.class.fields.detect {|f| params[f[0]].blank? }
|
|
53
|
+
if self.class.fields.detect {|f| params[f[0].to_s].blank? }
|
|
54
54
|
errors << [:base, 'You must specify your Pivotal Tracker API token and Project ID']
|
|
55
55
|
end
|
|
56
56
|
errors
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: errbit_pivotal_plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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:
|
|
11
|
+
date: 2015-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: errbit_plugin
|
|
@@ -86,7 +86,6 @@ extensions: []
|
|
|
86
86
|
extra_rdoc_files: []
|
|
87
87
|
files:
|
|
88
88
|
- ".gitignore"
|
|
89
|
-
- ".ruby-version"
|
|
90
89
|
- Gemfile
|
|
91
90
|
- LICENSE.txt
|
|
92
91
|
- README.md
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.1.1
|