pivotal-tracker-api 0.1.8 → 0.1.9

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: 21f2c06d8e84521ba39e1e418da129424e81a1a6
4
- data.tar.gz: 96c3a69d589559eb6700d967ffc6e98995836508
3
+ metadata.gz: 52869691955236ee5ef68986db0d8af09fbbd9b9
4
+ data.tar.gz: 9a8677942b9f49ac70f7e9a4893b274482d6f114
5
5
  SHA512:
6
- metadata.gz: da3658fdca791457e11ece41564a61e63cf12774805acb2350b596d45408b269d9bfdf8c25035f4dcb57a47e582b06d47f5dac7e5d92373097088db9dca86a4f
7
- data.tar.gz: 53c000a7ca7c12ed7e7433bf9d612326054c185768eb56b5293bbcf01b73b0b2f404010bc440f6f91711e620b6c38418a6b880a7b9c6b757cf3c308eb03c60b6
6
+ metadata.gz: 41512ec8f81822203ca8987a069663881154152a024e944a48010811b84de3745ac33f4c23cffab7e8996f1e4bfe51a5761280d1a3d87aedfca30ac192e71b62
7
+ data.tar.gz: 272986fe8d671bce8bca6c2324fcd211a2b5b491e77108003a5bb723ccd01669c31879bd4cbbb4e3278222bc2dd9ca700831c7541f295c05fb3df6999dec5c10
@@ -33,7 +33,6 @@
33
33
  <orderEntry type="library" scope="PROVIDED" name="jeweler (v1.8.8, RVM: ruby-2.0.0-p195) [gem]" level="application" />
34
34
  <orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-2.0.0-p195) [gem]" level="application" />
35
35
  <orderEntry type="library" scope="PROVIDED" name="jwt (v0.1.8, RVM: ruby-2.0.0-p195) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25, RVM: ruby-2.0.0-p195) [gem]" level="application" />
37
36
  <orderEntry type="library" scope="PROVIDED" name="minitest (v4.7.5, RVM: ruby-2.0.0-p195) [gem]" level="application" />
38
37
  <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.8.2, RVM: ruby-2.0.0-p195) [gem]" level="application" />
39
38
  <orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.5, RVM: ruby-2.0.0-p195) [gem]" level="application" />
@@ -43,7 +42,6 @@
43
42
  <orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-2.0.0-p195) [gem]" level="application" />
44
43
  <orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-2.0.0-p195) [gem]" level="application" />
45
44
  <orderEntry type="library" scope="PROVIDED" name="rdoc (v3.12.2, RVM: ruby-2.0.0-p195) [gem]" level="application" />
46
- <orderEntry type="library" scope="PROVIDED" name="rest-client (v1.6.7, RVM: ruby-2.0.0-p195) [gem]" level="application" />
47
45
  <orderEntry type="library" scope="PROVIDED" name="shoulda (v3.5.0, RVM: ruby-2.0.0-p195) [gem]" level="application" />
48
46
  <orderEntry type="library" scope="PROVIDED" name="shoulda-context (v1.1.5, RVM: ruby-2.0.0-p195) [gem]" level="application" />
49
47
  <orderEntry type="library" scope="PROVIDED" name="shoulda-matchers (v2.4.0, RVM: ruby-2.0.0-p195) [gem]" level="application" />
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
2
2
  # Add dependencies required to use your gem here.
3
3
  # Example:
4
4
  # gem 'activesupport', '>= 2.3.5'
5
- gem 'rest-client', '~> 1.6.7'
5
+ gem 'rest-client', '~> 1.7'
6
6
 
7
7
  # Add dependencies to develop your gem here.
8
8
  # Include everything needed to run rake, tests, features, etc.
@@ -36,11 +36,12 @@ GEM
36
36
  json (1.8.1)
37
37
  jwt (0.1.8)
38
38
  multi_json (>= 1.5)
39
- mime-types (1.25)
39
+ mime-types (2.4.3)
40
40
  minitest (4.7.5)
41
41
  multi_json (1.8.2)
