schema_dev 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef61041bc4aa1826d1e1dd5f36aed90c196ce0f9
4
- data.tar.gz: 1e8793e4bb2d3e8f2d1e59b3109e59a1b6428299
3
+ metadata.gz: 8f65f2737e8dd3ad7d448a9b25d11a647c63d165
4
+ data.tar.gz: 5dcd3fd57461dbe65856e124f701b7e8a00e3e0c
5
5
  SHA512:
6
- metadata.gz: 801e918236805c6727a0bb4a67583e7749625fb1c531028955128964b38122209d624bb1cd3af2e3236584c3da13b3064211c43920f9128d278824ec26deb477
7
- data.tar.gz: a444530141e21cd04851f005194156ca3cf39905a8d990065b9aec61abe704831cfc1410fb418b315ba01983e5379fa7a97c8074b831822cc156b50b22c4130a
6
+ metadata.gz: 2ebea918d37f256c76ef1f6223dacad9f1deb80bbfa1d5e18695980bd2fce69f7d8a995518988b335b49ddafe683e998c1a888eede4bb5b014dc63d85cd5136c
7
+ data.tar.gz: ce1fcf40f94ad3338947b73f81885635980172af34121d5b1d4ad68d9b266af7bba84a198d7c9df492f131ceede47130e54831ba084dc649426b569be9318866
@@ -1,3 +1,3 @@
1
1
  module SchemaDev
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
@@ -1,3 +1,5 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gemspec
4
+
5
+ File.exist?(gemfile_local = File.expand_path('../Gemfile.local', __FILE__)) and eval File.read(gemfile_local), binding, gemfile_local
@@ -3,11 +3,11 @@
3
3
  [![Coverage Status](https://img.shields.io/coveralls/SchemaPlus/%GEM_NAME%.svg)](https://coveralls.io/r/SchemaPlus/%GEM_NAME%)
4
4
  [![Dependency Status](https://gemnasium.com/lomba/%GEM_NAME%.svg)](https://gemnasium.com/SchemaPlus/%GEM_NAME%)
5
5
 
6
- # %GEM_NAME%
6
+ # %GEM_MODULE%
7
7
 
8
8
  TODO: Write a gem description
9
9
 
10
- %GEM_NAME% is part of the [SchemaPlus](https://github.com/SchemaPlus/) family of Ruby on Rails extension gems.
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
- %GEM_NAME% is tested on
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 %GEM_NAME%? Thanks! Please follow
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**: %GEM_NAME% uses [schema_dev](https://github.com/SchemaPlus/schema_dev) to
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**: %GEM_NAME% extends ActiveRecord using
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.3
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-26 00:00:00.000000000 Z
11
+ date: 2015-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport