schema_dev 2.0.3 → 2.0.4
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/lib/schema_dev/version.rb +1 -1
- data/templates/gem/Gemfile +2 -0
- data/templates/gem/README.md +8 -15
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f65f2737e8dd3ad7d448a9b25d11a647c63d165
|
|
4
|
+
data.tar.gz: 5dcd3fd57461dbe65856e124f701b7e8a00e3e0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ebea918d37f256c76ef1f6223dacad9f1deb80bbfa1d5e18695980bd2fce69f7d8a995518988b335b49ddafe683e998c1a888eede4bb5b014dc63d85cd5136c
|
|
7
|
+
data.tar.gz: ce1fcf40f94ad3338947b73f81885635980172af34121d5b1d4ad68d9b266af7bba84a198d7c9df492f131ceede47130e54831ba084dc649426b569be9318866
|
data/lib/schema_dev/version.rb
CHANGED
data/templates/gem/Gemfile
CHANGED
data/templates/gem/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
[](https://coveralls.io/r/SchemaPlus/%GEM_NAME%)
|
|
4
4
|
[](https://gemnasium.com/SchemaPlus/%GEM_NAME%)
|
|
5
5
|
|
|
6
|
-
# %
|
|
6
|
+
# %GEM_MODULE%
|
|
7
7
|
|
|
8
8
|
TODO: Write a gem description
|
|
9
9
|
|
|
10
|
-
%
|
|
10
|
+
%GEM_MODULE% is part of the [SchemaPlus](https://github.com/SchemaPlus/) family of Ruby on Rails extension gems.
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
@@ -18,7 +18,7 @@ gem "%GEM_NAME%"
|
|
|
18
18
|
```
|
|
19
19
|
## Compatibility
|
|
20
20
|
|
|
21
|
-
%
|
|
21
|
+
%GEM_MODULE% is tested on:
|
|
22
22
|
|
|
23
23
|
<!-- SCHEMA_DEV: MATRIX -->
|
|
24
24
|
|
|
@@ -26,19 +26,17 @@ gem "%GEM_NAME%"
|
|
|
26
26
|
|
|
27
27
|
TODO: Write usage instructions here
|
|
28
28
|
|
|
29
|
-
|
|
30
29
|
## History
|
|
31
30
|
|
|
32
31
|
* See [CHANGELOG](CHANGELOG.md) for per-version release notes.
|
|
33
32
|
|
|
34
33
|
## Development & Testing
|
|
35
34
|
|
|
36
|
-
Are you interested in contributing to %
|
|
37
|
-
the standard protocol: fork, feature branch, develop, push, and issue pull request.
|
|
35
|
+
Are you interested in contributing to %GEM_MODULE%? Thanks! Please follow the standard protocol: fork, feature branch, develop, push, and issue pull request.
|
|
38
36
|
|
|
39
37
|
Some things to know about to help you develop and test:
|
|
40
38
|
|
|
41
|
-
* **schema_dev**: %
|
|
39
|
+
* **schema_dev**: %GEM_MODULE% uses [schema_dev](https://github.com/SchemaPlus/schema_dev) to
|
|
42
40
|
facilitate running rspec tests on the matrix of ruby, rails, and database
|
|
43
41
|
versions that the gem supports, both locally and on
|
|
44
42
|
[travis-ci](http://travis-ci.org/SchemaPlus/%GEM_NAME%)
|
|
@@ -48,15 +46,10 @@ Some things to know about to help you develop and test:
|
|
|
48
46
|
$ schema_dev bundle install
|
|
49
47
|
$ schema_dev rspec
|
|
50
48
|
|
|
51
|
-
You can also run on just one configuration at a time; For info, see `schema_dev --help` or the
|
|
52
|
-
[schema_dev](https://github.com/SchemaPlus/schema_dev) README.
|
|
49
|
+
You can also run on just one configuration at a time; For info, see `schema_dev --help` or the [schema_dev](https://github.com/SchemaPlus/schema_dev) README.
|
|
53
50
|
|
|
54
51
|
The matrix of configurations is specified in `schema_dev.yml` in
|
|
55
52
|
the project root.
|
|
56
53
|
|
|
57
|
-
* **schema_monkey**: %
|
|
58
|
-
[schema_monkey](https://github.com/SchemaPlus/schema_monkey)'s extension
|
|
59
|
-
API and protocols -- see its README for details. If your contribution needs any additional monkey patching
|
|
60
|
-
that isn't already supported by
|
|
61
|
-
[schema_monkey](https://github.com/SchemaPlus/schema_monkey), please head
|
|
62
|
-
over there and submit a PR.
|
|
54
|
+
* **schema_monkey**: %GEM_MODULE% extends ActiveRecord using
|
|
55
|
+
[schema_monkey](https://github.com/SchemaPlus/schema_monkey)'s extension API and protocols -- see its README for details. If your contribution needs any additional monkey patching that isn't already supported by [schema_monkey](https://github.com/SchemaPlus/schema_monkey), please head over there and submit a PR.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schema_dev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ronen barzel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|