track-r 1.9.0 → 1.9.1

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.
Files changed (2) hide show
  1. data/track-r.gemspec +11 -6
  2. metadata +15 -6
data/track-r.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{track-r}
5
- s.version = "1.9.0"
8
+ s.version = "1.9.1"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Jose Felix Gomez"]
9
- s.date = %q{2009-10-14}
12
+ s.date = %q{2010-02-17}
10
13
  s.description = %q{track-r is a library that provides wrapper classes and methods for accessing PivotalTracker's public API.}
11
14
  s.email = %q{jfgomez86@gmail.com}
12
15
  s.extra_rdoc_files = [
@@ -39,15 +42,16 @@ Gem::Specification.new do |s|
39
42
  s.homepage = %q{http://github.com/jfgomez86/Track-R}
40
43
  s.rdoc_options = ["--charset=UTF-8"]
41
44
  s.require_paths = ["lib"]
42
- s.rubygems_version = %q{1.3.3}
45
+ s.rubygems_version = %q{1.3.5}
43
46
  s.summary = %q{A wrapper library for pivotal tracker's API}
44
47
  s.test_files = [
45
48
  "test/test_helper.rb",
46
- "test/unit/tracker_test.rb",
47
- "test/unit/story_test.rb",
48
49
  "test/unit/project_test.rb",
49
- "test/unit/token_test.rb"
50
+ "test/unit/story_test.rb",
51
+ "test/unit/token_test.rb",
52
+ "test/unit/tracker_test.rb"
50
53
  ]
54
+ s.add_dependency('hpricot', '>=0.6')
51
55
 
52
56
  if s.respond_to? :specification_version then
53
57
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -59,3 +63,4 @@ Gem::Specification.new do |s|
59
63
  else
60
64
  end
61
65
  end
66
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: track-r
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Felix Gomez
@@ -9,10 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-14 00:00:00 -05:00
12
+ date: 2010-02-17 00:00:00 -05:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hpricot
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0.6"
24
+ version:
16
25
  description: track-r is a library that provides wrapper classes and methods for accessing PivotalTracker's public API.
17
26
  email: jfgomez86@gmail.com
18
27
  executables: []
@@ -74,7 +83,7 @@ specification_version: 3
74
83
  summary: A wrapper library for pivotal tracker's API
75
84
  test_files:
76
85
  - test/test_helper.rb
77
- - test/unit/tracker_test.rb
78
- - test/unit/story_test.rb
79
86
  - test/unit/project_test.rb
87
+ - test/unit/story_test.rb
80
88
  - test/unit/token_test.rb
89
+ - test/unit/tracker_test.rb