schema_dev 3.2.4 → 3.3.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/lib/schema_dev/rspec.rb +0 -1
- data/lib/schema_dev/version.rb +1 -1
- data/templates/README/installation.md +0 -8
- data/templates/gem/README.md +1 -1
- 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: b4d5a663f5691300c90d5213c9b8bc564133350f
|
|
4
|
+
data.tar.gz: 2091fab41a090df7bb1fd1f0cfd953693033aabf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ab5ed7483679804d5509c9ad180316ae06a86c3cc1e5c40865e4083e333a5200698ddcafe33d9c0356bbede5962f785d1540dc720070d83aa518fe6c8cf303
|
|
7
|
+
data.tar.gz: c5d89c6acacf9b124b976c268a1ec1baa1f5aad3b5513f5948453aeb327a4d6028bf8d362908c57b565bce534f79981f592f0492ab025f81b1b65c64a65a5d56
|
data/lib/schema_dev/rspec.rb
CHANGED
data/lib/schema_dev/version.rb
CHANGED
|
@@ -4,11 +4,3 @@ As usual:
|
|
|
4
4
|
gem "%GEM_NAME%" # in a Gemfile
|
|
5
5
|
gem.add_dependency "%GEM_NAME%" # in a .gemspec
|
|
6
6
|
```
|
|
7
|
-
|
|
8
|
-
To use with a rails app, also include
|
|
9
|
-
|
|
10
|
-
```ruby
|
|
11
|
-
gem "schema_monkey_rails"
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
which creates a Railtie to that will insert %GEM_MODULE% appropriately into the rails stack. To use with Padrino, see [schema_monkey_padrino](https://github.com/SchemaPlus/schema_monkey_padrino).
|
data/templates/gem/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
TODO: Write a gem description
|
|
9
9
|
|
|
10
|
-
%GEM_MODULE% 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 ActiveRecord extension gems.
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
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: 3.
|
|
4
|
+
version: 3.3.0
|
|
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-02-
|
|
11
|
+
date: 2015-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|