slimtimer4r 0.2.2 → 0.2.3
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.
- data/History.txt +4 -0
- data/README.txt +1 -1
- data/lib/slimtimer4r.rb +2 -2
- metadata +8 -7
data/History.txt
CHANGED
data/README.txt
CHANGED
data/lib/slimtimer4r.rb
CHANGED
@@ -2,7 +2,7 @@ require 'yaml'
|
|
2
2
|
require 'net/http'
|
3
3
|
|
4
4
|
class SlimTimer
|
5
|
-
VERSION = '0.2.
|
5
|
+
VERSION = '0.2.3'
|
6
6
|
|
7
7
|
#
|
8
8
|
# The Record class is used to encapsulate the data returned from the SlimTimer API. This allows access
|
@@ -190,7 +190,7 @@ class SlimTimer
|
|
190
190
|
end
|
191
191
|
|
192
192
|
def connect
|
193
|
-
@connection = Net::HTTP.new("
|
193
|
+
@connection = Net::HTTP.new("slimtimer.com", 80)
|
194
194
|
end
|
195
195
|
|
196
196
|
def request(method, path, parameters = {}, type="Result")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slimtimer4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Markow
|
@@ -9,19 +9,20 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-02-10 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: hoe
|
17
|
+
type: :development
|
17
18
|
version_requirement:
|
18
19
|
version_requirements: !ruby/object:Gem::Requirement
|
19
20
|
requirements:
|
20
21
|
- - ">="
|
21
22
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
23
|
+
version: 1.8.2
|
23
24
|
version:
|
24
|
-
description:
|
25
|
+
description: ""
|
25
26
|
email: dylan@dylanmarkow.com
|
26
27
|
executables:
|
27
28
|
- slimtimer4r
|
@@ -40,7 +41,7 @@ files:
|
|
40
41
|
- lib/slimtimer4r.rb
|
41
42
|
- test/test_slimtimer4r.rb
|
42
43
|
has_rdoc: true
|
43
|
-
homepage:
|
44
|
+
homepage:
|
44
45
|
post_install_message:
|
45
46
|
rdoc_options:
|
46
47
|
- --main
|
@@ -62,9 +63,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
63
|
requirements: []
|
63
64
|
|
64
65
|
rubyforge_project: slimtimer4r
|
65
|
-
rubygems_version: 1.
|
66
|
+
rubygems_version: 1.3.1
|
66
67
|
signing_key:
|
67
68
|
specification_version: 2
|
68
|
-
summary:
|
69
|
+
summary: ""
|
69
70
|
test_files:
|
70
71
|
- test/test_slimtimer4r.rb
|