Skip to content

Commit 44bd37a

Browse files
committed
Version 1.1.0.
1 parent 6102361 commit 44bd37a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Authoritative changelog in README.md.
22

3-
## Next version
3+
## Version 1.1.0 (Jan 7, 2015)
44
- Added global configuration.
55
- Added UUID generation.
66
- Allow changing the name of the field used for the random id.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This gem is being used by:
102102

103103
## Changelog
104104

105-
### Next version
105+
### Version 1.1.0 (Jan 7, 2015)
106106
- Added global configuration.
107107
- Added UUID generation.
108108
- Allow changing the name of the field used for the random id.

gemfiles/rails_3_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
random_unique_id (1.0.1)
4+
random_unique_id (1.1.0)
55
activerecord (>= 3.2.0)
66
activesupport (>= 3.2.0)
77

gemfiles/rails_4_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
random_unique_id (1.0.1)
4+
random_unique_id (1.1.0)
55
activerecord (>= 3.2.0)
66
activesupport (>= 3.2.0)
77

gemfiles/rails_4_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
random_unique_id (1.0.1)
4+
random_unique_id (1.1.0)
55
activerecord (>= 3.2.0)
66
activesupport (>= 3.2.0)
77

gemfiles/rails_4_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
random_unique_id (1.0.1)
4+
random_unique_id (1.1.0)
55
activerecord (>= 3.2.0)
66
activesupport (>= 3.2.0)
77

lib/random_unique_id/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Copyright © 2013, 2014, 2015, Watu
33

44
module RandomUniqueId
5-
VERSION = "1.0.1"
5+
VERSION = "1.1.0"
66
end

0 commit comments

Comments
 (0)