webdack-uuid_migration 0.0.4 → 1.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33a74a60315e04ca35628bcbabbfd95697a2bdf7
4
- data.tar.gz: 8fa31fdae1c08483d0116859e2509f6a46bfb709
3
+ metadata.gz: f850dddcf73b99edb05d67288e97f57a8051ff4c
4
+ data.tar.gz: 8d76dcca99385ce74f34f8d569f8718bed43009a
5
5
  SHA512:
6
- metadata.gz: 242ee108d61056d0f12c73bf20cb5f8619e96809dd917792838809266077315b016d971ea07fe45a6ab803c0e2ae9b54811033ec1959f3c7f5000ffe2465da99
7
- data.tar.gz: fbf57d9657a977de2eb6cbd0c4cacf526dfe43a9f7be5ed6ba49d57140cb66e79fff6c4e9acd6813961430c9d1cdca8c1366987098b4551026ff40d5ae86d0e6
6
+ metadata.gz: 935713be851921cb7f149e8adc08faa0a7dd8a120eedcda930b1a12dae892a3f8bcedfea7a119f570058a6f9212510bcaefd16b96afc527a84466439d3b1bff6
7
+ data.tar.gz: 5be949bcbf3d6c89f53be9d8bae70f31b2d8148779ee751ea4ddc3dd15103c360a2fd442fbffd3e21b849e12d4dd8c657106a40afe89ba01564c45b1c2751d8f
data/README.md CHANGED
@@ -16,6 +16,10 @@ And then execute:
16
16
  Or install it yourself as:
17
17
 
18
18
  $ gem install webdack-uuid_migration
19
+
20
+ This gem is needed only during database migrations.
21
+ Once the database has been migrated in all environments,
22
+ this gem can safely be removed from your applications Gemfile.
19
23
 
20
24
  ## Usage
21
25
 
@@ -2,6 +2,6 @@
2
2
  module Webdack
3
3
  #
4
4
  module UUIDMigration
5
- VERSION = "0.0.4"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webdack-uuid_migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deepak Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-28 00:00:00.000000000 Z
11
+ date: 2015-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.2.2
144
+ rubygems_version: 2.4.5
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Useful helpers to migrate Integer id columns to UUID in PostgreSql.