activerecord-simple_index_name 0.2.0.beta1 → 0.2.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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +14 -5
- data/lib/active_record/simple_index_name/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1377da78ce42ece7987b1f20f34021d2bdc7212c
|
4
|
+
data.tar.gz: 83106f09ad6e965d9f8ae6532da1e34903a48fcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4477b4d253b2cec6fd0af1940e6ca50801ec4bf49023c012bf6db29646855251e46c23e9bd2dc7e0f0c0d81086345c2df0e938429ceb8a017dcda9e7d9222eb
|
7
|
+
data.tar.gz: a5077e58cf3f0e2968d82892c9f77e3892a69ba5e0436503c270e89f4f2c84ae6048df01de740e4e15752fd15a113954e90d6ad98cb33a526de9a51600494afe
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,17 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
3
|
## Unreleased
|
4
|
-
[full changelog](http://github.com/sue445/activerecord-simple_index_name/compare/v0.
|
4
|
+
[full changelog](http://github.com/sue445/activerecord-simple_index_name/compare/v0.2.0...master)
|
5
|
+
|
6
|
+
## v0.2.0
|
7
|
+
[full changelog](http://github.com/sue445/activerecord-simple_index_name/compare/v0.1.0...v0.2.0)
|
8
|
+
|
9
|
+
### Breaking changes :bomb:
|
10
|
+
* Move files and rename module
|
11
|
+
* https://github.com/sue445/activerecord-simple_index_name/pull/17
|
12
|
+
* Move: `lib/activerecord/simple_index_name` -> `lib/active_record/simple_index_name`
|
13
|
+
* Rename: `Activerecord::SimpleIndexName` -> `ActiveRecord::SimpleIndexName`
|
14
|
+
* If use `require "activerecord/simple_index_name"`, change to `require "activer_ecord/simple_index_name"`
|
5
15
|
|
6
16
|
### Enhancements
|
7
17
|
* Add `ActiveRecord::SimpleIndexName.config.auto_shorten` configuration
|
@@ -12,14 +22,13 @@
|
|
12
22
|
### Other
|
13
23
|
* Test with Rails 4.0.x
|
14
24
|
* https://github.com/sue445/activerecord-simple_index_name/pull/19
|
15
|
-
* Move files and rename module
|
16
|
-
* https://github.com/sue445/activerecord-simple_index_name/pull/17
|
17
|
-
* Move: `lib/activerecord/simple_index_name` -> `lib/active_record/simple_index_name`
|
18
|
-
* Rename: `Activerecord::SimpleIndexName` -> `ActiveRecord::SimpleIndexName`
|
19
25
|
* Other tiny refactorings
|
20
26
|
* https://github.com/sue445/activerecord-simple_index_name/pull/14
|
21
27
|
* https://github.com/sue445/activerecord-simple_index_name/pull/15
|
22
28
|
* https://github.com/sue445/activerecord-simple_index_name/pull/16
|
29
|
+
* https://github.com/sue445/activerecord-simple_index_name/pull/21
|
30
|
+
* https://github.com/sue445/activerecord-simple_index_name/pull/23
|
31
|
+
* https://github.com/sue445/activerecord-simple_index_name/pull/24
|
23
32
|
|
24
33
|
## v0.1.0
|
25
34
|
* First release
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-simple_index_name
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -194,6 +194,7 @@ files:
|
|
194
194
|
- lib/active_record/simple_index_name/railtie.rb
|
195
195
|
- lib/active_record/simple_index_name/version.rb
|
196
196
|
- lib/activerecord-simple_index_name.rb
|
197
|
+
- log/.gitkeep
|
197
198
|
homepage: https://github.com/sue445/activerecord-simple_index_name
|
198
199
|
licenses:
|
199
200
|
- MIT
|
@@ -209,9 +210,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
209
210
|
version: '0'
|
210
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
211
212
|
requirements:
|
212
|
-
- - "
|
213
|
+
- - ">="
|
213
214
|
- !ruby/object:Gem::Version
|
214
|
-
version:
|
215
|
+
version: '0'
|
215
216
|
requirements: []
|
216
217
|
rubyforge_project:
|
217
218
|
rubygems_version: 2.4.5.1
|