pivotal-tracker 0.1.0 → 0.1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/pivotal-tracker/activity.rb +2 -2
- data/pivotal-tracker.gemspec +2 -2
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.0
|
1
|
+
0.1.0.1
|
@@ -21,9 +21,9 @@ module PivotalTracker
|
|
21
21
|
options_string << "newer_than_version=#{options.delete(:newer_than_version)}" if options[:newer_than_version]
|
22
22
|
|
23
23
|
if options[:occurred_since]
|
24
|
-
options_string << "occurred_since_date
|
24
|
+
options_string << "occurred_since_date=\"#{options[:occurred_since].utc}\""
|
25
25
|
elsif options[:occurred_since_date]
|
26
|
-
options_string << "occurred_since_date
|
26
|
+
options_string << "occurred_since_date=\"#{options[:occurred_since_date]}\""
|
27
27
|
end
|
28
28
|
|
29
29
|
return "?#{options_string.join('&')}"
|
data/pivotal-tracker.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{pivotal-tracker}
|
8
|
-
s.version = "0.1.0"
|
8
|
+
s.version = "0.1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Smestad", "Josh Nichols", "Terence Lee"]
|
12
|
-
s.date = %q{2010-04-
|
12
|
+
s.date = %q{2010-04-05}
|
13
13
|
s.email = %q{justin.smestad@gmail.com}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"LICENSE",
|
metadata
CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.1.0.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Justin Smestad
|
@@ -16,7 +17,7 @@ autorequire:
|
|
16
17
|
bindir: bin
|
17
18
|
cert_chain: []
|
18
19
|
|
19
|
-
date: 2010-04-
|
20
|
+
date: 2010-04-05 00:00:00 -06:00
|
20
21
|
default_executable:
|
21
22
|
dependencies:
|
22
23
|
- !ruby/object:Gem::Dependency
|