pivotal 0.0.7 → 0.0.8

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.
@@ -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: