soul_points 0.1.2 → 0.1.3

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.
@@ -45,7 +45,18 @@ class SoulPoints::Client
45
45
 
46
46
  def help( args )
47
47
  puts 'Usage:'
48
- puts '$ soul_points show mcphat #Displays soul points for user mcphat'
48
+ puts '$ soul_points show mcphat #Displays soul points for user mcphat'
49
+ puts '$ soul_points gain 10 "Something awesome happend" '
50
+ puts '$ soul_points lose 10 "Something terrible happend"'
51
+ puts '$ soul_points gain 10 "Something awesome happend" --twitter #Also posts to twitter if you have it enabled on the site '
52
+ puts '$ soul_points gain 10 "Something awesome happend" --no-twitter #Will override any default settings in your ~/.soul_points file and not post to twitter '
53
+ puts ''
54
+ puts 'Your ~/.soul_points file may contain the following. You can replace 1 with 0 to get the desired effect.'
55
+ puts 'The command line options override any defaults you may have in your ~/.soul_points file.'
56
+ puts ''
57
+ puts ':always_post_to_campfire: 1'
58
+ puts ':always_post_to_twitter: 1'
59
+ puts ':always_post_to_jaconda: 1'
49
60
  end
50
61
 
51
62
  # Show your current soul points
@@ -1,3 +1,3 @@
1
1
  module SoulPoints
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Forge Apps