modular_migration 0.0.4 → 0.1.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
- SHA1:
3
- metadata.gz: 9ee82a97b2247dd6e5cde40b86ffb0aac2aaf90f
4
- data.tar.gz: 8a4878a368ad3517f4546989c64a3e815ce21906
2
+ SHA256:
3
+ metadata.gz: e3971848b0754cd92436f98ea498148aa13bc43e679cb69a25cbe8f17be75169
4
+ data.tar.gz: 0f99e22f217f7fa019cc8cec7e2ef4e4a399160572625d2cbcc62cc89d524df1
5
5
  SHA512:
6
- metadata.gz: 26f02f991699aeb41049128adeaf10b65a81d94f2d9b829b4d4778cc0d4aff2834b5e03d5fb408725aaa82b1c7fd8471f0303a790dd83ba5d1798ac5263fba66
7
- data.tar.gz: 133e11c231e6e2bc38a65c8258fe03ad3642779a2570aa324803b91de05026a0842711878456cb67707c65ba0f3050d921ed1fc6464ccb73c12fc117ffe7eb90
6
+ metadata.gz: b94ccf2748f53419118299d00538f6e32e57c445c54d28dd126fb8a8b174810ce30d81fde0f43d5a7e321f20af826beb4961446b0838f4c87100df8f7ace7aca
7
+ data.tar.gz: db78c3f5b194ef7aae8ddb21c631ec303c14e85147b6b5c8a8f59d6428afd7a6d4312540302f102aaace6b450a0d42e30cd141b85100c7000a97bda7bbb22afd
data/README.md CHANGED
@@ -25,7 +25,7 @@ Do nothing.
25
25
  ## Example
26
26
 
27
27
  - Generate model
28
-
28
+
29
29
  ```bash
30
30
  $ rails g model core/user name:string
31
31
  invoke active_record
@@ -35,18 +35,17 @@ Do nothing.
35
35
  ```
36
36
 
37
37
  - Generate migration
38
-
38
+
39
39
  ```bash
40
40
  $ rails g migration AddGenderToCoreUser gender:integer
41
41
  invoke active_record
42
42
  create db/migrate/core/user/20140324105719_add_gender_to_core_user.rb
43
43
  ```
44
44
 
45
- ## Credits
45
+ ## Sponsors
46
+
47
+ * [BaiLu ShuYuan](https://bailushuyuan.org)
46
48
 
47
- - [LiJia.Tong](https://github.com/user-tony/) @[ihaveu](https://www.ihaveu.com/home)
48
- - [swordray](https://github.com/swordray) @[ihaveu](http://www.ihaveu.com/home) @[shuhai](http://tw.shuhai.org/) @[leaf](http://leaf.iacger.com)
49
-
50
49
  ## License
51
50
 
52
51
  Copyright © 2014 Lijia Tong <user_tony@163.com> under The [MIT License](http://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module ModularMigration
2
- VERSION = '0.0.4'
2
+ VERSION = '0.1.0'
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.author = ['Lijia Tong']
9
9
  s.email = ["user_tony@163.com"]
10
- s.homepage = "https://github.com/user-tony/modular_migration"
10
+ s.homepage = "https://bailushuyuan.org"
11
11
  s.summary = "Rails migration files generates into relevant modular directory"
12
12
  s.description = "Rails migration files generates into relevant modular directory."
13
13
  s.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modular_migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lijia Tong
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2022-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -42,11 +42,11 @@ files:
42
42
  - lib/modular_migration/active_record/generators/model_generator.rb
43
43
  - lib/modular_migration/version.rb
44
44
  - modular_migration.gemspec
45
- homepage: https://github.com/user-tony/modular_migration
45
+ homepage: https://bailushuyuan.org
46
46
  licenses:
47
47
  - MIT
48
48
  metadata: {}
49
- post_install_message:
49
+ post_install_message:
50
50
  rdoc_options: []
51
51
  require_paths:
52
52
  - lib
@@ -61,9 +61,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubyforge_project:
65
- rubygems_version: 2.2.2
66
- signing_key:
64
+ rubygems_version: 3.3.3
65
+ signing_key:
67
66
  specification_version: 4
68
67
  summary: Rails migration files generates into relevant modular directory
69
68
  test_files: []