soul_points 0.1.3 → 0.1.4
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.
- data/lib/soul_points/client.rb +3 -3
- data/lib/soul_points/version.rb +1 -1
- metadata +1 -1
data/lib/soul_points/client.rb
CHANGED
|
@@ -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:
|
|
58
|
-
puts ':always_post_to_twitter:
|
|
59
|
-
puts ':always_post_to_jaconda:
|
|
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
|
data/lib/soul_points/version.rb
CHANGED