42
42
  multi_xml (0.5.5)
43
43
  multipart-post (1.2.0)
44
+ netrc (0.8.0)
44
45
  nokogiri (1.5.10)
45
46
  oauth2 (0.9.2)
46
47
  faraday (~> 0.8)
@@ -53,8 +54,9 @@ GEM
53
54
  rake (10.1.0)
54
55
  rdoc (3.12.2)
55
56
  json (~> 1.4)
56
- rest-client (1.6.7)
57
- mime-types (>= 1.16)
57
+ rest-client (1.7.2)
58
+ mime-types (>= 1.16, < 3.0)
59
+ netrc (~> 0.7)
58
60
  shoulda (3.5.0)
59
61
  shoulda-context (~> 1.0, >= 1.0.1)
60
62
  shoulda-matchers (>= 1.4.1, < 3.0)
@@ -76,6 +78,6 @@ DEPENDENCIES
76
78
  bundler (~> 1.0)
77
79
  jeweler (~> 1.8.7)
78
80
  rdoc (~> 3.12)
79
- rest-client (~> 1.6.7)
81
+ rest-client (~> 1.7)
80
82
  shoulda
81
83
  simplecov
data/README.md CHANGED
@@ -53,7 +53,6 @@ end
53
53
  # Get an Iteration and it's Stories
54
54
  def get_iteration
55
55
  @project_id = params[:project_id]
56
- @project = PivotalService.one_project(@project_id, Scorer::Project.fields)
57
56
  @iteration = PivotalService.iterations(@project_id, 'current')
58
57
  @stories = @iteration.stories
59
58
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pivotal-tracker-api 0.1.8 ruby lib
5
+ # stub: pivotal-tracker-api 0.1.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pivotal-tracker-api"
9
- s.version = "0.1.8"
9
+ s.version = "0.1.9"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["jfox"]
14
- s.date = "2014-11-13"
14
+ s.date = "2014-11-24"
15
15
  s.description = "A ruby gem to communicate with the Picotal Tracker API v5"
16
16
  s.email = "atljeremy@me.com"
17
17
  s.extra_rdoc_files = [
@@ -58,14 +58,14 @@ Gem::Specification.new do |s|
58
58
  s.specification_version = 4
59
59
 
60
60
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
61
- s.add_runtime_dependency(%q<rest-client>, ["~> 1.6.7"])
61
+ s.add_runtime_dependency(%q<rest-client>, ["~> 1.7"])
62
62
  s.add_development_dependency(%q<shoulda>, [">= 0"])
63
63
  s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
64
64
  s.add_development_dependency(%q<bundler>, ["~> 1.0"])
65
65
  s.add_development_dependency(%q<jeweler>, ["~> 1.8.7"])
66
66
  s.add_development_dependency(%q<simplecov>, [">= 0"])
67
67
  else
68
- s.add_dependency(%q<rest-client>, ["~> 1.6.7"])
68
+ s.add_dependency(%q<rest-client>, ["~> 1.7"])
69
69
  s.add_dependency(%q<shoulda>, [">= 0"])
70
70
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
71
71
  s.add_dependency(%q<bundler>, ["~> 1.0"])
@@ -73,7 +73,7 @@ Gem::Specification.new do |s|
73
73
  s.add_dependency(%q<simplecov>, [">= 0"])
74
74
  end
75
75
  else
76
- s.add_dependency(%q<rest-client>, ["~> 1.6.7"])
76
+ s.add_dependency(%q<rest-client>, ["~> 1.7"])
77
77
  s.add_dependency(%q<shoulda>, [">= 0"])
78
78
  s.add_dependency(%q<rdoc>, ["~> 3.12"])
79
79
  s.add_dependency(%q<bundler>, ["~> 1.0"])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-tracker-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-13 00:00:00.000000000 Z
11
+ date: 2014-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 1.6.7
19
+ version: '1.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 1.6.7
26
+ version: '1.7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: shoulda
29
29
  requirement: !ruby/object:Gem::Requirement