migration-manager 1.1 → 1.2

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
  SHA256:
3
- metadata.gz: 23ae2abec6fecee339acc96b79ebc1e407a00c6bdf8f783a376a02a85946572b
4
- data.tar.gz: 7aab8865da3dafbe23af6a93dce9a4005328f1fd81178f88e528defd99bd5e39
3
+ metadata.gz: 84dfcb108faaa137a80c39a2c53e10924b51181f4e6cf781653d3e27b537bae4
4
+ data.tar.gz: 2886d1ad911d746827bb844833130a26133c64ff091339ff0358ca7c7d0f88e5
5
5
  SHA512:
6
- metadata.gz: a30e7903326d5230878366e09be7fe7b17d782af53777185a72bc8c7523962553428b4bf8fed17d29f40dee6d025157480812458e3f593de5f138302601cccbc
7
- data.tar.gz: 1ec247f69cfb1ecd533b9e356e6d778f1ddeb599427792b3de733169120077881315f46ac897946e70f84f7280b454e1a6d650258caa96fdbe28d1e126db88a8
6
+ metadata.gz: 423ed30d00950e4ef540f9ea3ce5ed92bbb4a7212a674ef86adda72ff7fdb7d43d464603c284cb6e0c4a3f7211276aea87946332fc521622d76ec233681edc06
7
+ data.tar.gz: 943f008f96e843959d284c47fbc6ed4c676fd4390e606c69eb0fbd5a57ffd2acbcfc614dc453dcc81cf5c60d7c4898e01b87116896a828b37ed93d0051b88695
data/.idea/workspace.xml CHANGED
@@ -5,7 +5,7 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="884633e9-4c9d-4908-ac6b-367ad6beb5f1" name="Changes" comment="Final changes">
8
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/lib/migration/manager/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/migration/manager/version.rb" afterDir="false" />
9
9
  </list>
10
10
  <option name="SHOW_DIALOG" value="false" />
11
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -88,7 +88,7 @@
88
88
  <workItem from="1739209274970" duration="1301000" />
89
89
  <workItem from="1739690025336" duration="1414000" />
90
90
  <workItem from="1739691571017" duration="1889000" />
91
- <workItem from="1739694359841" duration="15485000" />
91
+ <workItem from="1739694359841" duration="15765000" />
92
92
  </task>
93
93
  <task id="LOCAL-00001" summary="testing">
94
94
  <option name="closed" value="true" />
@@ -314,7 +314,39 @@
314
314
  <option name="project" value="LOCAL" />
315
315
  <updated>1739713855090</updated>
316
316
  </task>
317
- <option name="localTasksCounter" value="29" />
317
+ <task id="LOCAL-00029" summary="Final changes">
318
+ <option name="closed" value="true" />
319
+ <created>1739715839682</created>
320
+ <option name="number" value="00029" />
321
+ <option name="presentableId" value="LOCAL-00029" />
322
+ <option name="project" value="LOCAL" />
323
+ <updated>1739715839682</updated>
324
+ </task>
325
+ <task id="LOCAL-00030" summary="Final changes">
326
+ <option name="closed" value="true" />
327
+ <created>1739715916001</created>
328
+ <option name="number" value="00030" />
329
+ <option name="presentableId" value="LOCAL-00030" />
330
+ <option name="project" value="LOCAL" />
331
+ <updated>1739715916001</updated>
332
+ </task>
333
+ <task id="LOCAL-00031" summary="Final changes">
334
+ <option name="closed" value="true" />
335
+ <created>1739715982959</created>
336
+ <option name="number" value="00031" />
337
+ <option name="presentableId" value="LOCAL-00031" />
338
+ <option name="project" value="LOCAL" />
339
+ <updated>1739715982959</updated>
340
+ </task>
341
+ <task id="LOCAL-00032" summary="Final changes">
342
+ <option name="closed" value="true" />
343
+ <created>1739716044997</created>
344
+ <option name="number" value="00032" />
345
+ <option name="presentableId" value="LOCAL-00032" />
346
+ <option name="project" value="LOCAL" />
347
+ <updated>1739716044997</updated>
348
+ </task>
349
+ <option name="localTasksCounter" value="33" />
318
350
  <servers />
319
351
  </component>
320
352
  <component name="TypeScriptGeneratedFilesManager">
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- migration-manager (1.0)
4
+ migration-manager (1.1)
5
5
  rails (>= 6.0)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module Migration
2
2
  module Manager
3
- VERSION = "1.1"
3
+ VERSION = "1.2"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["rajnish.mishra@jarvis.consulting"]
8
8
 
9
9
  spec.summary = %q{Migration Manager is a Ruby on Rails gem that provides a web interface for managing database migrations. It allows you to view migration statuses, run pending migrations, create new tables with multiple columns, and update existing tables by adding new columns.}
10
- spec.description = %q{Write a longer description or delete this line.}
10
+ spec.description = %q{Migration Manager is a Ruby on Rails gem that provides a web interface for managing database migrations. It allows you to view migration statuses, run pending migrations, create new tables with multiple columns, and update existing tables by adding new columns.}
11
11
  spec.homepage = "https://github.com/rajnish-jarvis"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: migration-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: '1.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajnish mishra
@@ -24,7 +24,10 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '6.0'
27
- description: Write a longer description or delete this line.
27
+ description: Migration Manager is a Ruby on Rails gem that provides a web interface
28
+ for managing database migrations. It allows you to view migration statuses, run
29
+ pending migrations, create new tables with multiple columns, and update existing
30
+ tables by adding new columns.
28
31
  email:
29
32
  - rajnish.mishra@jarvis.consulting
30
33
  executables: []