slimtimer4r 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/README.txt +1 -1
  3. data/lib/slimtimer4r.rb +2 -2
  4. metadata +8 -7
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.2.3 / 2009-02-10
2
+
3
+ * Switched to slimtimer.com instead of www.slimtimer.com due to a 301 Moved Permanently error
4
+
1
5
  == 0.2.2 / 2008-01-15
2
6
 
3
7
  * Fix the list_entries method to properly set the beginning time to midnight if a Date is passed in.
data/README.txt CHANGED
@@ -6,7 +6,7 @@ A basic wrapper against the SlimTimer (www.slimtimer.com) API.
6
6
 
7
7
  == Installation
8
8
 
9
- RubyGems FTW!
9
+ Install via RubyGems:
10
10
 
11
11
  sudo gem install slimtimer4r
12
12
 
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.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("www.slimtimer.com", 80)
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.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: 2008-01-15 00:00:00 -08:00
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.4.0
23
+ version: 1.8.2
23
24
  version:
24
- description: The author was too lazy to write a 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: http://www.zenspider.com/ZSS/Products/slimtimer4r/
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.0.1
66
+ rubygems_version: 1.3.1
66
67
  signing_key:
67
68
  specification_version: 2
68
- summary: The author was too lazy to write a summary
69
+ summary: ""
69
70
  test_files:
70
71
  - test/test_slimtimer4r.rb