public_id 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -0
  2. data/lib/public_id/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -13,6 +13,10 @@ with the default settings.
13
13
  Even so, the plugin is smart enough to discard ID's that are already in use for
14
14
  a given model and try again.
15
15
 
16
+ ## Installation
17
+ Add to Gemfile / etc
18
+ gem 'public_id'
19
+
16
20
  ## Usage
17
21
 
18
22
  Add an additional identifier column. I called it "ident", but call it whatever you want.
@@ -1,3 +1,3 @@
1
1
  module PublicId
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: