soul_points 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,9 +54,9 @@ class SoulPoints::Client
54
54
  puts 'Your ~/.soul_points file may contain the following. You can replace 1 with 0 to get the desired effect.'
55
55
  puts 'The command line options override any defaults you may have in your ~/.soul_points file.'
56
56
  puts ''
57
- puts ':always_post_to_campfire: 1'
58
- puts ':always_post_to_twitter: 1'
59
- puts ':always_post_to_jaconda: 1'
57
+ puts ':always_post_to_campfire: true'
58
+ puts ':always_post_to_twitter: false'
59
+ puts ':always_post_to_jaconda: true'
60
60
  end
61
61
 
62
62
  # Show your current soul points
@@ -1,3 +1,3 @@
1
1
  module SoulPoints
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soul_points
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Forge Apps