PSA 1 → 2

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/README.md +12 -7
  2. data/lib/PSA/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -17,13 +17,18 @@ Or install it yourself as:
17
17
  $ gem install PSA
18
18
 
19
19
  ## Usage
20
+
21
+ GIJoe = Intercom::PSA.new("http://intercom.herokuapps.com")
22
+ GIJoe.broadcast("Knowing is half the battle")
20
23
 
21
- TODO: Write usage instructions here
24
+ or
22
25
 
23
- ## Contributing
26
+ GIJoe.broadcast("Knowing is half the battle","Ralph")
24
27
 
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
28
+ or simply
29
+
30
+ GIJoe.ralph("Knowing is half the battle")
31
+
32
+ and also
33
+
34
+ GIJoe.alert(10) #alerts for 10 seconds -ish
@@ -1,3 +1,3 @@
1
1
  module PSA
2
- VERSION = "1"
2
+ VERSION = "2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: PSA
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: '1'
5
+ version: '2'
6
6
  platform: ruby
7
7
  authors:
8
8
  - Oren Mazor