active_record_survey 0.1.10 → 0.1.11

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: e81a38d6cb9445bf6ebbbf83e5149959b9ae9c4a
4
- data.tar.gz: e66fc535fc38741519a9e2459bd5f2895b55c761
3
+ metadata.gz: 0136361d1a41accf2c877e04d3d7f0c83e41bc87
4
+ data.tar.gz: 18abfa6fdc7e0523e8bb0be95f1f7bd840dc6b92
5
5
  SHA512:
6
- metadata.gz: e80fc31c97e877bc3ebae73b661a0e86db6a7bd483994c6f264953cce862d28baf42af068654f7e5338d34738455a2fbf3b2f0bae918a7fe37078078c428e3d4
7
- data.tar.gz: f7640676d92d174f10e150712df2e4d8824c8da2dd66b416c55ed14d240c246869c111b4a54e1d8d7b067f219e7d317a7f371c580a1a21dbd5b5c76d1cc227b1
6
+ metadata.gz: f893cb74cf30f5a451b99c84b0657079db40c695a9de74c8bfc60e037c490c93e4362fb5db46c34645a205f8e1782edcb24682fee5a68d2bd843cfa601c90fce
7
+ data.tar.gz: b257a18924ec25a71236b2b3dbe795c3d0923f1fb0f6cb9b190b3c33fcc0d7409ed282195b115b6294f7a747fb51a94d0cbd8bb8ac5715978d85dc11ea6c1322
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordSurvey
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
@@ -4,8 +4,8 @@ require "rails/generators/migration"
4
4
  require "rails/generators/active_record"
5
5
 
6
6
  # Extend the HasDynamicColumnsGenerator so that it creates an AR migration
7
- module HasDynamicColumns
8
- class ActiveRecordGenerator < ::HasDynamicColumnsGenerator
7
+ module ActiveRecordSurvey
8
+ class ActiveRecordGenerator < ::ActiveRecordSurveyGenerator
9
9
  include Rails::Generators::Migration
10
10
  extend NextMigrationVersion
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_survey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Butch Marshall