Skip to content

Commit

Permalink
Merge pull request #3 from eventtus/fix/documentation
Browse files Browse the repository at this point in the history
fix documentaion
  • Loading branch information
mohamedelfiky committed Mar 12, 2017
2 parents e468ee9 + c2cb27d commit 2376bcb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gemfiles/40.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
uniqueness (0.5.0)
uniqueness (0.6.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)

Expand Down Expand Up @@ -121,4 +121,4 @@ DEPENDENCIES
uniqueness!

BUNDLED WITH
1.11.2
1.12.5
4 changes: 2 additions & 2 deletions gemfiles/41.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
uniqueness (0.5.0)
uniqueness (0.6.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)

Expand Down Expand Up @@ -125,4 +125,4 @@ DEPENDENCIES
uniqueness!

BUNDLED WITH
1.11.2
1.12.5
4 changes: 2 additions & 2 deletions gemfiles/42.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
uniqueness (0.5.0)
uniqueness (0.6.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)

Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
uniqueness!

BUNDLED WITH
1.11.2
1.12.5
4 changes: 2 additions & 2 deletions gemfiles/50.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
uniqueness (0.5.0)
uniqueness (0.6.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)

Expand Down Expand Up @@ -160,4 +160,4 @@ DEPENDENCIES
uniqueness!

BUNDLED WITH
1.11.2
1.12.5
2 changes: 1 addition & 1 deletion lib/uniqueness/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module ClassMethods
#
# Examples:
# To auto-generate a new random string for field +foo+
# has_random_field :foo
# has_unique_field :foo
#
# You can customize the generated string by
# passing an options hash. The following keys are supported:
Expand Down

0 comments on commit 2376bcb

Please sign in to comment.