beeminder 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/lib/beeminder/goals.rb +1 -1
- data/lib/beeminder/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -38,10 +38,10 @@ Or you can find all goals of a certain type:
|
|
38
38
|
|
39
39
|
Or maybe show the last updated graph in a widget somewhere:
|
40
40
|
|
41
|
-
puts bee.goals.max_by
|
41
|
+
puts bee.goals.max_by{|g| g.updated_at}.graph_url
|
42
42
|
|
43
43
|
There's also a simple tool called `beemind` to update graphs:
|
44
44
|
|
45
45
|
$ beemind pushups 4
|
46
46
|
|
47
|
-
Check the [gem doc](http://rubydoc.info/
|
47
|
+
Check the [gem doc](http://rubydoc.info/gems/beeminder/frames) and [API](https://www.beeminder.com/api-docs) for what else you can do.
|
data/lib/beeminder/goals.rb
CHANGED
data/lib/beeminder/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beeminder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-09-
|
12
|
+
date: 2012-09-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: highline
|
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
segments:
|
63
63
|
- 0
|
64
|
-
hash:
|
64
|
+
hash: 2536722299943442593
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
66
|
none: false
|
67
67
|
requirements:
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
segments:
|
72
72
|
- 0
|
73
|
-
hash:
|
73
|
+
hash: 2536722299943442593
|
74
74
|
requirements: []
|
75
75
|
rubyforge_project:
|
76
76
|
rubygems_version: 1.8.23
|