ruby-fitbit 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -70,7 +70,6 @@ class RubyFitbit
70
70
  form.quantityselectinput = unit
71
71
  form.quantityConsumed = unit
72
72
  form.mealTypeId = meal_type
73
- require 'ruby-debug'; debugger
74
73
  result = @agent.submit(form, form.buttons.first)
75
74
  end
76
75
 
@@ -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 the gemspec command
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.0"
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{2010-12-15}
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
- "README.rdoc"
19
+ "README.rdoc"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
- ".gitignore",
24
- "LICENSE",
25
- "README.rdoc",
26
- "Rakefile",
27
- "VERSION",
28
- "bin/ruby-fitbit",
29
- "fixtures/vcr_cassettes/fitbit_get_data.yml",
30
- "lib/ruby-fitbit.rb",
31
- "ruby-fitbit.gemspec",
32
- "test/helper.rb",
33
- "test/responses/data.txt",
34
- "test/responses/loginpage.txt",
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
- "test/test_ruby-fitbit.rb"
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
- - 0
9
- version: 0.4.0
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: 2010-12-15 00:00:00 -05:00
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
- - --charset=UTF-8
102
+ rdoc_options: []
103
+
105
104
  require_paths:
106
105
  - lib
107
106
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC