pivotal 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ class Pivotal::Client < Cistern::Service
22
22
  class Real
23
23
 
24
24
  def initialize(options={})
25
- @token = options[:token] || File.read(File.expand_path("~/.pivotal"))
25
+ @token = options[:token] || File.read(File.expand_path("~/.pivotal")).strip
26
26
  @url = options[:url] || "https://www.pivotaltracker.com/services/v3/"
27
27
 
28
28
  raise "Missing token" unless @token
@@ -1,3 +1,3 @@
1
1
  module Pivotal
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: