schema_dev 3.2.4 → 3.3.0

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: b8bc6e064749390291e3baa490ab4b89041aae69
4
- data.tar.gz: b666477ee29122055c9ccb27ffe6def253691286
3
+ metadata.gz: b4d5a663f5691300c90d5213c9b8bc564133350f
4
+ data.tar.gz: 2091fab41a090df7bb1fd1f0cfd953693033aabf
5
5
  SHA512:
6
- metadata.gz: 5606b81a84d13b22435e258e2682701bef416e2ad4099ba9199b6c44a6b081bb49903b6f91afd1c38bc986e4af290bedcd40c81da324764a87fbf9ce95e0b6a7
7
- data.tar.gz: b349a38d28aa1cbda1518096aa29c9d69459fd74f39babca3360b3ceb82d481a76d59883564e231fefb538b70cfc3af08cba3a439e2e62c3182ea108a56b5b19
6
+ metadata.gz: 28ab5ed7483679804d5509c9ad180316ae06a86c3cc1e5c40865e4083e333a5200698ddcafe33d9c0356bbede5962f785d1540dc720070d83aa518fe6c8cf303
7
+ data.tar.gz: c5d89c6acacf9b124b976c268a1ec1baa1f5aad3b5513f5948453aeb327a4d6028bf8d362908c57b565bce534f79981f592f0492ab025f81b1b65c64a65a5d56
@@ -4,7 +4,6 @@ module SchemaDev
4
4
  module Rspec
5
5
 
6
6
  def self.setup
7
- SchemaMonkey.insert
8
7
  Db.setup
9
8
  end
10
9
 
@@ -1,3 +1,3 @@
1
1
  module SchemaDev
2
- VERSION = "3.2.4"
2
+ VERSION = "3.3.0"
3
3
  end
@@ -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).
@@ -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.2.4
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-20 00:00:00.000000000 Z
11
+ date: 2015-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport