Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pupeno committed Jan 7, 2015
1 parent 6102361 commit 44bd37a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
Authoritative changelog in README.md.

## Next version
## Version 1.1.0 (Jan 7, 2015)
- Added global configuration.
- Added UUID generation.
- Allow changing the name of the field used for the random id.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ This gem is being used by:

## Changelog

### Next version
### Version 1.1.0 (Jan 7, 2015)
- Added global configuration.
- Added UUID generation.
- Allow changing the name of the field used for the random id.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_3_2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
random_unique_id (1.0.1)
random_unique_id (1.1.0)
activerecord (>= 3.2.0)
activesupport (>= 3.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
random_unique_id (1.0.1)
random_unique_id (1.1.0)
activerecord (>= 3.2.0)
activesupport (>= 3.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
random_unique_id (1.0.1)
random_unique_id (1.1.0)
activerecord (>= 3.2.0)
activesupport (>= 3.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
random_unique_id (1.0.1)
random_unique_id (1.1.0)
activerecord (>= 3.2.0)
activesupport (>= 3.2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/random_unique_id/version.rb
Expand Up @@ -2,5 +2,5 @@
# Copyright © 2013, 2014, 2015, Watu

module RandomUniqueId
VERSION = "1.0.1"
VERSION = "1.1.0"
end

0 comments on commit 44bd37a

Please sign in to comment.