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 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(:updated_at).graph_url
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/github/beeminder/beeminder-gem/master/frames) and [API](https://www.beeminder.com/api-docs) for what else you can do.
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.
@@ -171,7 +171,7 @@ module Beeminder
171
171
 
172
172
  def initialize info={}
173
173
  default = {
174
- timestamp: DateTime.now.strftime('%s')
174
+ "timestamp" => DateTime.now.strftime('%s')
175
175
  }
176
176
  info = default.merge(info)
177
177
 
@@ -1,3 +1,3 @@
1
1
  module Beeminder
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-06 00:00:00.000000000 Z
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: -3770718285839029729
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: -3770718285839029729
73
+ hash: 2536722299943442593
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 1.8.23