awardflair 0.0.3 → 0.0.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.
Files changed (3) hide show
  1. data/README.md +2 -1
  2. data/lib/awardflair/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -18,10 +18,11 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- # Get your API keys by:
21
+ # Get your API keys and badges set up by:
22
22
  1. Going to http://business.awardflair.com
23
23
  2. Creating a business (which is free)
24
24
  3. Getting your keys at https://yourbusinessnamegoeshere.pickflair.com/applications
25
+ 4. Creating some badges at https://yourbusinessnamegoeshere.pickflair.com/badges
25
26
 
26
27
  # Connect to your PickFlair account
27
28
  pf = PickFlair.new(api_key, api_secret, application_id)
@@ -1,3 +1,3 @@
1
1
  module Awardflair
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awardflair
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 653363223393570127
96
+ hash: 2309496771391216391
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: 653363223393570127
105
+ hash: 2309496771391216391
106
106
  requirements: []
107
107
  rubyforge_project:
108
108
  rubygems_version: 1.8.24