ruby-fitbit 0.4.0 → 0.4.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.
- data/VERSION +1 -1
- data/lib/ruby-fitbit.rb +0 -1
- data/ruby-fitbit.gemspec +17 -19
- metadata +5 -6
- data/.gitignore +0 -21
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
data/lib/ruby-fitbit.rb
CHANGED
data/ruby-fitbit.gemspec
CHANGED
|
@@ -1,47 +1,45 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruby-fitbit}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dan Mayer"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-01-02}
|
|
13
13
|
s.default_executable = %q{ruby-fitbit}
|
|
14
14
|
s.description = %q{This is a Ruby API for Fitbit.com, currently scraping, but soon will use the officail API (when released)}
|
|
15
15
|
s.email = %q{Danmayer@gmail.com}
|
|
16
16
|
s.executables = ["ruby-fitbit"]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
18
|
"LICENSE",
|
|
19
|
-
|
|
19
|
+
"README.rdoc"
|
|
20
20
|
]
|
|
21
21
|
s.files = [
|
|
22
22
|
".document",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"test/test_ruby-fitbit.rb"
|
|
23
|
+
"LICENSE",
|
|
24
|
+
"README.rdoc",
|
|
25
|
+
"Rakefile",
|
|
26
|
+
"VERSION",
|
|
27
|
+
"bin/ruby-fitbit",
|
|
28
|
+
"fixtures/vcr_cassettes/fitbit_get_data.yml",
|
|
29
|
+
"lib/ruby-fitbit.rb",
|
|
30
|
+
"ruby-fitbit.gemspec",
|
|
31
|
+
"test/helper.rb",
|
|
32
|
+
"test/responses/data.txt",
|
|
33
|
+
"test/responses/loginpage.txt",
|
|
34
|
+
"test/test_ruby-fitbit.rb"
|
|
36
35
|
]
|
|
37
36
|
s.homepage = %q{http://github.com/danmayer/ruby-fitbit}
|
|
38
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
39
37
|
s.require_paths = ["lib"]
|
|
40
38
|
s.rubygems_version = %q{1.3.6}
|
|
41
39
|
s.summary = %q{This is a Ruby API for Fitbit.com}
|
|
42
40
|
s.test_files = [
|
|
43
41
|
"test/helper.rb",
|
|
44
|
-
|
|
42
|
+
"test/test_ruby-fitbit.rb"
|
|
45
43
|
]
|
|
46
44
|
|
|
47
45
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 0.4.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.4.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dan Mayer
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date:
|
|
17
|
+
date: 2011-01-02 00:00:00 -05:00
|
|
18
18
|
default_executable: ruby-fitbit
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -82,7 +82,6 @@ extra_rdoc_files:
|
|
|
82
82
|
- README.rdoc
|
|
83
83
|
files:
|
|
84
84
|
- .document
|
|
85
|
-
- .gitignore
|
|
86
85
|
- LICENSE
|
|
87
86
|
- README.rdoc
|
|
88
87
|
- Rakefile
|
|
@@ -100,8 +99,8 @@ homepage: http://github.com/danmayer/ruby-fitbit
|
|
|
100
99
|
licenses: []
|
|
101
100
|
|
|
102
101
|
post_install_message:
|
|
103
|
-
rdoc_options:
|
|
104
|
-
|
|
102
|
+
rdoc_options: []
|
|
103
|
+
|
|
105
104
|
require_paths:
|
|
106
105
|
- lib
|
|
107
106
|
required_ruby_version: !ruby/object:Gem::Requirement
|