beeminder 0.1.4 → 0.1.5

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.
Files changed (3) hide show
  1. data/bin/beemind +1 -1
  2. data/lib/beeminder/version.rb +1 -1
  3. metadata +3 -3
data/bin/beemind CHANGED
@@ -35,7 +35,7 @@ if not File.exists? opts[:config]
35
35
  "account" => ask("Beeminder account:"),
36
36
  "token" => ask("Auth token:")
37
37
  }
38
- File.open(opts[:config], "w+") {|f| YAML.dump yaml, f}
38
+ File.open(opts[:config], "w+") {|f| YAML.dump auth, f}
39
39
  File.chmod 0600, opts[:config]
40
40
  puts "Written config to '#{opts[:config]}.'"
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Beeminder
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: 867077506270084543
96
+ hash: 4159352450891138468
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements:
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  segments:
104
104
  - 0
105
- hash: 867077506270084543
105
+ hash: 4159352450891138468
106
106
  requirements: []
107
107
  rubyforge_project:
108
108
  rubygems_version: 1.8.23