errbit_pivotal_plugin 0.2.0 → 0.3.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: 6a08e11e9e41d831c40f5dbc8568c729d0051b0b
4
- data.tar.gz: 3ed263be33553224c315ff78eb499ae867b09008
3
+ metadata.gz: 93a6dca4305adaa02d03e88296cf54b2254ff697
4
+ data.tar.gz: 25ea296ac2a581ca697768f5edd419008ce321fb
5
5
  SHA512:
6
- metadata.gz: ecc5084f552c1f4e4827c2c11930142f9959a43039d7109f68ee20fdca059a080612af45d7d4c218271cb85ea4152ca17188f2f8027f1beefa84e2104a252b72
7
- data.tar.gz: f6d42c131dcc31dbd46b2793eddf030ea3f65c3cd3511d2e2352d863db67a580fafd7c6058f26626457a2b2f839c66c1759abcd81bf9d90e8d471ae59aa05a6c
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
@@ -1,3 +1,3 @@
1
1
  module ErrbitPivotalPlugin
2
- VERSION = "0.2.0"
2
+ VERSION = '0.3.0'
3
3
  end
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.2.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: 2014-11-14 00:00:00.000000000 Z
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